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.

Delta 104 suffers uncontained engine failure [video]

https://www.youtube.com/watch?v=Dtf96Flyy1o
1•burnt-resistor•1m ago•0 comments

Midicrossword

https://midicrossword.org
1•midic•1m ago•0 comments

MacMendeleev

https://twitter.com/stevesi/status/2039473062387834940
1•tosh•1m ago•0 comments

Am I a Tech Bro?

https://amiatechbro.com
2•microflash•3m ago•0 comments

Python All the Way Down: Speed-of-Light CUDA Without Leaving Python

https://www.nvidia.com/en-us/on-demand/session/gtc26-s81531/
1•pjmlp•4m ago•1 comments

Blackouts and Byteouts

https://pulse.internetsociety.org/en/blog/2026/04/blackouts-and-byteouts-what-happens-to-internet...
1•jruohonen•7m ago•0 comments

Nur

https://blog.cloudflare.com/post-quantum-warp/
1•Nurmyn•7m ago•0 comments

Cloudflare: Our commitment to privacy for the 1.1.1.1 public DNS resolver

https://blog.cloudflare.com/1111-privacy-examination-2026/
1•Brajeshwar•13m ago•0 comments

What Deserves an Error Log?

https://www.nishantjani.com/blog/accurate-error-logs/
1•nishantjani10•15m ago•0 comments

We will all work for AGI

https://indiansinai.com/stories/we-will-work-for-agi
2•ajax33•18m ago•0 comments

Quine Game

https://adam.scherl.is/static/quine-game/
1•snarkconjecture•22m ago•1 comments

Declining Global Security

https://epthinktank.eu/2026/04/02/declining-global-security/
1•jruohonen•22m ago•0 comments

Maybe Trump Should Not Have Given This Speech

https://www.theatlantic.com/ideas/2026/04/trump-iran-war-speech/686663/
3•handfuloflight•23m ago•1 comments

Show HN: Widekey Keyboard for Android, double/long tap for 2nd on dual button

https://github.com/kaie/widekey-keyboard
1•kaiengert•23m ago•0 comments

Nursing Is the Surefire New Path to American Prosperity

https://www.wsj.com/economy/jobs/nursing-jobs-pay-prosperity-b2769391
2•JumpCrisscross•23m ago•0 comments

PS6 Could Ditch Built‑in Disc Drive,Let Players Buy Ext. Unit for Physical Games

https://www.extremetech.com/gaming/ps6-could-ditch-builtin-disc-drive-let-players-buy-external-un...
2•Markoff•25m ago•0 comments

IKEA working on gaming console konsål

https://www.gamereactor.se/rykte-ikea-bygger-svensk-spelkonsol-med-vansinnig-prestanda-ska-lanser...
3•amarant•26m ago•0 comments

Refactoring Is Not Heroism – An Information-Theoretic Proof

https://github.com/HeinrichvH/articles/blob/main/building-with-ai/01-entropy-cycle/01-entropy-cyc...
1•HeinrichAQS•26m ago•0 comments

Where to host leaked Claude Code source?

https://github.com/tornikeo/claude-code/
2•tornikeo•28m ago•1 comments

Automated Pigeon Defense System

https://old.reddit.com/r/SideProject/comments/1s9ywir/automated_pigeon_defense_system/
2•thunderbong•30m ago•0 comments

We automated our business vetting with OpenClaw

https://www.indiehackers.com/post/we-automated-our-business-vetting-with-openclaw-788b285744
1•geojacobm6•37m ago•0 comments

Scaling a Monolith to 1M LOC: 113 Pragmatic Lessons from Tech Lead to CTO

https://www.semicolonandsons.com/articles/scaling-a-monolith-to-1m-loc-113-pragmatic-lessons-from...
1•birdculture•37m ago•0 comments

Claude Code users hitting usage limits 'way faster than expected'

https://www.bbc.com/news/articles/ce8l2q5yq51o
15•steveharing1•37m ago•5 comments

AI Models Lie, Cheat, and Steal to Protect Other Models from Being Deleted

https://www.wired.com/story/ai-models-lie-cheat-steal-protect-other-models-research/
3•joozio•39m ago•0 comments

30-second setup to avoid being hit by supply chain attacks like the axios one

https://old.reddit.com/r/node/comments/1s8r8aj/30second_setup_to_avoid_being_impacted_by_supply/
1•bundie•43m ago•0 comments

Universal diagnostic and monitoring tool for GPUs, TPUs and NPUs

https://zml.ai/posts/zml-smi/
2•steren•44m ago•0 comments

WhatsApp notifies users who installed fake app made by government spyware maker

https://techcrunch.com/2026/04/01/whatsapp-notifies-hundreds-of-users-who-installed-a-fake-app-th...
3•ledoge•46m ago•0 comments

Aftonbladet Is Monetizing Your Privacy

https://www.assured.se/posts/monetizing-privacy
2•JoachimS•50m ago•0 comments

Holo3: Breaking the Computer Use Frontier

https://hcompany.ai/holo3
1•bmichel•51m ago•0 comments

Insights from 24 real subscription/email bombing waves

https://www.xorlab.com/en/blog/from-chaos-to-control-insights-from-24-email-bombing-waves
2•mfi•56m ago•0 comments