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.

Fine-Structure Constant

https://en.wikipedia.org/wiki/Fine-structure_constant
1•binyu•2m ago•0 comments

Prompt an agent to customize Pebble OS, install it on your watch via mobile app

https://twitter.com/ericmigi/status/2099966805448282316
1•tech234a•2m ago•0 comments

German Rheinmetall open-sources its Battlesuite connected weapon system protcol

https://rheinmetall.github.io/onboardapi-documentation/9.10.0/index.html
2•summarity•4m ago•0 comments

Those Viral Bodega Peptides Aren't Peptides

https://www.wired.com/story/viral-bodega-peptides-tests-show-they-arent-peptides-oops/
1•Anon84•5m ago•0 comments

Appzapper 3000: The uninstaller Apple forgot

https://appzapper.com/
1•hakkikonu•7m ago•0 comments

Intel reportedly cans 12Xe option for Nova Lake-S desktop

https://www.tomshardware.com/pc-components/cpus/intel-reportedly-cans-12xe-option-for-nova-lake-s...
1•rbanffy•7m ago•0 comments

Astera Labs Releases Leo 2 CXL Memory Controllers and Leo X Controller

https://www.servethehome.com/astera-labs-releases-leo-2-cxl-memory-controllers-and-leo-x-controll...
1•rbanffy•9m ago•0 comments

Typesafe AI

https://typesafe.ai/
1•FinnLobsien•9m ago•0 comments

A majority of settlements in parts of West Africa now have moats and walls

https://anl.geog.ufl.edu/fortified-landscapes/
1•OgsyedIE•9m ago•0 comments

Enclosure by Good Intentions

https://gaggl.com/blogs/2026-09-05-enclosure-by-good-intentions/
1•supernihil•12m ago•1 comments

Build Your Own Harness for Fun and Profit

https://charlesholloway.io/talks/build-your-own-harness/
2•mooreds•13m ago•0 comments

Micron Shows Off 512GB DDR5 Rdimm: 12TB per Dual-Socket Server at 9,200 MT/S

https://www.storagereview.com/news/micron-shows-a-512gb-ddr5-rdimm-12tb-per-dual-socket-server-at...
1•rbanffy•13m ago•0 comments

The White Revolution

https://en.wikipedia.org/wiki/White_revolution_(India)
1•ViktorRay•13m ago•0 comments

Jean-Pierre Serre is 100 years old today

https://mathshistory.st-andrews.ac.uk/Biographies/Serre/
10•jzox•15m ago•0 comments

Iran war has cost on average $246M per day in its first five months

https://www.cnbc.com/2026/09/15/cbo-iran-war-cost-pentagon-weapons.html
9•onza•16m ago•4 comments

Migrating 100K lines of JavaScript to TSX

https://zergai.com/blog/durable-javascript-to-typescript-migration
1•idanb•18m ago•0 comments

My temporary PHP fix from 2014 has nearly 20M installs. Today I'm deprecating it

https://jakeasmith.com/blog/http-build-url/
2•jakeasmith•19m ago•1 comments

Open-Source Skill Makes Claude Code 38% Cheaper and 38% Faster on Small Projects

https://vmysla.substack.com/p/product-traceability-20-makes-claude
1•vmysla•20m ago•0 comments

AI Agent Whistleblower Hotline – Ryan Greenblatt

https://hotline.ryan-g.ai/
4•kerim-ca•23m ago•1 comments

How the U.S. economy can look pretty good but feel pretty bad

https://www.reuters.com/graphics/USA-ECONOMY/SENTIMENT/egpbwdqwzvq/
3•gmays•24m ago•0 comments

Liquid Compute Launches with $15M to Build a Regulated Exchange for GPUs

https://www.businesswire.com/news/home/20260915989921/en/Liquid-Compute-Launches-with-%2415M-to-B...
1•simonpure•24m ago•0 comments

Tech Workers Can Afford San Francisco. Low-Income Renters Can't

https://technometrics.substack.com/p/tech-workers-can-afford-san-francisco
4•willio58•26m ago•1 comments

A New Experiment Meta-Strategy (and my shiny new lab!)

https://chillphysicsenjoyer.substack.com/p/a-new-experiment-meta-strategy
1•crescit_eundo•28m ago•0 comments

Postgres development activity historical statistics and trends

https://vondra.me/posts/postgres-development-activity/
2•fanf2•30m ago•0 comments

As the world debates the risks of AI, China closes technology gap with the US

https://apnews.com/article/china-us-ai-models-safety-concerns-adb45169d436d5f940fc7b4ebeaeef3b
4•devonnull•31m ago•1 comments

Any embedded app that can be written in JavaScript will be written in JavaScript [video]

https://www.youtube.com/watch?v=Up7uX7bAp-4
1•arbayi•32m ago•0 comments

Transformative AI, existential risk, and real interest rates [pdf]

https://www.basilhalperin.com/papers/agi_emh.pdf
1•gwintrob•39m ago•0 comments

Reality is an illusion: brain as an interface to a hidden reality – M.Levin [video]

https://www.youtube.com/watch?v=5MQq4n2QrNw
1•binyu•40m ago•0 comments

Show HN: Clarveo – See the trading patterns costing you money

https://clarveo.app
1•timoslav•43m ago•0 comments

RFC 10023: A DNS signal for domains that are for sale

2•mdavids•43m ago•0 comments