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.

Intolerance of uncertainty (IU) positively associated with problematic phone use

https://www.sciencedirect.com/science/article/abs/pii/S0306460325002400
1•Terretta•2m ago•0 comments

Proposal: Moving ownCloud community discussion to GitHub Discussions

https://central.owncloud.org/t/proposal-moving-owncloud-community-discussion-to-github-discussion...
1•edent•6m ago•0 comments

Zine

https://zine-ssg.io/
1•Tomte•12m ago•0 comments

Turning Point USA Is Expanding Its Reach to K-12 Schools

https://www.edweek.org/policy-politics/how-charlie-kirks-turning-point-usa-is-expanding-its-reach...
2•geox•13m ago•0 comments

Airline worker arrested after sharing photos of bomb damage in WhatsApp group

https://www.lbc.co.uk/article/dubai-police-spied-private-whatsapp-5HjdXwr_2/
3•aa_is_op•19m ago•1 comments

History Is Running Backwards

https://www.theatlantic.com/magazine/2026/05/reactionary-traditionalism-worldview/686597/
1•Anon84•19m ago•0 comments

Claude system prompts as a Git timeline

https://simonwillison.net/2026/Apr/18/extract-system-prompts/
2•Brajeshwar•20m ago•0 comments

Panic says the Playdate Catalog won't accept games made with generative AI

https://www.engadget.com/gaming/panic-says-the-playdate-catalog-wont-accept-games-made-with-gener...
1•CharlesW•21m ago•0 comments

Modern Front end Complexity: essential or accidental?

https://binaryigor.com/modern-frontend-complexity.html
2•gsky•21m ago•0 comments

Show HN: Libredesk – self-hosted, single-binary Intercom/Zendesk alternative

https://libredesk.io
3•avr5500•23m ago•0 comments

The EU digital ID wallet can't deliver the privacy properties it claims

https://github.com/eu-digital-identity-wallet/av-doc-technical-specification/issues/26
3•gasull•24m ago•0 comments

A Multi‑Threaded Branchless Quicksort in C

https://easylang.online/blog/threaded_sorting
1•jsphtr•26m ago•0 comments

How Engineers Kick-Started the Scientific Method

https://spectrum.ieee.org/francis-bacon-scientific-method
1•salkahfi•27m ago•0 comments

CSS-Only Mario World

https://codepen.io/t_afif/full/JoKYwXO
1•bookofjoe•28m ago•0 comments

Tide: Token-Informed Depth Execution for Per-Token Early Exit in LLM Inference

https://arxiv.org/abs/2603.21365
1•OsamaJaber•28m ago•0 comments

Show HN: Scan domain for llms.txt LLMs-full.txt AI aware SEO tool

3•fcpguru•31m ago•0 comments

Wander Console Network Crawler

https://susam.net/code/news/wander/0.5.0.html
1•susam•34m ago•0 comments

Ask HN: How to handle desktop app security post-Mythos?

1•Archit3ch•37m ago•2 comments

Eternal November – this new influx of users may be better than the last one

https://sfconservancy.org/blog/2026/apr/15/eternal-november-generative-ai-llm/
1•nfriedly•39m ago•0 comments

Why we create architecture diagrams (2022)

https://www.ilograph.com/blog/posts/why-create-system-architecture-diagrams/
1•billyp-rva•45m ago•0 comments

Show HN: A collaborative SSH copilot for on-calls/DevOps/MLOps

https://github.com/few-sh/fewshell
1•hexer303•46m ago•0 comments

Graphics: How the Strait of Hormuz closure affects global oil supply

https://www.reuters.com/graphics/IRAN-CRISIS/OIL-LNG/mopaokxlypa/
1•cybermango•46m ago•0 comments

Open source contribution and job search as matching markets under AI congestion

https://e10v.me/matching-markets-congestion/
2•e10v_me•46m ago•1 comments

Show HN: Open-source digital business card generator

https://github.com/kevinwielander/digital-business-cards
2•challengerVIE•48m ago•0 comments

The Complexity of Simplicity [video]

https://www.youtube.com/watch?v=Cum5uN2634o
2•tosh•51m ago•0 comments

Explore Khorinis Gothic2 in the Browser

https://rapid-queen-bf94.gothicviewer.workers.dev/
1•xkcd1963•54m ago•1 comments

Haskell library for non-deterministic pattern matching

https://github.com/egison/sweet-egison
1•danny00•55m ago•0 comments

Microsoft .NET on Linux Patches Use IO_uring for Performance Benefits

https://www.phoronix.com/news/Microsoft-dotNET-IO-uring
1•DeathArrow•57m ago•0 comments

Help LaunchChair with the Rank In Public startup competition with an up-vote

https://rankinpublic.xyz/vote/jn7dkedm0qv6q9evmh2nwb7azh84r109
1•jacobcounsell•58m ago•0 comments

Backblaze redefines 'unlimited' backups, not backing up Dropbox and OneDrive

https://www.tomshardware.com/software/cloud-storage/backblaze-redefines-unlimited-while-users-dis...
1•ValentineC•1h ago•1 comments