Devin migrated Cognition's site and recorded its own verification runs Cognition, founded by Scott Wu, Steven Hao, and Walden Yan, used its AI agent Devin to migrate its marketing site from Astro to Next.js, with the agent recording its verification runs to reproduce subtle bugs and confirm fixes, according to Jared Palmer, Cognition's vice president of engineering, in a thread on X. The migration serves as an internal case study, though Palmer did not disclose the repository, duration, or performance data, leaving the human contribution unquantified. The recorded verification workflow is notable because it allows engineers to inspect the agent's runs, aligning with Cognition's goal of building agents that complete tasks and return evidence for review. Cognition, founded by Scott Wu @ScottWu46 https://x.com/ScottWu46?ref=runtimewire , Steven Hao @stevenkplus1 https://x.com/stevenkplus1?ref=runtimewire , and Walden Yan @walden yan https://x.com/walden yan?ref=runtimewire , used Devin https://devin.ai/?ref=runtimewire to migrate its marketing site from Astro to Next.js, with the agent testing the result and recording runs that helped reproduce subtle bugs and confirm fixes, according to Jared Palmer @jaredpalmer https://x.com/jaredpalmer?ref=runtimewire in a thread https://x.com/jaredpalmer/status/2089463862085251372?ref=runtimewire . Jared Palmer on X https://x.com/jaredpalmer/status/2089463862085251372?ref=runtimewire The timing of the migration itself is unclear, so the episode is best read as an internal case study rather than a new product release. Palmer did not publish the repository, duration, number of files changed, deployment status, or before-and-after performance data. His account also leaves the human contribution unquantified, including who scoped the migration, reviewed the output, and approved the final deployment. Those omissions limit what the migration proves about autonomy. The testing workflow is still the consequential detail. An agent that changes a framework can produce an impressive diff while quietly breaking navigation, styling, authentication, analytics, or browser-specific behavior. Palmer's account says Devin used recorded executions to return to those subtle failures and verify later fixes, turning the run itself into an artifact an engineer could inspect. The founders' bet reaches the review stage Wu and his co-founders built Cognition around delegation rather than inline code completion. Cognition's stated goal is an agent that accepts a software task, works inside the repository and development environment, and returns finished work for review. The founders came out of competitive programming: Cognition says https://cognition.com/about?ref=runtimewire its founding group collectively holds 10 International Olympiad in Informatics gold medals and includes engineers from Scale AI, Cursor, Lunchclub, Google DeepMind, Modal, Waymo, and Nuro. Wu, a three-time IOI gold medalist who previously co-founded Lunchclub, has described Cognition's aim as making it easier for people to build reliable software while engineers move toward system design and problem definition. The marketing-site migration fits that thesis unusually well. Framework conversions are bounded enough to split into concrete steps, yet broad enough to expose whether an agent can navigate a real codebase, preserve behavior, and catch regressions after the code compiles. Palmer is also a pointed messenger for the work. His personal site https://jaredpalmer.com/?ref=runtimewire identifies him as Cognition's vice president of engineering. His account comes from Cognition's VP of Engineering, not from one of its founders. Recording becomes part of the deliverable Cognition has been adding recorded verification to Devin in 2026. In February, Cognition released Devin 2.2 https://cognition.com/blog/introducing-devin-2-2?ref=runtimewire with desktop computer use, self-verification, and automated fixes. Cognition's computer-use documentation https://docs.devin.ai/work-with-devin/computer-use?ref=runtimewire says Devin can install dependencies, start an application, generate a test plan, interact with the interface, and return an annotated video of the run. Cognition engineer Ido Pesok described the strategic reasoning in a May 29 post https://cognition.com/blog/testing-development?ref=runtimewire . As more agent sessions begin through schedules, automations, and other agents, engineers cannot watch every step live. The output needs enough evidence for someone returning later to judge whether the change is ready for review. Cognition says Devin can also turn recurring test procedures into reusable skills, which matches Palmer's explanation that verification scripts may be stored in a session scratchpad or reused across parallel child sessions. That workflow addresses a basic problem created by asynchronous coding agents: they increase the amount of code available for review faster than they increase engineers' capacity to understand it. A screen recording does not establish correctness on its own. It can make the review narrower by showing which flows ran, what the agent observed, and whether the reported fix survived the same sequence that exposed the bug. Cognition's own 2025 performance review https://cognition.com/blog/devin-annual-performance-review-2025?ref=runtimewire draws the boundary plainly. Cognition said Devin worked best on tasks with clear requirements and verifiable outcomes, while ambiguous projects and test logic still required human judgment. A framework migration can sit on either side of that boundary. Acceptance criteria such as passing builds, preserved routes, and stable visual behavior are testable. Decisions about architecture, accessibility, long-term maintainability, and performance tradeoffs remain harder to reduce to a recorded run. Independent testing has previously shown the cost of getting that boundary wrong. In January 2025, Answer.AI reported https://www.answer.ai/posts/2025-01-08-devin.html?ref=runtimewire 14 failures, three inconclusive results, and three successes across 20 tasks it assigned to an earlier version of Devin. The researchers found that Devin could become stuck on poorly specified or unfamiliar work. That evaluation predates Cognition's 2026 verification releases and does not assess the Astro migration, but it explains why evidence attached to the output has become central to Cognition's product pitch. Cognition needs proof that scales with the valuation The internal migration also serves a commercial purpose. Cognition said in May https://cognition.com/blog/series-d?ref=runtimewire that it raised more than $1 billion at a $26 billion post-money valuation in a round led by Lux Capital, General Catalyst, and 8VC. Cognition also reported $492 million in annualized run-rate revenue and more than tenfold enterprise-usage growth since the start of 2026. Those figures are self-reported, and Cognition has not attached audited financials to the announcement. At that scale, Cognition is selling an operating model for engineering organizations, not a clever code generator. The Astro-to-Next.js migration gives prospective customers a compact version of that pitch: assign an existing production project, let the agent make the changes, and receive inspectable evidence alongside the code. Palmer's thread stops short of establishing a zero-touch migration or measuring whether Devin beat an experienced engineer on time, cost, or quality. It does show where Wu, Hao, and Yan are concentrating Cognition's product work. Code generation is already abundant. Cognition is betting that planning, execution, testing, and reviewable proof can make autonomous work dependable enough to merge.