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•7mo ago
As a rough estimate...

Comments

90s_dev•7mo 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•7mo 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•7mo ago
Zero
latexr•7mo 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•7mo 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•7mo 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•7mo 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•7mo ago
Partly. Mostly I write it myself, and only ask the LLM when I encounter problems.
apothegm•7mo 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•7mo 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.

Ask HN: E-Book or Audio-Book

1•jsxyzb•3m ago•0 comments

Agentic Coding Is Anything But

https://matcohle.me/agentic-coding-is-anything-but/
1•mathewcohle•4m ago•1 comments

Pearly kings and queens of London in their 150th year – photo essay

https://www.theguardian.com/artanddesign/2025/nov/28/pearly-kings-and-queens-of-london-in-their-1...
1•bifftastic•8m ago•0 comments

Show HN: SiteIQ – LLM and Web security testing tool (built by a high schooler)

https://github.com/sastrophy/siteiq
1•sastrophy•10m ago•0 comments

Rethinking Duplication

https://medium.com/@HobokenDays/rethinking-duplication-c1f85f1c0102
2•HideInNews•11m ago•0 comments

Professional Headshots: Why Your Corporate Image Matters More Than You Think

https://www.aiheadshotreviews.com/articles/professional-headshots-guide
1•naveensky•12m ago•0 comments

I build a free gamified image compressor

https://image-compressor-five-azure.vercel.app/
2•uioio•15m ago•0 comments

Account Deletion Request

2•unneutered•16m ago•1 comments

Putin's scientists are creating spy pigeons controlled by brain implants

https://metro.co.uk/2025/11/27/putins-scientists-creating-spy-pigeons-controlled-brain-implants-2...
2•blufish•20m ago•0 comments

Show HN: Open-source RAG server with retrieval visualization (Postgres+pgvector)

https://github.com/jakops88-hub/Long-Term-Memory-API
1•northerndev•20m ago•1 comments

Zero-Setup Java Build Tooling via Mill Bootstrap Scripts

https://mill-build.org/blog/16-zero-setup.html
2•lihaoyi•23m ago•0 comments

What LLM to use today?

https://gusarich.com/blog/what-llm-to-use-today/
1•Gusarich•24m ago•0 comments

Informative, beautiful and deeply human: the underrated art of illustration

https://www.theguardian.com/artanddesign/2025/nov/28/illustration-fine-art-oliver-jeffers-nationa...
2•n1b0m•26m ago•0 comments

Staff at Irish Meta client firm told 400 jobs at risk just ahead of Christmas

https://www.thejournal.ie/meta-job-losses-6887604-Nov2025/
2•austinallegro•27m ago•0 comments

Selectorate Theory

https://en.wikipedia.org/wiki/Selectorate_theory
2•thunderbong•31m ago•0 comments

Amazon turned our capitalist era of free markets into age of technofeudalism

https://www.theguardian.com/commentisfree/2025/nov/27/amazon-capitalist-era-free-markets-age-tech...
2•n1b0m•33m ago•0 comments

Ask HN: Type 1 Hypervisor for use on a laptop?

2•jaitaiwan•35m ago•0 comments

SSE sucks for transporting LLM tokens

https://zknill.io/posts/sse-sucks-for-transporting-llm-tokens/
2•zknill•38m ago•0 comments

C++ The worst programming language of all time [video]

https://www.youtube.com/watch?v=7fGB-hjc2Gc
2•tartoran•42m ago•0 comments

Toy Story: the first digitally-animated feature film

https://www.bbc.co.uk/sounds/play/w3ct7472
1•austinallegro•43m ago•0 comments

Bamboo scaffolding helped build Hong Kong's skyline, but deadly fire may end it

https://apnews.com/article/hong-fire-bamboo-disaster-scaffolding-b4f3992fd78c068dbebbfbfbcc499495
5•jameslk•46m ago•0 comments

The Criterion Collection

https://en.wikipedia.org/wiki/The_Criterion_Collection
2•tosh•47m ago•0 comments

Ask HN: Is the "Rust tax" (dev time) cheaper than the "RAM tax"?

2•m00dy•49m ago•2 comments

To Get a Man's Attention, Meow Harder

https://www.nytimes.com/2025/11/27/science/to-get-a-mans-attention-meow-harder.html
2•TMWNN•50m ago•0 comments

'A step-change': tech firms battle for undersea dominance with submarine drones

https://www.theguardian.com/business/2025/nov/28/tech-submarine-drones-startups-big-defence-compa...
4•beardyw•50m ago•0 comments

GrapheneOS Moving Out of France

https://xcancel.com/GrapheneOS/status/1993035936800584103
13•LaSombra•52m ago•7 comments

A personality-filter for LLM chatbots (holiday project)

https://zonoid.xyz/
1•sourav_sen_duke•56m ago•1 comments

Need feedback from people who think about incentives in their sectors

https://www.capitalfolly.com
1•d_e_solomon•58m ago•1 comments

Ask HN: What did you replace bitnami with?

2•kachapopopow•59m ago•0 comments

Heyoner Mario Logo: AI Builds Retro Gaming Brand Identity for Model Figure Shops

https://www.ailogocreator.io/blog/heyoner-mario-logo-ai-builds-retro-gaming-brand-identity-for-mo...
2•RoyKim24•1h ago•2 comments