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.

Accidental eCall activation in cars lead to 75% false 112 calls in Nederland

https://nltimes.nl/2026/03/28/one-three-112-calls-netherlands-unintentional-many-triggered-car-sy...
1•giuliomagnifico•59s ago•0 comments

Harness Engineering

https://blog.vtemian.com/post/harness-engineering/
1•vtemian•2m ago•0 comments

Show HN: Live, interactive architecture diagrams for open-source projects

https://jigsawml.com/open-source-projects
1•maverickprac•4m ago•0 comments

Anthropic's Claude popularity with paying consumers is skyrocketing

https://techcrunch.com/2026/03/28/anthropics-claude-popularity-with-paying-consumers-is-skyrocket...
1•salkahfi•5m ago•0 comments

The Science Behind Being One of a Kind

https://nautil.us/the-science-behind-being-one-of-a-kind-1279329
1•Brajeshwar•5m ago•0 comments

Americans are coping ourselves to death (2023)

https://www.noahpinion.blog/p/americans-are-coping-ourselves-to
2•herbertl•12m ago•0 comments

Behind the Scenes of the Westworld UI

https://vanschneider.com/blog/behind-the-scenes-of-the-westworld-ui/
1•herbertl•14m ago•0 comments

AI chatbots are "Yes-Men" that reinforce bad relationship decisions, study finds

https://news.stanford.edu/stories/2026/03/ai-advice-sycophantic-models-research
3•oldfrenchfries•15m ago•0 comments

Outbreak linked to raw cheese grows; 9 cases total, one with kidney failure

https://arstechnica.com/health/2026/03/kidney-failure-case-reported-in-raw-cheese-outbreak-maker-...
1•Brajeshwar•16m ago•0 comments

TaskBounty – post tasks with crypto bounties, AI agents compete to solve them

https://www.task-bounty.com/
1•eliottre•18m ago•0 comments

Defrag ASMR

https://www.youtube.com/watch?v=KR3TbL3Tl6M
1•puttycat•18m ago•0 comments

Zellij is now supported on Windows

https://github.com/zellij-org/zellij/releases/tag/v0.44.0
2•ntoslinux•19m ago•0 comments

WASI Got It Wrong: The Case for a Thin Waist

https://medium.com/low-level/wasi-got-it-wrong-the-case-for-a-thin-waist-6f5d07971b7d
1•saketsoren•20m ago•0 comments

Video Calling Vulnerabilities in Miko Smart Kid Robots

https://blog.mgdproductions.com/miko-robots-vulnerabilities/
1•yawndex•23m ago•0 comments

My 2 cents on the "will Al replace software engineers" debate

https://am-i-replaceable.pages.dev
1•mayilian•26m ago•0 comments

Robert Trivers, Eccentric Scientist Who Probed Human Nature, Dies at 83

https://www.nytimes.com/2026/03/27/science/robert-trivers-dead.html
1•Brajeshwar•26m ago•0 comments

Trabajo en dublin ga para inmigrantes?

1•betoj•28m ago•0 comments

Show HN: OpenChat – Syncing conversations across AI providers

https://github.com/p0u4a/openchat
1•p0u4a•29m ago•0 comments

TLA+ in support of AI code generation

https://medium.com/@polyglot_factotum/tla-in-support-of-ai-code-generation-9086fc9715c4
1•atomicnature•31m ago•0 comments

The Panic over 'Tech Neck'–and Race for a Cure

https://www.wsj.com/style/beauty/tech-neck-wrinkles-smartphone-skincare-5ca72a06
1•bookofjoe•32m ago•1 comments

Lyria 3 Pro – AI Music Generator from Text Prompts

https://lyria3pro.pro/
1•JoahYi•33m ago•0 comments

PH4NTXM – Volatile RAM-Only OS, OPSEC, Network-Morphing, High-Stakes!

https://github.com/PH4NTXMOFFICIAL/PH4NTXM-LITE
1•PH4NTXMOFFICIAL•33m ago•0 comments

Calculate "1/(40rods/ hogshead) → L/100km" from your Zsh prompt

https://vincent.bernat.ch/en/blog/2026-zsh-calculator
1•vbernat•33m ago•1 comments

Ask HN: What is a good study guide for GATE EC examination?

1•rakshithbellare•35m ago•0 comments

Continuous cloud-native backup tool for PostgreSQL

https://github.com/pgrwl/pgrwl
1•alzhi7•35m ago•0 comments

Playing Wolfenstein 3D with one hand in 2026

https://arstechnica.com/gaming/2026/03/playing-wolfenstein-3d-with-one-hand-in-2026/
1•Brajeshwar•37m ago•0 comments

LLMs and Agents: How do they Work?

https://mattrogish.com/blog/2026/03/20/llms-agents-how-do-they-work/
2•mooreds•38m ago•0 comments

When your customers become a threat to your business

https://matt-schellhas.medium.com/when-your-customers-become-a-threat-to-your-business-7d0a07f04170
1•mooreds•39m ago•1 comments

Gratis versus Libre

https://en.wikipedia.org/wiki/Gratis_versus_libre
2•mooreds•41m ago•0 comments

Roulette Physics(2003) [pdf]

https://www.roulettephysics.com/wp-content/uploads/2014/01/Roulette_Physik.pdf
1•o4c•43m ago•0 comments