explainx.ainewsletter3.5k
TrendingNewsPathwaysSkills
Pricing
explainx.ai

Upskill in AI — 16 free pathways, live workshops & bootcamps, and 50+ courses from practitioners. Plus the skills, tools, and MCP servers to practice on.

follow us

custom AI agents

[email protected]

get started

Find your pathTake Free Evaluation

learn

pathways — start freeworkshopsbootcampscoursescertificationsmock testsexplainx universitycorporate traininglearn skills & mcp

discover

skillsmcp serversexplainx mcptoolsagentsllmsdesignsagi trackerranks

company

aboutvisionmissionteaminstructorscommunityhackathonscareers

content

daily AI newsstate of AI — live resultsblogreleasespromptsgeneratorsresource librarydemofor LLMs

solutions

all solutionsdeveloper upskillingmarketing upskillingproduct manager upskillingleadership upskilling

More from us

InfloqInfluencer marketingBgBlurPrivacy-first blurOlly SocialSocial AI copilotCeptoryVideo intelligenceBgRemoverBackground removal

newsletter · weekly

Get AI news, tools, and insights in your inbox.

supportprivacytermsdata rightssubmission guidelines

© 2026 AISOLO Technologies Pvt Ltd

On this page

  • TL;DR — what each bar means
  • Why the yellow bar collapsed but the red bar didn't
  • ThePrimeagen, Chollet, and the skill debate
  • Mapping the chart to Boris Cherny's adoption ladder
  • The infinity bar — why projects die after great demos
  • What Claude's "3 months" estimate actually means
  • Practical checklist — shrink red without lying to yourself
  • Summary
  • Related on explainx.ai
← Back to blog

explainx / blog

AI Speeds Demos but Final Polish Takes Months — Kr$na's Dev Cycle Chart (July 2026)

Kr$na's viral chart: 5-minute idea, 2-hour demo, 6-month final 10%, then abandoned. Why Claude Code shrinks yellow but not red — and what ThePrimeagen, Chollet, and the 90% rule say about shipping.

Jul 17, 2026·7 min read·Yash Thakker
Claude CodeDeveloper ProductivityVibe CodingSoftware EngineeringAI Coding
go deep
AI Speeds Demos but Final Polish Takes Months — Kr$na's Dev Cycle Chart (July 2026)

July 16–17, 2026: Kr$na (@krishdotdev, full-stack AI engineer) posted a four-bar chart titled "The new development cycle in one image." Within hours, ThePrimeagen reposted it — "Discovering what we already knew from first principles" — and Grok's news summary framed the same tension: AI tools like Claude Code collapse prototyping from weeks to hours, but bugs, edge cases, and security still eat months.

The chart is simple. The calendar implications are not.

Kr$na's new development cycle chart — Idea 5 minutes, Working demo 2 hours, Final 10% 6 months, Abandoned project infinity

Chart by @krishdotdev, July 16, 2026 — reposted by @ThePrimeagen and others on X.

Weekly digest3.5k readers

Catch up on AI

Curated AI updates on agents, skills, and MCP — delivered to your inbox. Unsubscribe anytime.


TL;DR — what each bar means

PhaseColorTimeWhat AI actually accelerates
IdeaGreen~5 minBrainstorming, spec drafts, architecture sketches, prompt → scaffold
Working demoYellow~2 hoursHappy-path UI, CRUD, agent-driven file edits, local test green once
Final 10%Red~6 monthsEdge cases, security, perf, a11y, migrations, observability, legal/compliance
Abandoned projectBlue∞Demo shipped to X; red bar never funded; repo archived

Ray @ravikiran_dev7 captured the Claude estimation joke in the same thread: Claude says "this project will probably take 3 months" — while the chart says the demo took two hours. Both can be true. Agents estimate production completion; builders celebrate demo completion.


Why the yellow bar collapsed but the red bar didn't

What got faster (green + yellow)

Tools like Claude Code, Cursor, Codex, and Kimi K3-class models changed the first two bars:

  • Idea → runnable code no longer requires a sprint of manual scaffolding
  • In-IDE agents edit files, run tests, and iterate on errors without context-switching to Stack Overflow
  • Vision + UI models turn screenshots into components — the demo bar is literally what nextjs.org/evals and Arena Frontend Code measure

This is real. It is not hype. It is also misleading if you stop measuring after yellow.

What didn't get faster (red)

The final 10% is everything that does not show in a Loom:

Red-bar workWhy agents struggle
Edge casesLong tail of user behavior — sparse in training data
SecurityThreat modeling requires adversarial thinking, not pattern completion
Performance at scaleDemos run on happy paths; prod runs on p99 and noisy neighbors
Accessibility & i18nEasy to forget in a 2-hour demo; expensive to fix later
Observability & on-callMetrics, alerts, runbooks — invisible in a screen recording
Migration & rollbackReal users have existing data; demos use seed fixtures

Kr$na's chart is the 2026 restatement of the 90% rule: the last mile was always disproportionately expensive. AI moved the demo milestone left on the timeline; it did not repeal Brooks's law for polish.


ThePrimeagen, Chollet, and the skill debate

The chart triggered agreement more than controversy — ThePrimeagen's "first principles" line landed because senior builders already lived this shape before LLMs. AI just made the gap between bars 2 and 3 visually absurd.

The skill question is separate:

ViewWho said itImplication
AI amplifies expertsFrançois CholletStronger codegen rewards people who specify constraints and catch bad evidence
Interfaces matter more than typingThePrimeagenDefining structs, APIs, and boundaries — acceptable to be the review bottleneck
Demo code doesn't scaleMitchell Hashimoto vibe-coding threadPrototypes that skip red-bar work demand painful rewrites

explainx.ai covered this split in should developers stop reviewing AI-generated code?. Kr$na's chart does not pick a side — it shows where calendar time goes if you treat yellow as done.

Emil Kowalski (@emilkowalski, Linear, animations.dev) sits in the design-polish camp the red bar describes: motion, micro-interactions, and feel are exactly the kind of work that does not compress to two hours because they require taste loops, not token loops.


Mapping the chart to Boris Cherny's adoption ladder

Cherny's Steps of AI Adoption (published the same week) names why teams stall in the red bar:

Cherny stepChart barBottleneck
Step 1 AssistedYellow (supervised demo)You read every edit — fast demo, slow trust
Step 2 ParallelYellow → early redSelf-verification (tests, lint, security scan) before you review
Step 3 Supervised autonomyRed in backgroundProactive maintenance — polish runs while you build
Step 4 AI-nativeRed automated per domainMigrations, triage, fuzzing — if guardrails exist

Teams stuck at Step 1 get incredible yellow bars and brutal red bars — because every edge case still needs human eyes. Advancing to Step 2 means investing in the verification loop that shrinks red without abandoning to blue.

See loop engineering and Claude Code /goal, /loop, /schedule for the harness layer between demo and production.


The infinity bar — why projects die after great demos

The blue ∞ segment is the chart's punchline. Common paths:

  1. Demo-as-marketing — thread goes viral; no budget for red bar
  2. Rewrite trap — yellow code is so demo-shaped that red costs more than greenfield
  3. Scope creep in red — "just one more edge case" without a ship date
  4. Burnout — yellow was exhilarating; red is LLM prose and clanker fatigue
  5. Wrong owner — PM prototype mistaken for eng-ready (vibe coding for PMs warns: don't productionize the prototype)

Mitigation that actually works:

  • Define red-bar done before yellow — test matrix, SLO, threat model, launch checklist
  • Separate repos or branches for demo spikes vs production lineage
  • Time-box yellow — 2 hours is the chart's joke; make it a literal cap for spikes
  • Automate red entry — CI fails on missing tests; security review on by default (Cherny Step 2)
  • Kill blue early — if red estimate exceeds value, archive at yellow instead of limping to ∞

What Claude's "3 months" estimate actually means

When Claude (or any agent) says a project takes three months, it is often integrating:

  • Full red-bar scope (correct for production)
  • Unknown unknowns in your domain
  • Sequential human review bottlenecks

When you finish in two hours, you built yellow. Both statements coexist. The failure mode is shipping yellow while believing you skipped red — the path to Hashimoto-style rewrites and the infinity bar.

For enterprise teams, this is why AI copy vs craft debates and anti-slop design skills matter: demos default to generic; polish is differentiation.


Practical checklist — shrink red without lying to yourself

Before you post the demoBefore you call it production
Label it spike / POC in READMECI green on your edge-case suite
List 10 things that will breakSecurity review or threat model doc
Pick one user persona for yellowObservability: logs, metrics, alerts
Set red budget (days, not ∞)Rollback tested
Use Plan mode / advisor for intentOn-call owner named

If red budget exceeds value → archive at yellow. That is healthier than the infinity bar.


Summary

Kr$na's July 16, 2026 chart names the 2026 software calendar: 5-minute idea, 2-hour working demo, 6-month final 10%, ∞ abandoned. AI coding agents genuinely compressed green and yellow — Claude Code, Cursor, and frontier models turn scaffolding into an afternoon. ThePrimeagen treated it as first principles; the 90% rule explains why red still dominates. Skill debates (Chollet, Hashimoto) are about who steers, not whether the shape is real. Avoid the blue bar by defining red-bar done early, time-boxing demos, and advancing to verification-heavy agent maturity — not by pretending yellow is ship.


Related on explainx.ai

  • Boris Cherny Steps of AI Adoption — 0 to 4 maturity
  • Should developers stop reviewing AI-generated code?
  • Loop engineering for coding agents
  • Claude Code loops — /goal, /loop, /schedule
  • Programmers' mental health and LLM burnout
  • Vibe coding for product managers — prototype boundaries
  • AI psychosis and vibe coding fatigue — Hashimoto thread
  • Nutlope Hallmark — anti-AI-slop design skill

Sources: @krishdotdev chart (Jul 16, 2026) · @ThePrimeagen repost · @ravikiran_dev7 Claude estimate joke


Chart and timeline labels accurate as of July 17, 2026 per viral X posts. Times in the meme are illustrative, not measured benchmarks — use them as a planning metaphor, not a sprint estimate.

Yash Thakker

Written by

Yash Thakker

Yash is an AI expert with over 300K learners. Join his workshops →

Related posts

Aug 8, 2026

Compiss: A Toilet-Finder App Built Entirely with Claude Code

A viral r/ClaudeAI post shows Compiss — a free "emergency toilet radar" app with a literal compass UI, live on the App Store, Google Play, and Apple Watch — built end to end with Claude Code. explainx.ai breaks down what the OP actually shipped, the Android crash reports, and what it teaches solo builders shipping AI-coded apps to real app stores.

Aug 4, 2026

Should You Manually Retype LLM-Generated Code? The HN Debate

Ankur Sethi's proposal to manually retype every LLM-generated line of code, rather than accept it directly, split Hacker News between "obviously correct discipline" and "why not just write it yourself." The real debate underneath is about what AI coding actually costs your understanding.

Aug 1, 2026

Software for One: Building Personal Apps with AI Coding Agents

Alex Waxman's essay on building four personal apps with Claude Code went to 105 points on Hacker News, reviving Robin Sloan's six-year-old "home-cooked software" idea. Here's the actual stack, the real cost, and the counterarguments worth taking seriously before you start your own.