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

Comments

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

Task Based Management [video]

https://www.youtube.com/watch?v=55XUt5Ve6Mk
1•saltysalt•1m ago•0 comments

Designing an Open Source Micro-Manipulator

https://hackaday.com/2025/09/04/designing-an-open-source-micro-manipulator/
1•bariumbitmap•1m ago•0 comments

'If I had colon cancer, I could grow my own tumor, and see which drug kills it'

https://english.elpais.com/science-tech/2025-11-07/hans-clevers-biomedical-scientist-if-i-had-col...
1•PaulHoule•1m ago•0 comments

Export messages and Legacy (Duo) call history

https://support.google.com/meet/answer/16176860?hl=en&co=GENIE.Platform%3DAndroid
1•bariumbitmap•2m ago•0 comments

Tech Is Opt-In

https://coppolaemilio.com/entries/tech-is-opt-in/
1•coppolaemilio•3m ago•0 comments

People test Nano Banana with PDF paper to whiteboard. I did the exact opposite

https://quickchat.ai/post/nano-banana-pro-whiteboard-to-research-paper
1•piotrgrudzien•10m ago•0 comments

Isochrone Curve

https://www.youtube.com/watch?v=eBc827pwKf0
1•n1b0m•10m ago•0 comments

Show HN: Christmas Neovim Theme

https://github.com/ChaseRensberger/christmas.nvim
1•ChaseRensberger•11m ago•0 comments

America's WW2 Combat Drone That Bombed the Japanese – The TDR-1 [video]

https://www.youtube.com/watch?v=9K5v3Jwz89w
1•ForHackernews•14m ago•0 comments

HPC Is Not Just Riding the Coattails of AI

https://www.nextplatform.com/2025/11/21/hpc-is-not-just-riding-the-coattails-of-ai/
1•rbanffy•15m ago•0 comments

Updating the Golang Memory Model

https://research.swtch.com/gomm
1•fanf2•18m ago•0 comments

Running a 270M LLM on Android (architecture and benchmarks)

1•ayushranjan99•18m ago•0 comments

Bayesian cohort-level ARPU Model

https://world.hey.com/apetrov/bayesian-cohort-level-arpu-model-8647f862
1•apetrov•19m ago•0 comments

Picturing a Voice: Margaret Watts Hughes and the Eidophone

https://publicdomainreview.org/essay/picturing-a-voice-margaret-watts-hughes-and-the-eidophone/
1•bryanrasmussen•20m ago•0 comments

Accepting that you won't know it all

https://blog.prdai.dev/
1•cod1r•26m ago•0 comments

SC25: HACCing over 500 Petaflops on Frontier

https://chipsandcheese.com/p/sc25-haccing-over-500-petaflops-on
1•rbanffy•27m ago•0 comments

How to write a great agents.md: Lessons from over 2,500 repositories

https://github.blog/ai-and-ml/github-copilot/how-to-write-a-great-agents-md-lessons-from-over-250...
2•e2e4•30m ago•0 comments

Show HN: Another JSON Alternative

1•mircerlancerous•34m ago•0 comments

Inflatable Space Stations

https://worksinprogress.co/issue/inflatable-space-stations/
1•angadh•35m ago•1 comments

If the GenAI Bubble Bursts, Nvidia Will Still Keep Growing

https://www.nextplatform.com/2025/11/21/if-the-genai-bubble-bursts-nvidia-will-still-keep-growing/
2•rbanffy•36m ago•2 comments

Become the Consequence

https://randsinrepose.com/archives/become-the-consequence/
1•mooreds•37m ago•0 comments

WorldGen – Text to Immersive 3D Worlds

https://www.meta.com/en-gb/blog/worldgen-3d-world-generation-reality-labs-generative-ai-research/
30•smusamashah•39m ago•13 comments

Pitch Multiplication (2017)

https://klangnewmusic.weebly.com/direct-sound/pitch-multiplication
1•ofalkaed•40m ago•0 comments

Boomtown: Futuristic DE Weapons Research Could Power Albuquerque NM

https://undark.org/2025/11/19/boomtown-albuquerque-directed-energy/
1•transpute•42m ago•0 comments

Analyzing Papers with Nano Banana Pro

https://paper-lens-by-dair-ai-181664986325.us-west1.run.app/
1•omarsar•44m ago•0 comments

User Identity Isn't Complete Without Authorization

https://fusionauth.io/blog/fusionauth-acquires-permify
3•mooreds•46m ago•0 comments

Ask HN: Do developers need to follow every tech update?

2•jerawaj740•48m ago•1 comments

Playtiles – stick-on electronic-free gamepad for phones

https://get.playtil.es/
3•ksymph•48m ago•0 comments

Top WordPress Alternatives

https://www.notwp.com/blog/9-top-wordpress-alternatives-1763844940410
1•bylde•48m ago•0 comments

Kids who own smartphones before age 13 have worse mental health outcomes: Study

https://abcnews.go.com/GMA/Family/kids-smartphones-age-13-worse-mental-health-outcomes/story?id=1...
2•donsupreme•49m ago•0 comments