140 related articles
TutorialsA viral GitHub project uses just 65 lines in a .md rules file with 12 coding principles to reduce AI programming errors from 41% to 3%. Learn the four golden rules and 8 advanced techniques.
TutorialsA deep dive into engineering Claude Code for API test automation, covering environment setup, Skill development, tool encapsulation, and Harness Engineering methodology.
TutorialsExplore the semi-AI approach to API automation testing: why pure AI fails, framework design principles, technology choices, and clear human-AI division of labor for practical implementation.
TutorialsLearn how to auto-generate high-quality CRUD code using Claude Code with MCP and Skill files. Covers MySQL MCP setup, Skill file writing, TDD patterns, and pagination optimization.
Deep DivesWhy do longer Prompts make AI Agents less stable? This article explains the control flow first architecture, replacing natural language control flow with code orchestration to boost multi-step reliability from 40% to over 90%.
TutorialsA 6-year test engineer's mock interview reveals three fatal flaws: poor communication, contradictory framework descriptions, and shallow AI application depth. Learn targeted strategies to improve.
TutorialsA deep dive into API automation testing framework design, covering Pytest encapsulation, unified parameter management, API data correlation, and assertion mechanisms.
Product ReviewsFabraix is an adversarial testing tool built by former Meta engineers that uses 1000+ adaptive attack strategies to discover hallucinations, security vulnerabilities, and logic errors in AI Agents through pure black-box testing with zero integration.
TutorialsGo 1.26 reimplements the go fix command to automatically migrate legacy Go code to modern idioms, supporting generics, slices package, iterators, and more.
Product ReviewsDeep testing GPT-5.1 Pro and Codex Max: Pro model solves a 3-day crypto puzzle in 30 minutes but is locked to ChatGPT's broken web UI; Codex Max coding falls short of promises.
TutorialsA detailed guide to Claude Code Skill Creator's complete workflow: from writing requirements and generating skills to natural language iteration and old skill cleanup for test automation.
Product ReviewsDeepSeek V4 Pro + Claude Code + Playwright generates 11 UI automation test cases in 16 minutes for just $0.08 total, about $0.007 per case. Full walkthrough with cost analysis.
TutorialsLearn how to create and configure GEMINI.md files in Gemini CLI, including /init auto-generation, personal coding preferences, and the project/directory/global three-level scoping mechanism.
TutorialsA complete guide to installing and configuring the Godot AI plugin. Use MCP protocol to let Claude and Codex create scenes, run tests, and debug with screenshots — build a 3D platformer in 10 minutes.
TutorialsA detailed guide to 8 essential AI Skills for testers, covering requirements-to-cases, API script generation, bug reports, log analysis, and more — helping QA teams harness AI with engineering discipline.
TutorialsComplete guide to Browser Use, the open-source AI browser automation agent: installation, Web UI usage, code integration, architecture, and token optimization tips for automating web tasks with natural language.
Deep DivesAI Agents face infinite input spaces and non-deterministic outputs. Learn how simulation testing systematically validates Agent reliability through scenario generation, environment simulation, and behavior evaluation.
Tech FrontiersA RoPE interleaved format mismatch bug was found in DeepSeek-V3.2-Exp's inference demo, causing silent performance degradation. Learn the root cause, technical details, and fix.
Tech FrontiersExplore how simulation solves AI testing challenges, covering scenario simulation, large-scale regression testing, and multi-agent verification to build reliable AI systems.
TutorialsExplore TRE non-backtracking regex engine Python bindings and compare performance against Python's re module under ReDoS attacks. Learn how TRE eliminates regex denial-of-service risks.