frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

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.

The day the Pintupi Nine entered the modern world

https://www.bbc.com/news/magazine-30500591
1•ilamont•1m ago•0 comments

When Building Is Easy, the Danger Is Building Everything

https://stack72.dev/when-building-is-easy-the-danger-is-building-everything/
2•speckx•3m ago•0 comments

Making the news available at no cost is a victory

https://www.sltrib.com/opinion/commentary/2026/05/12/just-days-tribune-reporting/
2•danso•3m ago•0 comments

Lake Tahoe residents to find a new power source after energy source redirects

https://finance.yahoo.com/news/nearly-50-000-lake-tahoe-170925969.html
2•hnthrowaway0315•7m ago•0 comments

Continual Harness: Online Adaptation for Self-Improving Foundation Agents

https://arxiv.org/abs/2605.09998
2•milkkarten•7m ago•0 comments

Research shows fast and effective way to reduce plastics in body

https://www.uwa.edu.au/news/article/2026/april/research-shows-fast-and-effective-way-to-reduce-pl...
1•littlexsparkee•9m ago•0 comments

Why Was the Discovery of the Jet Stream Mostly Ignored? (2018)

https://www.smithsonianmag.com/air-space-magazine/as-next-may-unbelievablebuttrue-180968355/
1•robin_reala•10m ago•0 comments

Show HN: DAG-BFT with multi-attribute reputation

https://github.com/Savitri-Network/savitri-network
1•And_Cadamuro•11m ago•0 comments

What drawing lines on football pitch taught me about future of human-AI collab

https://singhkays.com/blog/drawing-lines-football-pitch-human-ai/
1•singhkays•13m ago•0 comments

Nginx Rift: Remote Code Execution via an 18-Year-Old Vulnerability

https://depthfirst.com/research/nginx-rift-achieving-nginx-rce-via-an-18-year-old-vulnerability
3•rs_rs_rs_rs_rs•14m ago•0 comments

Trevor Howsam Limited: 19th- and 20th-Century Props and Wallpaper

https://trevorhowsam.com/
1•NaOH•14m ago•0 comments

I built a site generator that starts from docs, Maps, or Instagram

https://www.google.com/search?q=azonova+sites
2•azharxes•15m ago•0 comments

The Death of (The Philosophy of) Economics

https://cyrilhedoin.substack.com/p/the-death-of-the-philosophy-of-economics
1•paulpauper•15m ago•0 comments

A SQL-Inspired Query Language Designed for Event Sourcing

https://yoeight.github.io/blog/2025/12/21/EventQL_A_SQL_Inspired_Query_Language_Designed_For_Even...
3•goloroden•15m ago•0 comments

Open Source Must Win

https://twitter.com/0xSero/status/2035022588439581076
2•bilsbie•16m ago•1 comments

The Wu Tapes

https://colossus.com/article/scott-wu-tapes-cognition/
1•paulpauper•16m ago•1 comments

How Can I Force Myself to Stop Thinking in Technical Solutions?

https://docs.eventsourcingdb.io/blog/2026/05/14/how-can-i-force-myself-to-stop-thinking-in-techni...
1•goloroden•16m ago•0 comments

"Not Medically Necessary": Helping America's Health Insurers Deny Coverage

https://www.propublica.org/article/evicore-health-insurance-denials-cigna-unitedhealthcare-aetna-...
3•ceejayoz•16m ago•0 comments

The Forceful Ideology of Michael Pettis

https://tomenergy.substack.com/p/the-forceful-ideology-of-michael
1•paulpauper•16m ago•0 comments

Red Hat's skill packs give AI agents 20 years of institutional memory

https://thenewstack.io/red-hat-agentic-skills-repository/
2•speckx•16m ago•0 comments

A Cavity Doesn't Always Need a Filling

https://www.nytimes.com/2026/05/04/well/cavity-filling-second-opinion.html
1•bookofjoe•18m ago•1 comments

US Army goes green-ish, wants soldiers munching on plant proteins

https://www.theregister.com/offbeat/2026/05/12/us-army-eyes-alternative-proteins-for-soldiers-in-...
1•YeGoblynQueenne•19m ago•0 comments

Every Podcast Award Explained

https://recognized.fm/podcast-awards/
3•Chachingfm•19m ago•2 comments

Boingboing has discovered a new form of advertising hell

https://boingboing.net/2026/04/28/chonkers-the-steller-sea-lion-pays-san-francisco-a-visit.html
1•limbicsystem•19m ago•1 comments

Install web apps with the new HTML install element

https://developer.chrome.com/blog/install-element-ot
2•ulrischa•19m ago•0 comments

Uxxu

https://uxxu.io/
1•k8studio2•21m ago•0 comments

C-suite exodus at Boston Dynamics

https://www.semafor.com/article/05/01/2026/c-suite-exodus-at-boston-dynamics
3•ilamont•22m ago•0 comments

How My Mother Made Magic Happen

https://lithub.com/how-my-mother-made-magic-happen/
2•speckx•22m ago•0 comments

China to Invest in DeepSeek at $50B Valuation

https://www.wsj.com/tech/ai/china-to-invest-in-deepseek-at-50-billion-valuation-045041d0
3•gmays•23m ago•0 comments

Using QUIC backscatter to infer hypergiant deployment configurations

https://blog.apnic.net/2026/04/21/using-quic-backscatter-to-infer-hypergiant-deployment-configura...
1•PaulHoule•27m ago•0 comments