frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

OpenAI Chief Sam Altman Makes Appearance in High-Stakes Court Bout v Elon Musk

https://www.law.com/therecorder/2026/05/12/openai-chief-sam-altman-makes-appearance-in-his-high-s...
1•1vuio0pswjnm7•1m ago•0 comments

Using OR-Tools CP-SAT for Scheduling Problems

https://atalaykutlay.com/or-tools-cp-sat-for-scheduling-problems.html
2•akutlay•4m ago•0 comments

A plan to make drugs in orbit is going commercial

https://www.technologyreview.com/2026/05/13/1137153/varda-united-therapeutics-drug-manufacturing-...
1•joozio•6m ago•0 comments

Apple Project Files Allegedly Stolen in Foxconn Ransomware Attack

https://www.macrumors.com/2026/05/13/apple-files-stolen-foxconn-ransomware-attack/
1•tosh•6m ago•0 comments

Discovering Dennis Ritchie's Lost Dissertation

https://computerhistory.org/blog/discovering-dennis-ritchies-lost-dissertation/
1•birdculture•7m ago•0 comments

The Deployment Company, Back to the 70s, Apple and Intel

https://stratechery.com/2026/the-deployment-company-back-to-the-70s-apple-and-intel/
1•swolpers•7m ago•0 comments

New "ModuleJail" to Automatically Blacklist Unused Kernel Modules

https://github.com/jnuyens/modulejail
1•thefreelantern•9m ago•0 comments

Ask HN: What is the highest-quality AI-generated project you have seen?

1•bizer•10m ago•1 comments

Never Stop Learning

https://www.zdziarski.com/blog/?p=13883
1•speckx•10m ago•0 comments

A Firebase Mistake Led to a €3,167 AI Bill Overnight in My Flutter App

https://ulusoyca.medium.com/how-a-two-year-old-firebase-mistake-led-to-a-3-167-ai-bill-overnight-...
1•serial_dev•11m ago•0 comments

Debux – debug distroless Docker/Kubernetes containers with a Nix shell

https://github.com/clement-tourriere/debux
2•kelem•11m ago•0 comments

LLMs are breaking 20 year old system design

https://zknill.io/posts/llms-are-breaking-20-year-old-system-design/
2•zknill•14m ago•0 comments

Boycott unethical AI companies – and do it now

https://norwegianscitechnews.com/2026/05/boycott-unethical-ai-companies-and-do-it-now/
3•giuliomagnifico•15m ago•0 comments

Self-hosted CMS AEO SEO automatizados cloud hosting con Ubuntu cloud-init setup

https://aliothpress.com/?lang=es
1•Strodt•15m ago•0 comments

Show HN: AgentKanban for VS Code – A task board with agent harness integration

https://www.agentkanban.io/
2•gbro3n•16m ago•0 comments

Mino: Embeddable Clojure-inspired Lisp in portable C99

http://mino-lang.org/
2•tosh•17m ago•0 comments

PQCVault.exe (Windows Only)

https://levisantegoets.gumroad.com/l/PQCVault
1•j0hnsm1th•17m ago•0 comments

Qt Bindings for Rust

https://github.com/kitech/qt.rs
2•RustSupremacist•19m ago•0 comments

Time Travel Without Borders

https://guix.gnu.org/en/blog/2026/time-travel-without-borders/
1•speckx•19m ago•0 comments

Life Without US Tech

https://www.ft.com/content/4c3aad70-e0cb-46a2-95d5-15d11b6bf818
2•1vuio0pswjnm7•19m ago•0 comments

Production experience cannot be hallucinated

https://paolino.me/production-experience-cannot-be-hallucinated/
1•earcar•19m ago•0 comments

AI has cut my pay as a memoir writer in half

https://www.theguardian.com/books/2026/may/12/ai-has-cut-my-pay-as-a-memoir-writer-in-half
4•YeGoblynQueenne•20m ago•0 comments

FFL – A portable Python CLI (via APE) to send files to any browser via WebRTC

https://github.com/nuwainfo/ffl
1•bear330•28m ago•1 comments

Show HN: Elecz – MCP server for real-time electricity prices in 40 countries

https://elecz.com/
1•zemloai•30m ago•0 comments

Windows 9x Subsystem for Linux

https://codeberg.org/hails/wsl9x
1•ibobev•30m ago•0 comments

What is your AI agent constantly doing wrong?

1•jesseduffield•31m ago•0 comments

Show HN: I mage GhosttyFX, a JavaFX terminal view that uses libghostty

https://github.com/vlaaad/ghosttyfx/
1•vlaaad•33m ago•0 comments

OpenAI faces lawsuit claiming chatbot gave advice that led to fatal overdose

https://www.reuters.com/legal/litigation/openai-faces-lawsuit-california-court-claiming-chatbot-g...
2•1vuio0pswjnm7•34m ago•0 comments

Meta loses court fight over compensation to Italian publishers

https://www.reuters.com/legal/litigation/meta-loses-court-fight-over-compensation-italian-publish...
1•1vuio0pswjnm7•36m ago•0 comments

AI Accelerates Old Failure Modes

https://thehardparts.dev/field-notes/ai-accelerates-old-failure-modes
1•ludovicianul•37m ago•0 comments
Open in hackernews

Ask HN: Is vibe coding overhyped or am I missing something?

3•tom1337•1y ago
In the recent months / weeks I'll ready so many headlines about "AI will be able to create whole applications easily", "No coders needed, everything will be AI", "Vibe Coding is the future" so I thought I'd try it out. I've been building React Apps and TypeScript Backends for a few years so I am not a total newbie. I wanted to create a simple React Native App which has a Bottom Sheet and display a map. Already at the first step - creating the map - ChatGPT o3 gave me completely invalid code. It used a pretty old version of the library which wasn't compatible with the latest react release. It also got few things with expo vs. "pure" react native wrong. Sometimes the code it threw at me included unused styles or variables.

Am I missing something? How are people seemingly building complex applications if the models struggle with basic things like keeping up to date with releases? What are your experiences?

Comments

codingdave•1y ago
You aren't missing a thing. LLMs produce code that is somewhat correct, but wrong enough that it needs correction. The people promoting "vibe coding" are saying that you can just tell it the concerns, and eventually it will land on something that works. Everyone else codes the corrections themselves. But AI simply does not produce working code without human interventions.

It also does not keep up to date with releases. That is not a valid expectation, and if you are working with leading-edge releases and libraries, LLMs will not help. On the same note, it cannot innovate - it will give you code that fits common conventions. Most of the time this works, but if you are doing truly novel work, its results will frustrate you more often than not.

PaulHoule•1y ago
I have been using AI assistants to help with a project that uses MUI for React. We're using a version of MUI that is a few versions old. It is hugely helpful at figuring out what kind of sx to put on an element or what to put in a theme to get things to look right. It makes mistakes, but if you tell it what you see in the F12 tools, read the manual and think a bit, it does pretty well.

It loves to use deprecated APIs, for instance there are a lot of props that you aren't supposed to use anymore and you're supposed to use the "slots" prop instead. It's not hard to change the code and you could probably ask them to do it, but it's the kind of problem I run into.

With SQLAlchemy I find assistants cannot make up their mind what version of SQLAlchemy they are generating code for. Between talking to my assistants and reading the manual I understand a lot about what changed in different versions, but what I really want is to have it look at my POM/packages.json/pyproject.toml and always give me advice for the versions I am using.

This isn't just an LLM problem, one of the "product ideas I don't have time to work on" in my file is a search engine for programmers that indexes the documentation for the actual versions of all your dependencies, so you are not stuck with Google's brain damaged behavior of returning results from random JDK versions. For instance, "String Javadoc" returns results for JDK 8 and JDK 11 (end of life!),

https://www.google.com/search?client=firefox-b-1-e&channel=e...

whereas a lot of us are developing to JDK 21.

rorylaitila•1y ago
With AI coding it makes projects even faster to get started. Like anything else, total cost will be dominated by long tail problems. Vibe coding can't solve the longest tail problem of "am I building the right thing?" These interstitial problems of code quality you mention will be worked out I think, but it won't matter. To put it the opposite way: if I already know in advance what I need to build to be "successful", the cost of getting code to production was already a minor concern.

That being said, the speed at which I can explore solutions with it is greatly improved. This has a big effect on my motivation to start ideas. In some domains, simply getting more times at bat is the critical path.

cranberryturkey•1y ago
CNBC had a bit about "vibe coding" this morning so its officially lamestream. lol

I use roocode and auto-approve most tasks and then I do a code review at the end. It saves a ton of time but costs a ton of money too

viraptor•1y ago
You're right, but missing some ideas. Sure, it will use an older library sometimes, leave unused variables or make mistakes. But if you're really vibe coding, the question is "if I respond that this doesn't work, will it be fixed?"

If it does get fixed, who cares about the variables or mixed patterns? Vibe coding at this stage is expected to give running code, not clean and maintainable one. And it often does, but it's not there for complex applications yet.

gary17the•1y ago
Vibe coding isn't over-hyped, it is a myth. :)