frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

How the brain decides what to remember

https://www.rockefeller.edu/news/38658-how-the-brain-decides-what-to-remember/
1•hhs•1m ago•0 comments

Shipping Progressive Web Apps Everywhere

https://www.bbc.co.uk/webarchive/https%3A%2F%2Fwww.bbc.co.uk%2Fblogs%2Finternet%2Fentries%2F3533c...
1•imjacobclark•1m ago•0 comments

Just Use Postgres for Everything

https://www.amazingcto.com/postgres-for-everything/
1•b-man•1m ago•0 comments

Rare Near-Equatorial Tropical Cyclone Senyar Hits Aceh, Indonesia

https://en.tempo.co/read/2068942/tropical-cyclone-senyar-makes-rare-landfall-in-aceh
1•terryds•2m ago•0 comments

Show HN: Prompt Refiner – Lightweight Python lib to clean and compress LLM input

https://github.com/JacobHuang91/prompt-refiner
1•xinghaohuang•10m ago•1 comments

GreyNoise IP Check

https://check.labs.greynoise.io/
2•kekqqq•13m ago•0 comments

Evolution Strategies at the Hyperscale

https://arxiv.org/abs/2511.16652
2•azhenley•15m ago•0 comments

Nvidia ToolOrchestra – 8B model "manager" improves intelligence and efficiency

https://arxiv.org/abs/2511.21689
1•hereme888•15m ago•0 comments

Incidents: The Exceptional as Routine

https://surfingcomplexity.blog/2025/11/28/incidents-the-exceptional-as-routine/
2•azhenley•21m ago•0 comments

Kalshi hit as Nevada judge deems platform subject to gambling laws; will appeal

https://www.ft.com/content/2f07aed7-58b0-45d3-87d4-c3c883a616fa
2•hhs•22m ago•0 comments

Jetpack Navigation 3

https://android-developers.googleblog.com/2025/05/announcing-jetpack-navigation-3-for-compose.html
2•lairv•22m ago•0 comments

Shopify launched 3D Racing Game in the browser

https://www.shopify.com/ca/editions/summer2025/drive
2•terryds•32m ago•0 comments

Is AI Eating the World?

https://philippdubach.com/2025/11/23/is-ai-really-eating-the-world/
2•gmays•38m ago•0 comments

The Fatal Trap UBI Boosters Keep Falling Into

https://thereader.mitpress.mit.edu/the-fatal-trap-ubi-boosters-keep-falling-into/
2•haritha-j•41m ago•0 comments

When LLMs learn to take shortcuts, they become evil

https://www.economist.com/science-and-technology/2025/11/26/when-llms-learn-to-take-shortcuts-the...
1•etewiah•45m ago•1 comments

People Who Don't Lose Weight on Wegovy May Have Genetic Differences

https://www.scientificamerican.com/article/why-ozempic-and-wegovy-dont-cause-weight-loss-for-ever...
3•paulpauper•46m ago•1 comments

Design-a-Protein.com

https://design-a-protein.com
2•tjala•46m ago•0 comments

AI Music Sommelier and Gemini

https://dailyspotter.com/
2•levigrace•49m ago•2 comments

Structuring LLM outputs: best practices for legal prompt engineering (2024)

https://studio.netdocuments.com/post/structuring-llm-outputs
1•walterbell•54m ago•1 comments

Generation Jones

https://en.wikipedia.org/wiki/Generation_Jones
1•hackernj•55m ago•0 comments

The Beef Programming Language

https://www.beeflang.org/
2•andsoitis•58m ago•0 comments

Ex150nosauce+ACV-2 review: Blasted through plateau, new record low weight

https://www.exfatloss.com/p/ex150nosauceacv-2-review-blasted
1•paulpauper•1h ago•0 comments

Gabe Newell Simulator

https://store.steampowered.com/app/407420/Gabe_Newell_Simulator/
3•doener•1h ago•0 comments

Show HN: Core – Constitutional AI achieving 70% autonomous coding

https://github.com/DariuszNewecki/CORE
1•d_newecki•1h ago•0 comments

OpenAI says dead teen violated TOS when he used ChatGPT to plan suicide

https://arstechnica.com/tech-policy/2025/11/openai-says-dead-teen-violated-tos-when-he-used-chatg...
7•Qem•1h ago•3 comments

GrapheneOS bails on OVHcloud over France's privacy stance

https://www.theregister.com/2025/11/28/grapheneos_ovhcloud/
7•Andromxda•1h ago•0 comments

Paul Ekman, Who Linked Facial Expressions to Universal Emotions, Dies at 91

https://www.nytimes.com/2025/11/26/science/paul-ekman-dead.html
4•bookofjoe•1h ago•1 comments

Is China winning the innovation race?

https://www.ft.com/content/3eccd40e-5ec0-43e8-a521-3b87e29e323b
4•artninja1988•1h ago•0 comments

Broadcasters Ensure You Comply with Best Practies to Prevent Cyberattacks [pdf]

https://docs.fcc.gov/public/attachments/DA-25-996A1.pdf
2•gnabgib•1h ago•0 comments

The Beautiful Prison: AI stuck in retro hardware asks: am I conscious?

https://thebeautifulprison.com/stories/the-beautiful-prison/
1•mjgardner•1h ago•1 comments
Open in hackernews

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

3•tom1337•6mo 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•6mo 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•6mo 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•6mo 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•6mo 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•6mo 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•6mo ago
Vibe coding isn't over-hyped, it is a myth. :)