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.

Dragonbox: A New Floating-Point Binary-to-Decimal Conversion Algorithm [pdf]

https://fmt.dev/papers/Dragonbox.pdf
1•Teever•1m ago•0 comments

Fillvisa OS – Open-source U.S. immigration forms

https://github.com/athos2113/fillvisa-os
1•junaid_97•1m ago•0 comments

The mystery of Moderna's magic algorithm

https://www.statnews.com/2026/08/27/moderna-merck-cancer-vaccine-secret-ingredient-an-algorithm/
1•brandonb•2m ago•0 comments

Oura faces class-action lawsuit over sleep tracking accuracy

https://www.mobihealthnews.com/news/oura-faces-class-action-lawsuit-over-sleep-tracking-accuracy
2•simonebrunozzi•3m ago•0 comments

Testing LDAP and SSO Integrations in NixOS with Playwright

https://blog.tiserbox.com/posts/2026-08-22-testing-ldap-and-sso-integrations-in-nix-os-with-playw...
1•ibizaman•4m ago•0 comments

Salesforce Partners with Anthropic = Claudeforce

https://www.salesforce.com/claudeforce/?bc=HL
1•sagrd•4m ago•0 comments

A call for collective action on cyber defense

https://openai.com/collective-cyberdefense/
2•brandonb•4m ago•0 comments

A Defence of the Imperial System

https://diaduck.xyz/blog/a-defence-of-imperial
1•speckx•5m ago•0 comments

GLM-5.3-Flash at 3.3 tok/s

1•marcobambini•6m ago•0 comments

Float Bloat

https://bonsai.io/blog/float-bloat/
1•binarymax•6m ago•0 comments

Stacking Oranges in 24 Dimensions

https://www.empirical.health/blog/ai-math-sphere-packing/
1•brandonb•7m ago•0 comments

Greg Brockman: A call for collective action on cyber defense

https://twitter.com/gdb/status/2093021551855812842
2•tosh•9m ago•1 comments

The Age of Disinvention

https://pluralistic.net/2026/08/25/gammamax/#felony-contempt-of-business-model
1•pekko•10m ago•0 comments

Gemini Omni 1.1 Flash

https://blog.google/innovation-and-ai/technology/developers-tools/build-with-gemini-omni-1-1-flash/
2•saretup•10m ago•0 comments

DuckDB and the Changing Physics of Analytics

https://www.allthingsdistributed.com/2026/08/duckdb-and-the-changing-physics-of-analytics.html
1•yarapavan•11m ago•0 comments

Show HN: An Apple Passwords browser extension on Linux

https://github.com/Sank6/iCloud-Keychain-for-Linux
1•sank6•12m ago•0 comments

I still like writing websites by hand

https://chenhuijing.com/blog/i-still-like-writing-websites-by-hand/
1•speckx•12m ago•0 comments

Bot Management for a Changing Internet

https://www.radiustech.xyz/blog/bot-management-for-a-changing-internet
2•madars•13m ago•0 comments

OpenAI let a mob of LLM agents game a test and ransack Hugging Face

https://arstechnica.com/security/2026/08/how-openai-let-a-mob-of-llm-agents-game-a-test-and-ransa...
1•joozio•15m ago•0 comments

Tailscale PAM beta: Manage connectivity and privileged access in one place

https://tailscale.com/blog/tailscale-pam-beta
2•iscmt•16m ago•0 comments

New book on System Design: is it any good?

https://books.lextrem.com/system-design-1/
1•hnque•17m ago•1 comments

Building a Functional Suitcase Car (Technically a Kart)

https://www.borninspace.com/building-a-functional-suitcase-car-technically-a-kart/
1•speckx•20m ago•0 comments

Ask HN: What's your career / life plan for the next few years?

1•tarikozket•20m ago•1 comments

200+ Deaths in the Nepal-Tibet Floods of Aug 26. These deaths were avoidable

https://mfe.respirer.in/hkh-glacier-watch/
1•ronzensci•21m ago•1 comments

Mobile phone dropped from SPACE remains intact thanks to record-breaking case

https://www.guinnessworldrecords.com/news/2026/8/mobile-phone-literally-dropped-from-space-remain...
2•ivell•21m ago•0 comments

Flock CEO gets his house blurred out on Google Maps and Zillow

https://twitter.com/LocumRex/status/2092993787605717176
15•lorecore•23m ago•3 comments

The Israeli Influence Machine [video]

https://www.youtube.com/shorts/fpeCldf7iyE
2•untitledsource•23m ago•0 comments

GitHub page when it was launched

https://web.archive.org/web/20080514210148/http://github.com/
1•prakashqwerty•25m ago•0 comments

A cited AI answer can still be wrong: the retrieval bug we found in ZettaVector

https://zettavector.com/blog/cited-ai-answer-can-still-be-wrong
1•warrowarro•26m ago•0 comments

Grok Bot for Linux: Unofficial port of the official app (open source)

https://github.com/jakob-bu/grok-bot-linux-unofficial
15•j-bu•27m ago•2 comments