QA 4 the future | Brussels .

Members-Only

Recent Talks & Demos are for members only

Exclusive feed

You must be an AI Tinkerers active member to view these talks and demos.

February 11, 2026 · Brussels

Tekst: Spending tokens for QA

Learn how to effectively use more tokens for QA to ensure SaaS applications meet enterprise requirements, even as generation increases.

Overview
Tech stack
  • GitHub
    Host Git repositories and enable massive-scale collaboration (pull requests, issue tracking) for over 100 million developers.
    GitHub is the world's dominant web-based platform for Git repository hosting and collaborative software development. Built on Linus Torvalds' Git version control system, the platform facilitates 'social coding' by providing essential tools like pull requests, forking, and issue tracking. It currently serves over 100 million developers, managing a massive ecosystem of public and private codebases. Microsoft acquired the company in 2018 for $7.5 billion, solidifying its role as the central hub for open-source and enterprise-level version control.
  • Jira Software
    Jira Software is the industry-leading issue and project tracking platform: it empowers agile teams (Scrum, Kanban) to plan, track, and release world-class software.
    Jira Software, developed by Atlassian, is the core work management tool for software teams globally. It combines powerful issue collection with robust agile project management capabilities, supporting methodologies like Scrum and Kanban through configurable boards and timelines. Over 300,000 companies worldwide rely on Jira to manage tasks, bugs, and epics, ensuring a single source of truth for their projects. The platform is highly extensible: it features customizable workflows, granular security controls, and integrates with over 3000 apps via the Atlassian Marketplace, connecting development, product, and IT operations for coordinated delivery.
  • Web Browser
    The essential client software (Chrome, Firefox, Safari) that retrieves documents from a server via HTTP/HTTPS, then renders HTML, CSS, and JavaScript into a functional user interface.
    A web browser is the core application for accessing the World Wide Web. It functions as a user agent, initiating requests for resources (like HTML files or images) from web servers using protocols such as HTTP and HTTPS. Upon receipt, the browser’s rendering engine interprets the code (HTML for structure, CSS for style, JavaScript for interactivity) to construct the visual page. Early browsers like Mosaic (1993) and Netscape Navigator (1994) established the paradigm; today, market leaders like Google Chrome, Mozilla Firefox, and Apple Safari drive modern web standards compliance and performance, ensuring a consistent user experience across the internet’s estimated 1.2 billion websites.
  • Tokenization
    Tokenization replaces sensitive data (Primary Account Numbers, PII) with a non-sensitive, algorithmically-generated surrogate token, rendering stolen data useless.
    Tokenization is a critical data security technology: It substitutes a sensitive data element (e.g., a 16-digit credit card number) with a non-sensitive, random alphanumeric string token. The original data is securely mapped and stored in an isolated token vault. This process is non-reversible; the token holds no intrinsic value, drastically reducing the scope of compliance for standards like PCI DSS and GDPR. A transaction system uses the token for processing, while the actual Primary Account Number (PAN) remains isolated, minimizing breach exposure and liability across the enterprise.

Related projects