---
title: "AI now writes 97% of my code. Here's what I learned"
url: https://daily.dev/posts/ai-now-writes-97-of-my-code-here-s-what-i-learned-15z6wqhgc
source_url: https://swizec.com/blog/ai-now-writes-97-of-my-code-heres-what-i-learned
type: article
source: "swizec.com"
published: 2026-04-25T16:38:24.056Z
updated: 2026-04-25T16:38:51.522Z
tags: ["react", "productivity", "ai-coding", "vibe-coding"]
reading_time: 7
upvotes: 175
comments: 34
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# AI now writes 97% of my code. Here's what I learned

**[swizec.com](https://daily.dev/sources/swizec)** · 7 min read · 175 upvotes · 34 comments

## Summary

A senior engineer at a near-billion-dollar company shares that AI (via Cursor) now writes 97% of their production code, including high-stakes systems like an invoicing platform. The key workflow: use Cursor background agents via Slack, don't watch them work, provide clear context and desired outcomes in prompts, then iterate with code review just like you would with a human engineer. The author dismisses elaborate prompt engineering tricks (Agents.md, plan mode, etc.) as distractions, arguing the fundamentals — speak clearly, give context, iterate — are what actually matter. A cautionary note: long-running agents that make early mistakes can produce thousands of lines of broken code, echoing the failures of waterfall development.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://swizec.com/blog/ai-now-writes-97-of-my-code-heres-what-i-learned>

## Community discussion

Top comments from developers on daily.dev.

**@confidentcoding** · 55 upvotes

> Let me guess: your own site is included in that 97%? I swear, you can't make this stuff up!
>
> ![image.png](https://media.daily.dev/image/upload/s---Hogef2M--/f_auto/v1777256705/ugc/content_19e8271e-2884-4f5d-84ad-30b754db9d43?_a=BAMAMiWQ0)

**@inzagio** · 26 upvotes

> Basically like the most basic principle of engineering, keep it simple. Simplicity is key

**@radmilomarkovic** · 13 upvotes

> Experimenting is the key as always. You will know how to guide agent properly only if you made 1000+ mistakes before same goes with learning.

**@pavelsergeev** · 11 upvotes

> this is stupid... this is barely control... I think best way is to stay in IDE and peronaly review every shit AI writes so u see an issue in logic before it ate all ur context and limits, controllable AI dev is same as usual dev. But slack development........ Like playing russian rulette

**@a\_meb\_a** · 9 upvotes

> well, my AI agent WRITES my code, but I build my code and architecture... -_-

## Similar posts on daily.dev

- [11 Things I learned after using AI Agents full-time](https://daily.dev/posts/11-things-i-learned-after-using-ai-agents-full-time-mf14dab5g) · SwiftLee · 76 upvotes · 3 comments
- [Why agents DO NOT write most of our code - a reality check](https://daily.dev/posts/why-agents-do-not-write-most-of-our-code---a-reality-check-h44n3mjhg) · DEV · 19 upvotes · 3 comments

---

Tags: [#react](https://daily.dev/tags/react), [#productivity](https://daily.dev/tags/productivity), [#ai-coding](https://daily.dev/tags/ai-coding), [#vibe-coding](https://daily.dev/tags/vibe-coding)

[View this post on daily.dev](https://daily.dev/posts/ai-now-writes-97-of-my-code-here-s-what-i-learned-15z6wqhgc)
