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

Comments

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

What makes Intel Optane stand out (2023)

https://blog.zuthof.nl/2023/06/02/what-makes-intel-optane-stand-out/
1•walterbell•1m ago•0 comments

Separating the Wayland Compositor and Window Manager

https://isaacfreund.com/blog/river-window-management/
1•dpassens•1m ago•0 comments

Show HN: Run Claude Code in a Local Sandbox

https://github.com/instavm/coderunner
1•mkagenius•3m ago•0 comments

Meta and Google trial: are infinite scroll and autoplay creating addicts?

https://www.theguardian.com/technology/2026/mar/14/meta-and-google-trial-are-infinite-scroll-and-...
1•Brajeshwar•6m ago•0 comments

StatGPT: The Dangers of Asking AI about Statistics

https://conversableeconomist.com/2026/03/13/statgpt-the-dangers-of-asking-ai-about-statistics/
1•gotmedium•8m ago•0 comments

Show HN: SysUpdate – Universal Linux package manager updater

https://github.com/RossContino1/SysUpdate
1•RossC17331•9m ago•0 comments

Branch Prediction

https://danluu.com/branch-prediction/
1•birdculture•9m ago•0 comments

A Month with OpenAI's Codex

https://www.highcaffeinecontent.com/blog/20260301-A-Month-With-OpenAIs-Codex
1•wallflower•11m ago•0 comments

Standing Rock, Local News Is Teetering

https://www.cjr.org/analysis/standing-rock-local-news-teetering-teton-lakota-times-sioux-native-i...
1•Tomte•13m ago•0 comments

The Official DR DOS Website

https://www.dr-dos.com/
2•Tomte•14m ago•1 comments

Show HN: Astrocartography AI – an interactive astrocartography map generator

1•iamouyang•17m ago•0 comments

How Napoleon Became Short

https://worldhistory.substack.com/p/how-napoleon-became-short
1•crescit_eundo•18m ago•0 comments

The U.S. Mint dropped the olive branch from the dime

https://fortune.com/2026/03/12/us-mint-drops-olive-branch-dime-peace-war/
2•janandonly•19m ago•0 comments

Flipping Bits in Memory Without Accessing Them (2014) [pdf]

https://users.ece.cmu.edu/~yoonguk/papers/kim-isca14.pdf
1•jruohonen•20m ago•0 comments

OpenClaw Skills

https://github.com/VoltAgent/awesome-openclaw-skills
1•theorchid•20m ago•0 comments

AI Hallucinations: How They Reshape the Way We Think

https://chungmoo.substack.com/p/ai-hallucinations-how-they-reshape
1•chungmoo•21m ago•0 comments

RAM-only privacy architecture and why humans fail before the tech does

2•Shefoz•23m ago•1 comments

Made a R coding tool that feels like cheating

https://rchat.dev/
1•ilukaspesek•23m ago•0 comments

The world needs a server reboot, XP reset, and for PunkBuster to be re-enabled

2•conorcleary•24m ago•0 comments

The Webpage Has Instructions. The Agent Has Your Credentials

https://openguard.sh/blog/prompt-injections/
1•everlier•27m ago•0 comments

Apple's Liquid Glass UI Isn't Going Anywhere; Siri Home Hub, Foldable iPhone

https://www.bloomberg.com/news/newsletters/2026-03-15/apple-s-liquid-glass-ui-isn-t-going-anywher...
1•tambourine_man•27m ago•0 comments

Nathan Fillion Says 'Firefly' Animated Series in Development

https://deadline.com/2026/03/nathan-fillion-firefly-animated-series-development-1236754122/
3•Rant423•28m ago•0 comments

Ask HN: Did you ever have a supernatural experience?

3•general_reveal•29m ago•1 comments

BYD shifts to local parts in Brazil factory in bid for market leadership

https://www.reuters.com/sustainability/sustainable-finance-reporting/byd-shifts-local-parts-brazi...
2•kaycebasques•32m ago•0 comments

Thorny issue plaguing lithium-ion batteries laid bare in new study

https://phys.org/news/2026-03-thorny-issue-plaguing-lithium-ion.html
1•Brajeshwar•32m ago•0 comments

Mikk – your AI wrote the code but doesn't know what breaks

1•Ansh_Dhanani•32m ago•0 comments

We do not have a democracy

https://joelx.com/we-do-not-have-a-democracy/
1•silexia•32m ago•1 comments

Show HN: Experiments Mapping the "Primitive Layer" in Language Models

https://github.com/dchisholm125/graph-oriented-generation
1•dchisholm125•33m ago•0 comments

Inverses

https://code.jsoftware.com/wiki/Vocabulary/Inverses
1•tosh•34m ago•0 comments

BYD's Brazil plant secures 100k vehicle orders from Argentina and Mexico

https://carnewschina.com/2026/03/15/byds-brazil-plant-secures-100000-vehicle-orders-from-argentin...
1•kaycebasques•34m ago•0 comments