Cognition helps Devin test its own work with GPT‑6 Astra
Sep 11, 2026, 9:00 AM · OpenAI

Cognition is wiring GPT‑6 Astra into Devin so the agent can test what it builds and show receipts—pushing code review toward evidence, not just diffs.
Why it matters
OpenAI’s customer story with Cognition puts a concrete job on Astra: help Devin, the autonomous software engineer, test its own work and prove the result. The pitch is not more autocomplete. It is less time humans spend reading every line because the agent returns recordings, screenshots, and test reports alongside the change.
Cognition already sells Devin into banks and startups. As its own teams write more code with agents, review has become the bottleneck. Co-founder Walden Yan says one of Astra’s big improvements is testing and proving that work behaves as expected—and that over time the team expects to look at less code manually while shipping more.
If that loop holds up outside a polished case study, agentic coding stops being a demo of diffs and starts looking like a closed loop: write, run, show, fix.
From the desk
We’re reading this as a verification story dressed as a product win—and that’s the useful part. Coding agents have been strong at proposing patches and weak at proving them. Cognition’s examples are deliberately visual: Devin uses Astra to test an iPhone game called Otter Run, then returns a simulator recording plus a report of which checks passed and what was left untested. When a customer sends a bug screenshot, the team can hand it to Devin with Astra, get a fix, and get a screenshot back showing the result.
That is the right direction for useful AI in software. Engineers still need judgment, but judgment is cheaper when the agent ships evidence instead of vibes. Yan’s line about reviewing less code and shipping more is the bet every AI-coding vendor is making; Astra is being positioned as the model that can close the trust gap between generated change and observed behavior.
We’re not swallowing the rosy arc whole. OpenAI is publishing a startup love letter timed to Astra’s rollout. We don’t get independent benchmarks, failure rates, or how often the “proof” misses flaky paths, permissions bugs, or security regressions that a recording won’t show. A simulator video is persuasive theater if the untested areas are exactly where production breaks.
Still, the trajectory if this scales is clear: review culture shifts from reading every hunk to sampling evidence bundles—recordings, screenshots, scoped test matrices—and humans become auditors of agent work product. That can be a genuine productivity unlock. It can also hide shallow testing behind polished artifacts. I’m watching whether Cognition quantifies review-time saved, whether customers demand those same evidence packs in their SLAs, and whether rivals answer with comparable self-test loops instead of bigger context windows alone.
Desk take: Astra earning its keep by making Devin show its work is the kind of AI we want to advocate for—capability tied to verification. Keep the receipts honest, or the shipping speed becomes a liability factory.
Context
Cognition builds Devin and is applying Astra across the cloud agent plus its CLI and desktop products. OpenAI framed the piece as a North American technology startup using the API. Yan’s comments center on faster customer turnaround and a long-term reduction in manual code inspection.
Who feels it
- Engineering leaders
- Agent workflows that return simulator recordings, screenshots, and explicit untested-area reports may change what “code review” means in hiring, process, and tooling budgets.
- Cognition / Devin customers
- Faster bug-fix loops from screenshot-in to screenshot-out could raise expectations for turnaround—and for proof that fixes actually stuck.
- Rival coding-agent vendors
- Pressure to match self-test and evidence packaging, not only raw generation quality, if buyers start asking for run artifacts with every PR.
- Individual developers
- Less time reading every line can free focus for architecture and edge cases—or deskill review if teams trust demos over adversarial testing.
What to watch
- Whether Cognition publishes metrics on review time, escaped defects, or ship velocity after Astra-backed testing
- Customer demand for standardized evidence packs (recordings, coverage of untested paths) in agent PRs
- Competing agents adding comparable self-test and visual proof loops
- Security and flaky-test failure modes that polished demos tend to undersell