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.

Bad benchmarks and evals: Senior SWE-Bench, napkin math, and winter tires

https://danluu.com/exercise-7/
1•luu•3m ago•0 comments

The Death of Shame Is Tearing Us Apart

https://www.newyorker.com/news/fault-lines/the-death-of-shame-is-tearing-us-apart
1•Michelangelo11•3m ago•0 comments

EXXOGEN: First-principles quantum molecular recognition (now on Crunchbase)

https://www.google.com/url?q=https%3A%2F%2Fwww.crunchbase.com%2Forganization%2Fexxogen&sa=D&sntz=...
1•kisnorbert•4m ago•1 comments

Large language models pass three-party Turing test, outscoring actual humans

https://www.pnas.org/doi/10.1073/pnas.2524472123
2•maxloh•10m ago•0 comments

Ask HN: How realistic is a modern-day era NLU

1•ramon156•13m ago•0 comments

Open Letter about the Mathathon

https://docs.google.com/document/d/1IL0b2oG2KvvSnxn_DuXsNxuHaCefDJ9hNY1k9BP3kKQ/view?pli=1&tab=t.0
1•YeGoblynQueenne•13m ago•0 comments

Ghostarchive is a free-to-use archiving website

https://ghostarchive.org/about.html
1•Bluestein•18m ago•0 comments

Build your own custom benchmark

https://artificialanalysis.ai/optima
1•prathje•20m ago•1 comments

De-Anglicizing Programming

https://program.toile-libre.org/DP/index.htm
2•dmabboux•21m ago•3 comments

The centre tracking South Korea's stalkers in real time

https://www.theguardian.com/world/ng-interactive/2026/sep/11/app-tracks-south-korea-stalkers-in-r...
3•nzlend•25m ago•1 comments

Nvidia Nemotron VoiceChat on Apple Silicon: Full-Duplex Speech with Tools

https://blog.ivan.digital/nvidia-nemotron-voicechat-on-apple-silicon-full-duplex-speech-with-tool...
2•aufklarer•27m ago•0 comments

Base84 deserves a place in file names

https://00f.net/2026/09/09/base84/
1•kevvok•27m ago•0 comments

Learning without a brain – how bacteria store memories and remember like ANNs

https://phys.org/news/2026-09-brain-bacteria-memories-artificial-neural.html
1•mdp2021•29m ago•0 comments

Show HN: Beautiful Markdown rendering in your terminal

https://github.com/spencerldixon/lime
3•spencerldixon•35m ago•0 comments

China's Huawei branded a criminal enterprise as tech firm's US trial opens

https://www.theguardian.com/technology/2026/sep/10/china-huawei-trial-us
1•beardyw•35m ago•0 comments

Show HN: Jscpd start support type2/type3 clones

https://github.com/kucherenko/jscpd
1•andreypk•39m ago•0 comments

Redis built a cache that cuts LLM costs

https://redis.io/langcache/
1•soltanov•40m ago•0 comments

Show HN: FOSS browser-based visual Kegel trainer for men

https://kegeltrainer.net/
1•artmanja111•40m ago•0 comments

If You Always Enjoy It, You're Not Pushing It Hard Enough

https://www.ssp.sh/blog/benn-stancil-on-deadlines-and-storytelling/
2•zazuke•40m ago•0 comments

Soft-Deprecating Re.match()

https://hugovk.dev/blog/2026/soft-deprecating-re.match/
1•runningmike•41m ago•0 comments

India launches tap-and-pay option for payments for full Apple Pay rollout

https://www.reuters.com/world/india/india-launches-tap-and-pay-option-real-time-payments-ahead-fu...
1•fork-bomber•42m ago•0 comments

LLM 0.35

https://simonwillison.net/2026/Sep/7/llm/
1•hnrprtlpdb•42m ago•0 comments

How big is the open-model threat to AI hyperscalers?

https://www.ft.com/content/48588acb-8026-4c8e-aac7-8b5588294dbf
3•JumpCrisscross•43m ago•0 comments

Hot Deal 10 Days Gorilla Trekking Safari

https://davsafaris.com/
1•williamsekamatt•43m ago•0 comments

An atlas of periodic solutions to the three-body problem

https://www.threebodyorbits.com/
1•thunderbong•44m ago•0 comments

Anthropic says it stopped scientists potentially developing bioweapons with AI

https://www.ft.com/content/845cf3bf-59c5-4e53-a45e-e11d2339df9d
1•ethanhawksley•44m ago•1 comments

Kern – European. Cloud-native. Verifiable all the way down

https://www.kern-lang.eu/
1•rbanffy•46m ago•0 comments

UK canned 'mackerel' now contains no mackerel

https://www.ft.com/content/980adf6d-27fc-47fb-b812-b468ea90e15f
1•JumpCrisscross•47m ago•1 comments

DSCI goes pre beta testing – need early feedback

5•melezhik•48m ago•2 comments

The unbearable lightness of one more index

https://boringsql.com/posts/unbearable-lightness-of-one-more-index/
1•Tomte•49m ago•0 comments