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.

Counting to 3 with a new builder processing 50M+ monthly builds

https://blog.railway.com/p/new-builder-scale-big
1•ndneighbor•7s ago•0 comments

Posit AI is priced for the long run

https://posit.co/blog/posit-ai-priced-long-run
1•ionychal•2m ago•0 comments

Source of Truth: Code, Spec, or Requirement?

https://blog.reqproof.com/p/code-spec-or-requirement
1•LeonidBugaev•2m ago•0 comments

A JavaScript static site generator that will still work in 5 years

https://github.com/termermc/wunphile
1•qwm•3m ago•0 comments

Alchemize: PyMC's model to replace Stan/PyMC, etc. with an LLM

https://statmodeling.stat.columbia.edu/2026/05/14/alchemize-pymcs-model-to-replace-stan-pymc-etc-...
1•Tomte•6m ago•0 comments

We protect and prepare kids for an always-on world

https://www.commonsense.org/
1•lemonberry•6m ago•1 comments

Compression & Decompression w/ FHE via Err Correcting Codes and Copy-and-Recurse

https://eprint.iacr.org/2026/504
1•pizza•8m ago•1 comments

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

https://www.bbc.com/news/articles/c99l1zzp8xzo
3•billybuckwheat•8m ago•0 comments

Latvian government collapses amid dispute over breaches by Ukrainian drones

https://www.washingtonpost.com/world/2026/05/14/latvian-government-collapses-amid-dispute-over-br...
4•washingupliquid•9m ago•0 comments

Postgres minor releases closing 11 CVEs

https://www.postgresql.org/about/news/postgresql-184-1710-1614-1518-and-1423-released-3297/
3•tee-es-gee•11m ago•0 comments

Safety‑First AI Architecture

https://github.com/ElviCore/ElviCore
2•jweng•11m ago•0 comments

YouTube asks my subscribers if I'm emotionally manipulative [video]

https://www.youtube.com/watch?v=6-Nzb-D3xKc
1•hnburnsy•11m ago•0 comments

Messing with Chrome's Local Gemini Nano to Deobfuscate LinkedIn Posts

https://brentfitzgerald.com/posts/linkedin-translator-browser-extension/
1•burnto•12m ago•1 comments

The Inference Shift

https://stratechery.com/2026/the-inference-shift/
2•gmays•16m ago•0 comments

Rice processing research points to evolving milling rates as quality factor

https://phys.org/news/2026-04-rice-evolving-milling-quality-factor.html
1•PaulHoule•17m ago•0 comments

PyTorch, rewritten from scratch in pure Rust

https://github.com/forecast-bio/ferrotorch
3•davidsainez•17m ago•0 comments

2.3x KV Cache Compression at 32k Context – Cut VRAM Costs by 50%

https://github.com/Jamie2111/liquid_memory
1•JamieObala•20m ago•0 comments

Germany's Sovereign Tech Fund Backs KDE with €1.3M

https://www.theregister.com/oses/2026/05/14/kde-bags-13m-as-europe-realizes-it-might-need-an-os-o...
14•Lihh27•21m ago•2 comments

FBI warns of '764' network: violent social engineering targeting kids in games

https://www.fbi.gov/contact-us/field-offices/dallas/news/fbi-dallas-open-letter-to-parents-guardi...
2•templar_snow•22m ago•1 comments

AT&T, T-Mobile, and Verizon to eliminate coverage dead zones

https://www.theverge.com/tech/930336/att-tmobile-verizon-joint-venture-agreement-satellite-coverage
1•mchusma•25m ago•1 comments

Show HN: Claude-stash – an idea queue for Claude Code

https://github.com/AmirSoleimani/claude-stash
3•Amirso•26m ago•0 comments

Firnflow: Fast search over object storage (open-source turbopuffer)

https://github.com/gordonmurray/firnflow
1•jzebedee•26m ago•0 comments

C++: The Documentary (Trailer)

https://www.youtube.com/watch?v=NXwTRzywDSk
3•pjmlp•28m ago•0 comments

Reject AI Prophecies, Free the Future

https://projectlibertynewsletter.substack.com/p/reject-ai-prophecies-free-the-future
2•jackbravo•28m ago•0 comments

Turso v0.6.0

https://turso.tech/blog/turso-0.6.0
2•roflcopter69•28m ago•0 comments

Green Card Holders Targeted for Deportation by New 'Removal Apparatus'

https://www.nytimes.com/2026/05/14/us/politics/green-cards-immigration-deportation-trump.html
7•donohoe•30m ago•3 comments

Production of Medium-Chain Carboxylates from Source-Separated Organics

https://www.biorxiv.org/content/10.64898/2026.03.25.714070v1
1•PaulHoule•31m ago•0 comments

An analysis of how Dishonored 2 renders a frame

https://blog.simonrodriguez.fr/articles/2026/05/a_frame_analysis_of_dishonored_2.html
1•kosua20•33m ago•0 comments

The Main Path to Creative AI

https://danielmiessler.com/blog/the-main-path-to-truly-creative-ai
1•gmays•34m ago•0 comments

WinUI 3 Performance: A Leap Forward

https://github.com/microsoft/microsoft-ui-xaml/discussions/11096
2•whatever3•35m ago•0 comments