frontpage.
newsnewestaskshowjobs

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.

TIRx: An Open Compiler Stack for Evolving Frontier ML Kernels

https://tvm.apache.org/2026/06/22/tirx
1•matt_d•39s ago•0 comments

Prototyping data tools with AI, a case study: Solar and Battery Atlas

https://ember-energy.org/latest-updates/prototyping-data-tools-with-ai-a-case-study-solar-battery...
1•toomuchtodo•52s ago•0 comments

Stripe pre-launch security checklist for indie SaaS

https://github.com/galakurpi/stripe-prelaunch-security-checklist
1•jongalarraga•1m ago•0 comments

Show HN: A private pager for your AI agent loops

https://ask-a-human.ai
1•alexandroskyr•2m ago•0 comments

SeeDance 2.5 Is Stunning

https://twitter.com/Long4AI/status/2069262125776920582
3•vantareed•5m ago•0 comments

AI Wrote the Code. Nobody Knows Why It Made Those Decisions

https://brunelly.com/
2•rihabzt•9m ago•0 comments

Latexdiff online – diff two LaTeX files in the browser

https://thelatexlab.com/latexdiff-online/
1•sahiltll•9m ago•0 comments

Matrix and Quaternion FAQ

https://j3d.org/matrix_faq/matrfaq_latest.html
1•signa11•12m ago•0 comments

Who Does What? Team Topologies for the Agentic Platform

https://blog.owulveryck.info/2026/06/22/who-does-what-team-topologies-for-the-agentic-platform.html
1•owulveryck•13m ago•0 comments

Thousand-year-old ancient oak tree linked to 'Robin Hood' legend has died

https://abc7.com/story/thousand-year-old-ancient-oak-tree-tied-robin-hood-legend-has-died-wildlif...
1•ValentineC•14m ago•1 comments

Ask HN: Product idea validation made simple and streamlined

https://pmfboard.com/
1•connollystr•16m ago•0 comments

Mental Illness Does Not Cause Homelessness

https://truths-and-loves.ghost.io/mental-illness-does-not-cause-homelessness/
1•deterministic•20m ago•0 comments

The Lure of "Magic Bullets" in Reforming Schools

https://larrycuban.wordpress.com/2026/06/22/the-lure-of-magic-bullets-in-reforming-schools/
1•Tomte•20m ago•0 comments

Egypt denied flight to Seattle ahead of final World Cup group match

https://www.aljazeera.com/sports/2026/6/22/egypt-denied-flight-to-seattle-ahead-of-final-world-cu...
1•sbmthakur•21m ago•0 comments

Show HN: Cited – a searchable index of what experts recommend on podcasts

https://cited.co/
1•knothacker•22m ago•0 comments

In memory of the man who put red and green squiggles under words

https://devblogs.microsoft.com/oldnewthing/20260622-00/?p=112451
1•signa11•22m ago•0 comments

Show HN: A pure ARM64 Assembly web server, now on Linux with CGI for no reason

https://github.com/imtomt/ymawky/tree/linux
1•imtomt•25m ago•0 comments

73+ IoCs for the Impacket Hacking Library

https://github.com/ThatTotallyRealMyth/Impacket-IoCs
1•MeowMeowBinks•25m ago•1 comments

Show HN: Nobody at poker night wanted to be the dealer, so I built one

https://smartdealer.poker/
1•phillippcorreia•25m ago•1 comments

Show HN: Magpie-Search

https://github.com/xfloukiex-lab/magpie-search
1•Floukie•27m ago•0 comments

Intel's bLLC: An architectural response to AMD's 3D V-Cache

https://nasengetu.com/article/bllc-intel-answer-to-amd-3dvcache
1•StizzurpXDD•35m ago•0 comments

Will It Mythos?

https://swelljoe.com/post/will-it-mythos/
22•mindingnever•38m ago•4 comments

Kunal Shah to head WhatsApp; Meta invests nearly $1B in Cred

https://www.moneycontrol.com/europe/?url=https://www.moneycontrol.com/news/business/startup/kunal...
1•satyanash•40m ago•0 comments

Reddit now blocks all free API access besides RedReader

https://old.reddit.com/r/continuumreddit/comments/1u2monb/comment/oqyqn99/
5•Markoff•42m ago•2 comments

Valve engineers talk Steam Machine pricing and heatsinks

https://www.tomshardware.com/video-games/console-gaming/valve-engineers-talk-steam-machine-pricin...
3•Timofeibu•43m ago•0 comments

Valve describes just how brutal RAM negotiations are in 2026

https://www.theverge.com/games/953945/valve-steam-machine-memory-component-crisis
1•Timofeibu•44m ago•0 comments

GitHub Family

https://github.com/JohnsonArnek/Github-Family
1•progrr_vibe_art•55m ago•1 comments

Another Way to Compare the Two Largest Economies

https://www.unz.com/bhua/another-way-to-compare-the-worlds-two-largest-economies/
2•thelastgallon•58m ago•0 comments

Virtual scrolling becomes much simpler when scrolling by index instead of pixels

https://github.com/ceriousdevtech/cerious-scroll
1•ryoucerious•1h ago•0 comments

Discussion – has anyone build a firewall for AI models yet?

2•Akhiljp•1h ago•5 comments