Tested (topic)
Last updated 2026-07-31What's new
- Kimi K3, a new AI model from Moonshot, offers advanced "Opus level intelligence" (highly advanced AI capabilities) for free on Hugging Face (a platform for AI models), making it a strong competitor to other models like Claude Code.
- The video demonstrates using Kimi K3 with Open Code (a tool for running AI models) and Open Router (a service for accessing AI models) to create a simple SaaS (software you pay for monthly online) application with features like user authentication (signing in), payments (using Stripe, a payment processor), and image generation.
- The creator uses Convex (a backend service) and Clerk (a user management service) to build the application, showing how these tools can be integrated to create a functional SaaS quickly.
- The video highlights the improved capabilities of Kimi K3, suggesting it can now handle complex tasks that previous Chinese models struggled with.
- Microsoft released Mage Flow, an open-source (free, editable code) image tool that generates and edits images, like changing backgrounds or poses, with impressive speed and quality.
- Shot Plan, a new open-source AI, creates videos with precise cuts, transitions, and camera movements, following detailed instructions for consistent, high-quality results.
- GLM 5.2, a text-only AI model, now includes vision capabilities, expanding its functionality.
- Google's latest Gemini models offer incredibly fast performance, and Alibaba teased their massive, open-source Qwen 3.8 model.
Key points
What it is
- **Tested** is a way to check AI systems to make sure they work as expected, both before and after they're put into use.
- It involves testing the AI model (the core AI), the harness (the coding setup around it), and the agent (the AI's decision-making framework).
- Unlike traditional software testing, AI testing requires planning for failure and using self-healing tests that adapt to changes.
- Test coverage must be thorough, with business logic encoded into tests and adversarial reviews to prevent missed features.
How to use it
- Start by defining what you need, then generate a complex environment and delete a feature or file to see if the tests fail and can be fixed.
- Choose an appropriate model (AI engine) for your task, such as Qwen-Image for image-related tasks or Claude/GPT variants for broader tasks.
- Use a structured approach with a generator agent (AI that creates ideas) and a judge agent (AI that scores ideas against criteria).
- Test both positives (what the model should do) and negatives (what the model should not do) to build reliability over time.
Watch out for
- Assuming marketing demos show real-world performance; actual use may vary, and models may still make mistakes.
- Using only one model for every task; different models have different strengths, and the best model depends on the specific need.
- Not testing across uncurated, boring prompts; reliable results come from testing a variety of prompts, not just polished ones.
Tools named
- Qwen-Image (Alibaba’s latest image-generation model), Claude (AI model), GPT (AI model)
Lesson 1: What is Tested (topic) and why it matters
In AI development, "Tested" refers to the practice of systematically evaluating AI systems to verify they behave as intended before and after deployment. This matters because AI models are inherently unpredictable—they can produce correct outputs for one input and completely misunderstand the next feature. Testing in this context covers three things: the model itself (the core AI), the harness (the coding setup around it), and the agent (the AI's decision-making framework). You cannot rely on the AI to test its own work, because if the AI writes both the code and the tests, it may embed the same misunderstanding into both.
The approach differs from traditional software testing. Instead of clicking through every node, you must think like an engineer planning for failure. Self-healing tests are a game changer—when your UI changes, the tests automatically adapt instead of breaking. You can generate test suites from plain English descriptions, describing what you want and letting tools create comprehensive coverage. Before going live, run real examples through the system to observe exact behavior. In production, real users will always reveal edge cases you didn't consider.
Your test coverage must be rock solid. Business logic should be encoded directly into the tests, and you should implement adversarial reviews where one agent develops while another reviews. This prevents the AI from shipping features that look fine but completely miss the mark. Testing is where AI truly shines, but you must maintain a rigorous mindset. Accept that you don't know what you don't know, and plan for the chaos that real-world data will introduce.
Sources
- 2026-07-25 — Claude Cowork Is What You Thought Claude Already Did
- 2026-06-06 — Evals Are Broken, Use Them Anyway Ara Khan, Cline
- 2026-01-29 — From Coder to Orchestrator The Developer Role Shift Nobody's Talking About
- 2026-05-26 — AI Just Changed How You Run a Business Forever! (Tutorial)
- 2026-05-14 — Ship Real Agents Hands-On Evals for Agentic Applications Laurie Voss, Arize
- 2026-03-12 — Build & Sell with Claude Code (10+ Hour Course)
- 2026-05-04 — Ralph Loops Build Dumb AI Loops That Ship Chris Parsons, Cherrypick
- 2026-05-25 — Does GenAI belong to data scientists Phil Hetzel, Braintrust
- 2026-07-22 — Prompting is dead. Here is how you create loops
- 2025-12-27 — How to Actually Deliver AI Projects (APIs, Hosting & Handover Explained)
- 2026-05-12 — Dark Factory How OpenClaw Ships Faster Than You Can Read the Diff Vincent Koc
- 2026-07-28 — AI Agents for Performance Ship Faster, Pay Less Rajat Shah, Netflix
- 2026-05-18 — Your Whole Team Uses AI. Why Hasn't the Work Changed
- 2026-03-03 — The One Skill AI Can't Replace -- Are You Developing It
Lesson 2: How to use Tested (topic): step-by-step
To use Tested (an AI testing workflow) effectively, start by defining what you need (the specific goal or feature). For example, if you are building an application, generate the complex environment first, then delete a feature or file—the tests will fail, and you can ask the model to fix them. This is a concrete way to force the model to correct its own work.
Next, choose a model (the AI engine that processes your task). If your task involves images, use Qwen-Image (Alibaba’s latest image-generation model), which handles detailed prompts with text, math equations, and icons. For broader tasks, consider Claude or GPT variants, but always pick the model tier (capability level) based on the job. Give the model clear instructions and explain why the task matters.
Now apply Tested step by step. First, brainstorm options with a generator agent (an AI that creates ideas). Second, hand those options to a judge agent (an AI that scores them against criteria). Third, run user acceptance testing (checking that the output matches what you want). Fourth, always test before adding new features—if a phase passes, move forward; if not, iterate. A practical example: you could use a workflow to generate 40 video titles, have a judge score them, then have the model implement the top option. Throughout, persist your plan as a markdown file to keep the context window (the model’s active memory) clean and focused on the task. Test negatives too—check that the model did not do something bad, not just that it completed the task. This builds reliability over time.
Sources
- 2026-06-03 — Every Claude Code Dynamic Workflow (& When to Use Each)
- 2026-07-15 — Recursive Model Improvement Lee Robinson, Cursor, SpaceXAI
- 2026-06-29 — Building Great Agent Skills The Missing Manual
- 2026-05-18 — Let's go Bananas with GenMedia Guillaume Vernade, Google DeepMind
- 2026-07-26 — Claude Opus 5, GPT 6 hack, Flux 3, new Gemini, quantum breakthrough, new Qwen AI NEWS
- 2026-07-24 — How Evals and Prompts Shape Agent Behavior Preetika Bhateja & Daniel Bump, YouTube Ads
- 2026-06-22 — I Tested GLM 5.2 vs Opus 4.8 vs GPT 5.5
- 2026-07-20 — Zero to Claude Certified Architect Professional Part 5 Context Engineering, Caching & Skills
- 2026-03-19 — We Fixed the #1 Reason Claude Code Apps Fail
- 2026-05-07 — Vibe Engineering Effect Apps Michael Arnaldi, Effectful
- 2026-05-05 — Higgsfield Just Turned Claude Into a Creative Agency
- 2026-05-27 — Claude Code Just Changed Social Media Carousels Forever
- 2026-05-04 — Skill Issue How We Used AI to Make Agents Actually Good at Supabase Pedro Rodrigues, Supabase
- 2026-05-04 — Ralph Loops Build Dumb AI Loops That Ship Chris Parsons, Cherrypick
Lesson 3: Best practices and pitfalls
When working with image-generation models like Qwen-Image 3, the biggest pitfall is assuming marketing demos show real-world performance. Promotional examples are "hand-picked wins, not a random sample" — they look flawless only because the creator chose the prompts carefully. In actual use, Qwen-Image 3 will still "botch a formula or fumble a hand when you're not watching." To avoid disappointment, you must test negatives (checking that the model didn't do something bad) just as much as positives.
A common mistake is using only one model for every task. "Often selecting the best image model depends entirely on what you're trying to create." Different models have different strengths and weaknesses, so the winner changes depending on your specific need. The tested best practice is to "download a couple, try a few, see what works" before committing.
For effective testing, you need a structured approach. One recommended workflow uses two agents: a "generator agent" that brainstorms options and a "judge agent" that scores each option against a set of criteria. This prevents you from relying on a single model output and forces you to evaluate systematically. When you notice something doesn't look right, ask the model why — sometimes you're wrong about what's possible, and the model can explain an alternative.
For Qwen-Image 3 specifically, it handles jam-packed prompts with details, text, math equations, and icons remarkably well. But reliable results come only when you test across uncurated, boring prompts, not just the polished ones in launch posts.
Sources
- 2026-07-26 — Claude Opus 5, GPT 6 hack, Flux 3, new Gemini, quantum breakthrough, new Qwen AI NEWS
- 2026-05-18 — Let's go Bananas with GenMedia Guillaume Vernade, Google DeepMind
- 2026-06-03 — Every Claude Code Dynamic Workflow (& When to Use Each)
- 2026-07-11 — Claude Code for Non-Coders (6 Hour Course)
- 2026-07-22 — Qwen-Image 3.0 Is This The New AI King
- 2026-07-24 — Claude Opus 5 DESTROYS Fable 5
- 2026-07-12 — 1.25M Hugging Face Downloads vs One Honest Benchmark
- 2026-05-07 — Vibe Engineering Effect Apps Michael Arnaldi, Effectful
- 2026-05-23 — Prompt to Pipeline Building with Google's Gen Media Stack Paige & Guillaume, Google DeepMind
- 2026-07-11 — RIP GPT-Image Seedream 5 Pro Full Testing (Censorship + Realism)
- 2026-07-24 — How Evals and Prompts Shape Agent Behavior Preetika Bhateja & Daniel Bump, YouTube Ads
- 2026-03-12 — Build & Sell with Claude Code (10+ Hour Course)
- 2026-04-04 — Ollama + Claude Code = 99% CHEAPER
- 2026-06-15 — Claude Fable 5 is Banned... Do THIS Right Now