Tagged articles

JiTTesting

2 articles · Page 1 of 1
Continuous Delivery 2.0
Continuous Delivery 2.0
Sep 9, 2026 · Artificial Intelligence

Meta's JiTTesting: Disposable Test Probes Catch AI-Generated Code Defects

Meta's JiTTesting generates temporary, diff-specific test probes that run on both parent and new code versions to catch behavioral differences introduced by AI-generated changes, using dual pipelines (Dodgy Diff and Intent-Aware), noise reduction via RubFake and LLM-as-Judge, and human-in-the-loop review, while promoting stable passing tests to the permanent hardening suite.

AI-generated codeCI/CDJiTTesting
0 likes · 11 min read
Meta's JiTTesting: Disposable Test Probes Catch AI-Generated Code Defects
Continuous Delivery 2.0
Continuous Delivery 2.0
Sep 8, 2026 · Fundamentals

JiTTesting: Just-in-Time Testing for AI-Speed Code Changes

JiTTesting introduces a dual-track testing strategy—permanent hardening tests for regression prevention and temporary catching tests generated on-demand to detect behavioral differences in AI-generated code diffs—using parallel pipelines, automated noise reduction, and human-in-the-loop validation to keep pace with rapid AI-driven development.

AI-assisted testingJiTTestingLLM-based testing
0 likes · 10 min read
JiTTesting: Just-in-Time Testing for AI-Speed Code Changes