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•11mo ago
As a rough estimate...

Comments

90s_dev•11mo 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•11mo 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•11mo ago
Zero
latexr•11mo 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•11mo 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•11mo 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•11mo 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•11mo ago
Partly. Mostly I write it myself, and only ask the LLM when I encounter problems.
apothegm•11mo 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•11mo 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.

Sauce Co Prego Sparks Privacy Concerns After Device Launch to Record Mealtimes

https://www.inkl.com/news/prego-sparks-privacy-concerns-after-launching-a-device-designed-to-reco...
1•randycupertino•1m ago•0 comments

Mathematically Correct Breakfast

https://www.georgehart.com/bagel/bagel.html
1•_Microft•1m ago•0 comments

Count Your Blessings, but Count Carefully

https://www.raptitude.com/2026/04/count-your-blessings-but-count-carefully/
1•crescit_eundo•2m ago•0 comments

The Download: Introducing the Things That Matter in AI

https://www.technologyreview.com/2026/04/22/1136310/the-download-10-things-that-matter-in-ai-righ...
1•joozio•3m ago•0 comments

AI agent skills pass every scanner. 87% still degrade agent safety

https://faberlens.ai/blog/skill-safety-problem
1•shadab_nazar•3m ago•0 comments

AI Agent Has Amnesia

https://www.coderabbit.ai/blog/your-ai-agent-has-amnesia
2•todsacerdoti•3m ago•0 comments

Court Enjoins Another Arkansas Segregate-and-Suppress Law–NetChoice v. Griffin

https://blog.ericgoldman.org/archives/2026/04/court-enjoins-another-arkansas-segregate-and-suppre...
1•hn_acker•3m ago•0 comments

MythosWatch: Tracking who has access to Anthropic's Mythos AI

https://www.mythoswatch.org/
3•clauderx•3m ago•0 comments

Google Cloud customer wakes up to $18,000 bill despite $7 budget

https://www.tomshardware.com/tech-industry/artificial-intelligence/google-cloud-customer-wakes-up...
2•speckx•4m ago•0 comments

What if Hyperliquid and TradingView made a baby?

https://www.aulico.com
1•kiosktryer•4m ago•0 comments

For its launch, Awiser will promote early projects

1•awiser•5m ago•0 comments

I Am Building a Cloud

https://crawshaw.io/blog/building-a-cloud
1•hasheddan•6m ago•0 comments

GPU Compass: Navigate the GPU Frontier Across 20 Clouds and 2K+ Offerings

https://gpus.skypilot.co/
5•hopechong•8m ago•1 comments

OpenMythos: an open-source, theoretical implementation of Claude Mythos

https://github.com/kyegomez/OpenMythos
1•wslh•9m ago•0 comments

Show HN: Netlify for Agents

https://netlify.ai
2•bobfunk•11m ago•0 comments

PCR Is a (Surprisingly) Near-Optimal Technology

https://nikomc.com/2026/04/22/pcr/
1•mailyk•12m ago•0 comments

I built a TLS grader that gives exact config fixes, not just a grade

https://mysslpro.com/tools/tls-grader.php
1•AndreiSSL•12m ago•1 comments

Random Machines: Why the Optimizer Is the Least Important Part of Deep Learning

https://sotaverified.org/blog/built-on-randomness-optimizer-least-important
1•uberdavid•12m ago•0 comments

Stop Begging Big Tech to Fix Your Social Media Experience. Do It Yourself

https://www.techdirt.com/2026/04/22/stop-begging-big-tech-to-fix-your-social-media-experience-you...
4•speckx•12m ago•0 comments

UC Berkeley economist explains California’s 'mystery gas surcharge' (2022)

https://abc7news.com/post/california-gas-prices-mystery-surcharge-oil-companies-why-is-so-expensi...
2•escot•12m ago•0 comments

It's not a crime if we do it (to nurses) with an app

https://pluralistic.net/2026/04/22/uber-for-nurses/
2•hn_acker•13m ago•0 comments

The Nancy Grace Roman Space Telescope: NASA's next great observatory completed

https://www.space.com/space-exploration/the-nancy-grace-roman-space-telescope-nasas-next-great-ob...
2•gmays•13m ago•0 comments

Command Finder – natural language to shell commands in your terminal

https://github.com/stvkoch/Command-Finder
1•stvkoch•15m ago•0 comments

Homegrown – An interactive map of every 2025 FBS college football player

https://torch.football/homegrown
1•brockbedard•16m ago•1 comments

Copyright and DMCA Best Practices for Fediverse Operators

https://www.eff.org/deeplinks/2026/04/copyright-and-dmca-best-practices-fediverse-operators
4•Brajeshwar•18m ago•0 comments

The Joy of Folding Bikes

https://blog.korny.info/2026/04/19/the-joy-of-folding-bikes
2•pavel_lishin•19m ago•0 comments

EFF Sues DHS and ICE for Records on Subpoenas Seeking to Unmask Online Critics

https://www.eff.org/press/releases/eff-sues-dhs-and-ice-records-subpoenas-seeking-unmask-online-c...
3•hn_acker•19m ago•0 comments

Twitter API is $100/month. Reddit API is a maze. so we built a free one

https://webmatrices.com/post/twitter-api-is-100-month-reddit-api-is-a-maze-so-we-built-an-mcp-ser...
3•bishwasbh•19m ago•0 comments

Linux application sandboxing – old tech for the future

https://www.dedoimedo.com/computers/linux-sandbox-firejail-xpra.html
1•speckx•22m ago•0 comments

Show HN: Flipbook – scrub through media frame-by-frame

https://flipbook.browserbox.io/
2•keepamovin•22m ago•1 comments