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.

Datasette Apps: Host custom HTML applications inside Datasette

https://simonwillison.net/2026/Jun/18/datasette-apps/
1•lumpa•53s ago•0 comments

Observation is the layer under taste. We built it for AI runtime

https://twitter.com/damnventures/status/2067394719756251468
14•Cherepukhin•4m ago•0 comments

How to Build ChatGPT from Scratch: Understanding LLMs Step by Step

https://nextweekai.com/blog/build-chatgpt-from-scratch-guide/
1•javatuts•9m ago•0 comments

AI Governance Cannot Be a Tool Call

https://tenureai.dev/writing/ai-governance-cannot-be-a-tool-call/
3•jflynt76•13m ago•0 comments

Captcha audio going nuts (concerning) [video]

https://www.youtube.com/shorts/lbPwZyNsCR0
1•threaderr•14m ago•1 comments

What I Learned from Being Burned Alive

https://www.wsj.com/lifestyle/what-i-learned-from-being-burned-alive-95e91c88
2•Anon84•22m ago•1 comments

Meta lobbies Congress for protection from child-harm lawsuits

https://www.reuters.com/world/meta-lobbies-congress-protection-child-harm-lawsuits-2026-06-18/
5•jethronethro•24m ago•0 comments

1992 view of the problems of computer programming in 1992

https://blog.plover.com/2026/06/18/#fortran-i
2•tjwds•25m ago•0 comments

AI Holdouts in Tech Face 3 Times Higher Layoff Odds, Gallup Finds

https://finance.yahoo.com/technology/ai/articles/ai-holdouts-tech-face-3-095310222.html
2•littlexsparkee•32m ago•1 comments

Teen summer employment is headed for its worst year since 1948

https://fortune.com/2026/06/18/teen-summer-jobs-record-low-2026/
3•cheschire•33m ago•1 comments

Did Massachusetts Legalize Haggis?

https://www.cbsnews.com/boston/news/haggis-massachusetts-legal-scotland/
2•speckx•46m ago•0 comments

Writing Postcards with a 3D Printer

https://severinbucher.com/posts/writing-postcards-with-a-3d-printer/
3•typesafeJ•46m ago•0 comments

The Job Market Is Thawing

https://www.theatlantic.com/newsletters/2026/06/job-market-hiring-may/687640/
5•littlexsparkee•46m ago•1 comments

How Meter Pricing Is Testing the Economics of AI

https://www.bloomberg.com/news/articles/2026-06-18/ai-costs-what-shift-from-flat-rate-to-token-pr...
2•1vuio0pswjnm7•47m ago•0 comments

Mae vs. MSE: more than just the mean vs. median debate

https://idlemachines.co.uk/essays/mae-vs-mse
1•smaddrellmander•48m ago•0 comments

Show HN: Flashback – an agent skill that references 127 years of design trends

https://toby.github.io/flashback/
3•tobypadilla•53m ago•0 comments

Show HN: Drydock – VM Sandboxes for macOS Autonomous Coding Agents

https://github.com/sricola/drydock
1•sricola•53m ago•0 comments

Standout Startups from YC's Demo Day, According to VCs

https://techcrunch.com/2026/06/18/the-11-standout-startups-from-ycs-demo-day-according-to-vcs/
3•simonpure•1h ago•0 comments

College students are swapping coding for healthcare: Goldman Sachs

https://finance.yahoo.com/economy/article/college-students-are-swapping-coding-for-healthcare-gol...
2•gbourne1•1h ago•1 comments

GitLab 19.1

https://docs.gitlab.com/releases/19/gitlab-19-1-released/
3•ilreb•1h ago•0 comments

Waymo Recalling 3,800+ Robotaxis over Risk of Entering Construction Zones

https://www.wsj.com/business/autos/waymo-recalling-more-than-3-800-robotaxis-over-risk-of-enterin...
3•1vuio0pswjnm7•1h ago•0 comments

HN Returning "Sorry."

2•christopher8827•1h ago•2 comments

Can LLMs change the hiring economics of legacy engineers?

https://exhaustedmind.substack.com/p/ask-hn-can-llms-change-the-hiring
1•Psychoterapist•1h ago•0 comments

Show HN: AA-Briefcase: a frontier knowledge work evaluation

https://artificialanalysis.ai/articles/aa-briefcase
10•declanjackson•1h ago•2 comments

The effect of worked examples on learning solution steps and knowledge transfer

https://www.tandfonline.com/doi/full/10.1080/01443410.2023.2273762
1•indigodaddy•1h ago•0 comments

Office workers of the world unite: it's time to revive the three-martini lunch

https://www.theguardian.com/commentisfree/2026/jun/18/three-martini-lunch
3•andsoitis•1h ago•1 comments

Haker Pra Free Fare

1•thaillan•1h ago•1 comments

Elon Musk's SpaceX plots $20B bond deal after record IPO

https://www.ft.com/content/8b73b4ce-3855-4b89-9110-3d892567f28a
2•JumpCrisscross•1h ago•0 comments

Ask HN: Any VPS / VPN with Dedicated IP Address in Cayman Islands?

1•JumpinJack_Cash•1h ago•0 comments

Update on Ocean Observatories Initiative

https://www.nsf.gov/news/update-ocean-observatories-initiative
67•andsoitis•1h ago•12 comments