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.

Nvidia GPU Debt Backstop Unleashes the AI Project Trinity: Capital, Offtake [ ]

https://newsletter.semianalysis.com/p/nvidia-gpu-debt-backstop-unleashes
1•swolpers•56s ago•0 comments

Seeking feedback on a new integer factorization algorithm

https://github.com/Piunosei/factorization_nr_138132535-/tree/main
1•AlbericoLepore•1m ago•0 comments

Show HN: A free, GPU-accelerated Texas Hold'em GTO solver in C++/CUDA

https://bupticybee.github.io/texassolver_gpu_page/
1•bupticybee•3m ago•0 comments

Fable – Inner Forward Pass

https://claude.ai/public/artifacts/05b42f8b-a4a3-4a7a-9774-c5d427ada379
1•stoicfungi•4m ago•0 comments

Blog about things you don't understand yet

https://www.seangoedecke.com/blog-about-things-you-dont-understand-yet/
1•ingve•4m ago•0 comments

Proxima Fusion Raises €411M to Build Europe's Commercial Fusion Champion

https://proximafusion.com/press-news/proxima-fusion-raises-eu411-million-to-build-europes-commerc...
1•l1am0•7m ago•0 comments

Show HN: 99 Business Ideas

https://99ideas.jaksa.me/
1•jaksa•8m ago•0 comments

Generating 3D assets with AI [video]

https://www.youtube.com/watch?v=YwoPuZa8N_g
1•K0IN•8m ago•1 comments

Zero-Flow Encoders

https://arxiv.org/abs/2602.00797
1•E-Reverance•8m ago•0 comments

Romania's "Palantir": the entrepreneur selling "sovereign AI" to secret services

https://eualive.net/romanias-palantir-the-entrepreneur-selling-sovereign-ai-to-the-countrys-intel...
1•robtherobber•8m ago•0 comments

Tell HN: Fable is now credits only

1•teruakohatu•9m ago•0 comments

China chip equipment rally faces earnings test amid memory boom bets

https://www.theguardian.com/technology/2026/jul/07/ai-models-doing-things-their-creators-never-in...
1•01-_-•10m ago•0 comments

China chip equipment rally faces earnings test amid memory boom bets

https://www.scmp.com/tech/tech-trends/article/3359705/chinas-chip-equipment-rally-faces-earnings-...
1•01-_-•11m ago•0 comments

Work the Tool to Work the Thing

https://replicated.live/blog/js
1•gritzko•18m ago•0 comments

New Mass GitHub dorking tool

https://pypi.org/project/ghscan/
3•magester•18m ago•0 comments

VibeWorld – a persistent multiplayer world that lives in your terminal

https://github.com/SorBalda/vibeworld
1•sorbalda•19m ago•1 comments

The Widening Gap: The Benefits and Harms of Generative AI for Novice Programmers

https://dl.acm.org/doi/10.1145/3632620.3671116
1•ctenb•20m ago•0 comments

What AI does to the minds of novice coders [video]

https://www.youtube.com/watch?v=HTUh0OO6Kmo
1•ctenb•21m ago•1 comments

Show HN: A map of every UK company, updated monthly

https://companymap.co.uk/platform/index.html
1•optionalltd•21m ago•2 comments

FM-Synthesis in the Browser. Part 1

https://habr.com/en/articles/1053484/
1•sss1024•22m ago•0 comments

The Clouds of Hiroshima

https://doomsdaymachines.net/p/the-clouds-of-hiroshima
3•handfuloflight•23m ago•2 comments

AI 2027

https://ai-2027.com
1•StefanBatory•24m ago•0 comments

New Biological Clues Behind Coffee's Benefit to Liver Health

https://www.cedars-sinai.org/newsroom/study-new-biological-clues-behind-coffees-benefit-to-liver-...
1•littlexsparkee•26m ago•0 comments

Prediction Markets Let You Bet on Whether a Wildfire Will Burn Down Your Town

https://www.wired.com/story/prediction-markets-let-you-bet-wildfire/
1•1vuio0pswjnm7•28m ago•0 comments

Cartes.app – a free and open map, a Web alternative to Google and Apple maps

https://cartes.app
1•mistermatt•29m ago•0 comments

Riot Engineering: How VALORANT Solved Peeker's Advantage (2020)

https://www.riotgames.com/en/news/peeking-valorants-netcode
2•xeonmc•32m ago•0 comments

2027 is comming, and Siri still can't distinguish between thirteen and thirty

1•fernvenue•36m ago•1 comments

George Orwell's guide to making a perfect cup of tea (1946)

https://www.orwellfoundation.com/the-orwell-foundation/orwell/essays-and-other-works/a-nice-cup-o...
2•xeonmc•36m ago•0 comments

MI5 knew agent was misogynist 'obsessed' with violence, watchdog finds

https://www.bbc.co.uk/news/articles/cj9gggjekyjo
1•pera•37m ago•0 comments

Word Count for Students: What You Need to Know

https://fastwordcount.com/blog/how-word-count-affects-students/
2•rajkverma123•38m ago•0 comments