Tsinghua's DiffuTester generates unit tests with diffusion LLMs 2-3x faster
jiqizhixin · x · 2026-09-21
Tsinghua University's AI Agent Lab (Prof. Jia Li's group) presents DiffuTester, accepted at EMNLP 2026, which uses diffusion LLMs to generate unit tests 2-3x faster without losing coverage.
Key idea: multiple unit tests for the same method share heavy structural redundancy. DiffuTester mines these patterns via Abstract Syntax Trees (AST) and preserves pattern-matching tokens during diffusion decoding, so each denoising step emits more tokens and total inference steps shrink. Unlike KV-cache reuse (per-step cost) or sampling tweaks, it targets redundancy specific to test generation.
More from coding & agent
- One token is all you need: hacking LLMs into classifiers with logit_bias and max_tokens=1 — AAAzzam · 2026-09-21
- Expanso Builds a Jev-Based Agent That Reads Pod Logs and Auto-Fixes Stale Kubernetes Labels — aronchick · 2026-09-21
- Turning GPT-6 Astra Into a Motion Graphics Studio: 5 Ad Renders in 18 Minutes — PrajwalTomar_ · 2026-09-21
- Sentry CEO: if your product isn't headless, you're investing in the wrong things — zeeg · 2026-09-21
- Clairvoyance marries your AI models to your data via rich metadata layer — draginol · 2026-09-21
- Dev wires Google Astra vs Fable to play RollerCoaster Tycoon over MCP to test computer use — scaling01 · 2026-09-21