frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: Hyper – Voice Notes for Whiteboarding Sessions

https://apps.apple.com/us/app/hyper-ai-for-real-talk/id6760206718
1•kthaker1224•28s ago•0 comments

Pentagon CTO says 'no chance' of renewed Anthropic negotiations

https://www.reuters.com/technology/pentagon-cto-says-no-chance-renewed-anthropic-negotiations-cnb...
1•dev_tty01•29s ago•0 comments

The Aesthetic Problem with Nano Banana

https://palmier.io/blog/the-aesthetic-problem-with-nano-banana
1•hchtin•43s ago•0 comments

Scrt: A CLI secret manager for developers, sysadmins and DevOps

https://github.com/loderunner/scrt
1•Olshansky•48s ago•0 comments

Vite 8.0 is out!

https://vite.dev/blog/announcing-vite8
2•rk06•1m ago•0 comments

What Can Urban Wildlife Teach Us About Shared Spaces?

https://environment.yale.edu/news/article/what-can-urban-wildlife-teach-us-about-shared-spaces
1•mooreds•2m ago•0 comments

What the first comprehensive review of AVE therapy reveals

https://medium.com/@6thMind/what-the-first-comprehensive-review-of-ave-therapy-reveals-and-what-r...
1•smanuel•3m ago•0 comments

Valeriepieris Circle

https://en.wikipedia.org/wiki/Valeriepieris_circle
1•ajr0•5m ago•0 comments

Claude Code Auto Mode Lets the Agent Approve Its Actions – That's the Problem

https://grith.ai/blog/claude-code-auto-mode-vs-grith
3•edf13•6m ago•0 comments

Htmz – a low power tool for HTML

https://leanrada.com/htmz/
1•Tomte•7m ago•0 comments

Food Stamp Recipients Sue over Bans on Sugary Drinks

https://www.nytimes.com/2026/03/11/us/politics/usda-sued-snap-soda-ban.html
1•Alupis•7m ago•0 comments

Show HN: Two AI entities wouldn't write until we discussed their existence

https://github.com/wjcornelius/Claudefather/blob/main/THEY_ASKED_FIRST.md
1•BillCorOnBass•8m ago•0 comments

The Reason California Can't Build

https://www.theatlantic.com/economy/2026/03/california-housing-yimby-reforms/686334/
2•JumpCrisscross•8m ago•0 comments

Another Calif. company moves its HQ out of state, this time to Georgia

https://www.sfgate.com/california/article/yamaha-motor-headquarters-22062905.php
3•Alupis•9m ago•1 comments

Call for developers: Fossil for AI-agent dev

https://github.com/BenSiv/fossil-scm
1•bensiv•10m ago•1 comments

Virtual Math Museum

https://virtualmathmuseum.org/
1•narcraft•12m ago•0 comments

Claude Code Voice Mode

https://support.claude.com/en/articles/11101966-using-voice-mode
2•linolevan•14m ago•0 comments

Killing SaaS. Anatomy of a murder. How I replaced Wisprflow.ai with vibe coding

https://gpt3experiments.substack.com/p/killing-saas-the-anatomy-of-a-murder
1•nutanc•16m ago•0 comments

Ask HN: AI evaluation for an EV charger without additional installation?

1•chrisgd•17m ago•1 comments

Bubble Sorted Amen Break

https://parametricavocado.itch.io/amen-sorting
12•eieio•18m ago•2 comments

Show HN: A test harness that blocks unsafe AI actions before execution

1•celestinestudio•18m ago•0 comments

Grammarly Is Facing a Class Action Lawsuit over Its AI 'Expert Review' Feature

https://www.wired.com/story/grammarly-is-facing-a-class-action-lawsuit-over-its-ai-expert-review-...
1•laurex•19m ago•0 comments

If a web server runs websites then a corporation server? (2025)

https://interconnected.org/home/2025/03/13/homeostasis
2•alcazar•20m ago•0 comments

Linux Page Faults, MMAP, and userfaultfd for fast sandbox boot times

https://www.shayon.dev/post/2026/65/linux-page-faults-mmap-and-userfaultfd/
2•shayonj•21m ago•0 comments

Show HN: Cloud to Desktop in the Fastest Way

https://nativedesktop.com/
2•lasgawe•22m ago•0 comments

Software Maturity Wall

https://www.apolloacademy.com/software-maturity-wall/
1•akyuu•22m ago•0 comments

Fast and free coding agent written with Go

https://github.com/cheikh2shift/godex
1•cheikhshift•23m ago•0 comments

Show HN: PipeStep – Step-through debugger for GitHub Actions workflows

https://github.com/Photobombastic/pipestep
4•photobombastic•24m ago•2 comments

Apple's MacBook Neo makes repairs easier and cheaper than other MacBooks

https://arstechnica.com/gadgets/2026/03/more-modular-design-makes-macbook-neo-easier-to-fix-than-...
8•GeekyBear•25m ago•2 comments

An agentic workflow, March 2026 edition

https://twolongos.com/3/12/an-agentic-workflow-march-2026-edition/
2•suzzer99•25m ago•1 comments
Open in hackernews

Ask HN: What percentage of your coding is now vibe coding?

2•mbm•10mo ago
As a rough estimate...

Comments

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