ExploreTrendingAnalytics
Nostr Archives
ExploreTrendingAnalytics
SpontaneousOrder27d ago
At the professional coders of nostr: How much do you code on your own (no AI) and how much you use AI? (In percentages maybe) #asknostr @50d94fc2…df281d63 @91c9a5e1…e036f832 @Gigi @jb55
💬 8 replies

Replies (8)

jb5527d ago
ever since around December it went from 20% to basically 95%+ the advancements in agentic loops + models have made it kind of silly not to use it for everything. I still prefer to be “in the loop” and ask the ai to change around 30% of edits, so i’m still writing the code in some sense, but its more like pair programming than vibe coding for me. I still think vibe (hands off) coding produces bad results. also for me its only more productive if i have multiple agentic loops running in parallel, hence why i built Damus Agentium to handle hopping between edits automatically
0000 sats
SpontaneousOrder27d ago
Do you think vibe coded only applications can be taken seriously and do you think soon (1-2 years), only vibe coding will be good enough for 99% of use cases?
0000 sats
Matt Corallo27d ago
Depends a ton on what for. For small applications, scripts, tests, self-contained things, or repetitive tasks (think refactoring), it’s basically 100% AI+review (often tests you have to tweak and carefully check cause it’ll write tests that pass but don’t actually test anything with it being obvious at all!). For high-level tasks in large codebases, especially starting to design a new API or feature, it’s somewhere between 0 (doing it yourself to explore an approach while being more directly exposed to the changes) or using them to explore but then rewriting chunks after you’ve explored different options.
0000 sats
Gigi26d ago
I don't consider myself a "professional" (serious) coder these days, but to answer your question: it changed gradually and then very quickly. Over the last 6 months I'm pretty sure I wrote zero lines without prompts.
0000 sats
Zsubmariner26d ago
I use AI very heavily while I program, but I'm still the one programming. I think "vibing" is cool for non-programmers. I think professional programers who are going autopilot (or writers or lawyers or...) are playing with fire. It can turn you into a slop zombie or make you the best you've ever been, but that's up to how you use it.
0000 sats
John26d ago
I tell it what needs to happen and define the success criteria, and poke it when it gives up Ive written 0 lines of code and won't type at all, even for one line changes like constants
0000 sats
jb5527d ago
It seems increasingly likely that a swarm of adversarial agents could produce really good code and products all by itself in a closed loop. 1-2 years doesn’t seem far off. My conviction level on this is about 70% on this
0000 sats
Matt Corallo27d ago
Ultimately review is generally a much more difficult skill than code authorship, so there’s a tradeoff for subtle changes.
0000 sats