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•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.

Show HN: Ralphy – open-source autonomous Claude Codd built on the Ralph loop

https://github.com/Mizerness/Ralphy
1•miserness•41s ago•0 comments

Nvidia GTC Taipei 2026 Keynote [video]

https://www.youtube.com/watch?v=wSp6AiNIrsY
1•lrae•1m ago•0 comments

Codex app plugin integration can be better?

https://github.com/obra/superpowers
1•xiaoluolyg•5m ago•0 comments

Memoir TV

https://pages.cloudflare.com/
1•classic_films•9m ago•0 comments

Specialized Claude Code Agents for Unreal Engine 5

https://github.com/damien220/UnrealEngine_Agent
1•Damien_220•10m ago•0 comments

Croft: VSCode-style TUI written in Rust

https://codeberg.org/vitali87/croft
1•vitali87•10m ago•0 comments

Long read: Bluey deal FOMO will kill the next Bluey

https://oblongataresearch.substack.com/p/bluey-deal-fomo-will-kill-the-next
3•basiljh•11m ago•0 comments

A CS student's job hunt in 2026: an honest playbook

https://medium.com/@sjonany/a-cs-students-job-hunt-in-2026-an-honest-playbook-5a57b41bf7fb
1•eigenBasis•14m ago•0 comments

A bot to automatically update and merge GitHub PRs

https://github.com/chdsbd/kodiak
1•mooreds•16m ago•0 comments

Git-spice is a tool for stacking Git branches

https://abhinav.github.io/git-spice/
1•mooreds•17m ago•0 comments

A Shield or a Cudgel?

https://blacksheepcode.com/posts/a_shield_or_a_cudgel
1•davidbsc•18m ago•0 comments

How flat is replacing fat in AWS data center networks

https://www.amazon.science/blog/how-flat-is-replacing-fat-in-aws-data-center-networks
1•mooreds•18m ago•0 comments

How to Call an API from an Email

https://redo.com/eng-blog/how-to-call-an-api-from-an-email/
1•thunderbong•20m ago•0 comments

Why Local Minima Are Rare in High-Dimensional Landscapes

https://www.grantstenger.com/local-minima
1•brandonb•22m ago•0 comments

Instagram account takeover exploit via support chatbot prompt injection (fixed)

https://twitter.com/weezerOSINT/status/2061223556994965643
1•yogorenapan•25m ago•0 comments

The Book That Started It All [video]

https://www.youtube.com/watch?v=vBwaWRZyIBM
1•asim95•26m ago•0 comments

Hermes Agent co-founder defends Polymarket skill coming pre-installed

https://twitter.com/teknium/status/2060936405732438428
2•rob•26m ago•0 comments

Ask Hn: Is Hacker News the Real Backrooms??

1•wizardforhire•26m ago•1 comments

Smart Rename – renames image file downloads in real time using local AI

https://github.com/chudweiser/smart-rename
2•chudweiser•26m ago•0 comments

How designers work – making sense of authentic cognitive activities

https://lup.lub.lu.se/search/publication/d88efa51-c2f9-4551-a259-00bd36fe8d03
1•rramadass•29m ago•1 comments

PewDiePie launches AI workspace built on top of OpenCode [video]

https://www.youtube.com/watch?v=rAzT5lcezPs
2•shrikaranhanda•32m ago•0 comments

My client is replacing me with Claude for all DevOps/infra and most feature dev

4•goatwrangler•32m ago•1 comments

10th Anniversary of the End of Tandy Computers – July 1, 1993

https://groups.google.com/g/comp.sys.tandy/c/N2kW8jkqHYo/m/tE4N_h4d73oJ?pli=1
1•reaperducer•38m ago•0 comments

Big Tech bets on new mascots in bid to seem more cuddly

https://www.bbc.com/news/articles/c99l1zzp8xzo
1•1vuio0pswjnm7•39m ago•0 comments

Marc Andreessen on the 5 personality traits of an innovator

https://www.startuparchive.org/p/marc-andreessen-on-the-5-personality-traits-of-an-innovator-5e06
2•alirohde•44m ago•1 comments

They Are Top Spenders in the Midterms. and They Hate Each Other

https://www.nytimes.com/2026/05/30/us/politics/anthropic-openai-super-pacs-midterms.html
2•alirohde•45m ago•0 comments

Show HN: webrtcforthestreamer.com – How WHIP makes streaming more connected

https://webrtcforthestreamer.com
3•Sean-Der•45m ago•1 comments

NPM-Scan:Detecting Dependency Confusion, Typosquatting,and Credential Harvesting

https://github.com/lateos-ai/npm-scan
1•lateos-ai•49m ago•0 comments

Dialing In the Ghost in the Machine: LLMs for guitar tones

https://vishsubramanian.me/lm-guitar-tone-generator-polychrome/
2•ingvay7•49m ago•0 comments

Modos Flow: 60 Hz open-hardware e-ink monitor

https://www.crowdsupply.com/modos-tech/modos-flow
2•alex-a-soto•50m ago•0 comments