frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Open in hackernews

Ask HN: What percentage of your coding is now vibe coding?

2•mbm•1y ago
As a rough estimate...

Comments

90s_dev•1y ago
Proudly zero. I just wrote and posted an article explaining why. The short version: genuine engineering is an abandoned skill I want to revive.
leakycap•1y ago
Zero.

But there wasn't this much hate for people who copied random Javascript off whatever site LYCOS linked you to back in the day. Vibe coding for non-critical applications doesn't seem all that different to me.

JohnFen•1y ago
Zero
latexr•1y ago
Zero. I care about the code I write and value doing things well and building knowledge through deep understanding. Over the years I’ve proven to myself (and others) that approach improves both speed and accuracy, as well as reduce the need for rewrites because experience increases the chance I’ll get it right early on and design in a way that I don’t paint myself into corners.

I’ve noticed that coding with an LLM leads to severely diminished knowledge retention and learning (not to mention it’s less fun), and I suspect overuse would lead to a degree of dependency I don’t wish for myself.

joeismailyan•1y ago
Depends on the task. I use AI for planning/figuring out how to implement stuff. Probably 80% is with AI to bounce ideas off and figure things out.

Writing the code, probably 30% is with AI. Our product requires a lot of context for AI to get stuff right so it's challenging to get it to write good, working code. If it's a small thing that doesn't require a lot of context then I use AI.

I use various tools for this, let me know your needs and I can provide recommendations.

chrisrickard•1y ago
Vibe coding in the traditional sense (coined by Karpathy back in Feb): 20%

Vibe coding using detailed, structured requirements (from tools like Userdoc): 65%

khedoros1•1y ago
Very little. It's directly forbidden for my day job, and if I'm programming anything in my off hours, it's for my own enjoyment.

All of the code that I've generated by LLM has backed itself into a corner very early on, so I tend to use that as a starting point, then fix and refactor. I've made some toy-sized programs that way (but hours quicker than I would've looking up library documentation on my own).

I've had good luck refining my understanding of some concepts, talking through design of pieces of code, and basically generating snippets of example code on demand. Even in those limited cases, I end up relying on my own experience to determine what's helpful and what's crap. They're usually intertwined.

codeqihan•1y ago
Partly. Mostly I write it myself, and only ask the LLM when I encounter problems.
apothegm•1y ago
I almost never tell it to just write me a thing (what I think of as vibe coding). (2%)

I sometimes write a pretty detailed doc or spec; have the AI draft an implementation; then review and fix it myself. I try to keep this to “reasonable PR” size, a few hundred lines (a module or two) max, and will do a few rounds per hour. (~25%)

I will often stub out modules or classes (sometimes with docstrings) and tab-complete big chunks of them. (And then turn tab completion off and rage-code the rest by hand because the AI is so far off base.) (~25%)

I will often tell the AI to write tests for stubbed methods prior to implementation. I then double check the tests before moving on to manual or AI-assisted implementation. This is usually in increments of a single AI request/response. (~35%)

I will occasionally ask the AI to change existing code and tests, usually in a single request/response. I’ve had very mixed results with this. (~10%)

I have been finding myself writing code in smaller standalone libraries and then assembling those into larger and larger composites so that each library is a size a model can more realistically reason about; and for the layers on top of it the AI wont fill its context up reading all that source instead of just the public API docs.

rstuart4133•1y ago
Zero.

I've now convinced myself current LLM's are much closer to a "stochastic parrot" than an AGI in all areas other than natural language processing. In natural language they are super-human, meaning they can wordsmith better than most humans and are far faster at it than all humans.

That means it you are writing something it's seen a lot of before in it's training data in a language that's somewhat forgiving (so, not C), vibe coding might have 1/2 a chance. I don't do that. But if you're building UI's in javascript using a common framework it might work for you.

Happo MCP: let your agent review your visual-regression and accessibility diffs

https://happo.io/blog/introducing-happo-mcp-server
1•lencioni•37s ago•0 comments

SpaceX IPO demand is approaching four times oversubscribed, source says

https://www.reuters.com/world/spacex-ipo-demand-is-approaching-four-times-oversubscribed-source-s...
1•Vaslo•1m ago•0 comments

European sunscreens are safer than American

https://www.ms.now/opinion/msnbc-opinion/sunscreen-united-states-fda-ingredients-rcna153526
2•qsi•1m ago•0 comments

Trajeckt: sub-2ms runtime trajectory based auditable enforcement gateway for AI

https://traject.tamor.ai/
1•Bhuwan28•2m ago•0 comments

How Spammers Are Hiding Behind Google and the New York Times

https://www.comparitech.com/news/how-spammers-are-hiding-behind-google-and-the-new-york-times/
1•speckx•4m ago•0 comments

Guardian Runtime – Local firewall for AI coding agents and runaway costs

https://pypi.org/project/guardian-runtime/
3•Prajwal_Hage•4m ago•0 comments

Fable 5 is Anthropic's most "honest" model

https://twitter.com/thisritchie/status/2065416823898820889
2•mritchie712•5m ago•0 comments

International Archives Week 2026: ArchivesForJustice: Rights, Memory and Futures

https://www.ica.org/international-archives-week/iaw2026/
1•rbanffy•6m ago•0 comments

Georgia is about to have the biggest solar cell factory in US history

https://electrek.co/2026/06/11/georgia-is-about-to-have-the-biggest-solar-cell-factory-in-us-hist...
1•donohoe•7m ago•0 comments

Show HN: Quire – An ObsidianMD plugin for long-form writing

https://github.com/Dromena-xyz/quire
2•dromena•7m ago•0 comments

Show HN: RedNotebook AI open-source AI data notebook for Trino, +12 SQL engines

https://github.com/sanniheruwala/RedNotebookAI/blob/main/README.md
1•heruwala•7m ago•0 comments

Hunting the 30-Year-Old World of Xeen MT-32 Crash

http://finalpatch.github.io/xeen/
1•finalpatch•7m ago•0 comments

Elon Musk on track to become first trillionaire today

https://www.theguardian.com/business/live/2026/jun/12/spacex-float-us-stock-market-share-elon-mus...
2•geox•8m ago•0 comments

Feed the machines, then guide the humans

https://passo.uno/tech-writing-role-split/
1•theletterf•11m ago•0 comments

GCC 15.3 Released – more than 208 bug fixes

https://gcc.gnu.org/pipermail/gcc/2026-June/248331.html
1•edelsohn•11m ago•0 comments

Spec-Driven Development: A Spec-First Approach to AI-Native Engineering

https://developer.microsoft.com/blog/spec-driven-development-ai-native-engineering
1•sambcui•11m ago•0 comments

What an 8kb Postgres read costs

https://frn.sh/8kb-read/
2•birdculture•12m ago•0 comments

Playwright as My Default Browser

https://12gramsofcarbon.com/p/agentics-using-coding-agents-for
2•theahura•13m ago•0 comments

US states as generative tile mosaics, pick the shape family for land/water/parks

https://us-mosaic-map.netlify.app/
1•heterodoxjedi•14m ago•1 comments

How we are making our own protein data because public stuff sucks

https://idps.substack.com/p/biotechs-ai-revolution-will-be-won
2•ktamiola•15m ago•0 comments

Death by a Thousand Cuts: the AI database failures that clear every gate

https://explainanalyze.com/p/death-by-a-thousand-cuts-the-ai-database-failure-you-cant-restore/
1•rtolkachev•16m ago•0 comments

Prove you're human by winning a claw machine

https://feralui.vercel.app/#/captcha
1•speckx•18m ago•0 comments

Your Sleep Schedule Is a Policy Document

https://julienreszka.com/blog/your-sleep-schedule-is-a-policy-document/
2•julienreszka•18m ago•0 comments

Show HN: Millrace, a framework for building multi-step governed loops

https://github.com/tim-osterhus/millrace
1•timosterhus•18m ago•0 comments

The Unsung Hero of the Lord of the Rings

https://www.theculturist.io/p/the-unsung-hero-of-the-lord-of-the
2•gmays•18m ago•0 comments

Smart Thinking in the Age of AI

https://flowchainsensei.wordpress.com/2026/06/10/smart-thinking-in-the-age-of-ai/
1•speckx•22m ago•0 comments

What can a neuron compute – bioRxiv

https://www.biorxiv.org/content/10.64898/2026.06.08.730984v1.full
1•bilsbie•24m ago•0 comments

MIT engineers find a way to deliver drugs directly to the esophagus

https://news.mit.edu/2026/mit-engineers-find-way-to-deliver-drugs-directly-to-esophagus-0612
1•ilreb•27m ago•0 comments

Gati: Hardware Accelerated DNNs on FPGAs

https://github.com/vicharak-in/Gati
3•hasheddan•30m ago•0 comments

The future of Siri, or: why private inference isn't private enough

https://blog.cryptographyengineering.com/2026/06/09/apples-siri-ai-or-more-shouting-into-the-void...
2•Cider9986•31m ago•0 comments