frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Academia

https://www.academia.edu/
1•bookofjoe•1m ago•1 comments

Vyjebanec

https://oois6e-ip-147-78-168-59.tunnelmole.net
1•vyjebanec•12m ago•0 comments

A one-stop solution from desiging ER diagram to generating final view data

https://github.com/allmonday/pydantic-resolve
1•tank-34•14m ago•0 comments

Car influencers love Chinese EVs – and China loves them back

https://www.theverge.com/transportation/828155/car-influencer-china-ev-youtube-influencer-pay-play
1•naves•18m ago•2 comments

Notes on the Troubleshooting and Repair of Computer and Video Monitors

https://www.repairfaq.org/sam/monfaq.htm
2•WorldPeas•19m ago•0 comments

Plex's crackdown on free remote streaming access starts this week

https://arstechnica.com/gadgets/2025/11/plexs-crackdown-on-free-remote-streaming-access-starts-th...
2•nobody9999•19m ago•1 comments

Reinventing How .NET Builds and Ships (Again)

https://devblogs.microsoft.com/dotnet/reinventing-how-dotnet-builds-and-ships-again/
1•IcyWindows•22m ago•0 comments

Extracting Reddit data with chat bots

https://blog.hakanserce.com/post/reddit-ai-integration/
2•hakanserce•24m ago•0 comments

Rightness Is a Prison

https://usefulfictions.substack.com/p/rightness-is-a-prison
2•paulpauper•24m ago•0 comments

My Ethical Conundrum Around Writing About Meditation (16/30)

https://psychotechnology.substack.com/p/my-ethical-conundrum-around-writing
2•paulpauper•26m ago•0 comments

How to Sound Like an Expert in Any AI Bubble Debate

https://www.derekthompson.org/p/how-to-sound-like-an-expert-in-any
1•jellyfishrole•27m ago•0 comments

Ask HN: When an AI holds your company hostage, what will be the best defense?

1•isodude•28m ago•0 comments

2025 Weight Loss and Obesity Medication Facts

https://getskinnyjax.com/2025-weight-loss-stats/
1•blocchainz•29m ago•0 comments

Overclocking Dbt: Discord's Custom Solution in Processing Petabytes of Data

https://discord.com/blog/overclocking-dbt-discords-custom-solution-in-processing-petabytes-of-data
1•neighbour•33m ago•1 comments

Wikipedia Replaces IP Addresses with Temporary Accounts for Logged-Out Editors

https://en.wikipedia.org/wiki/Wikipedia:Temporary_accounts
2•tech234a•36m ago•0 comments

A Simple USB Folder Triggered a VBScript Worm: A SoC Case Study

https://medium.com/@omar.k.alsahily/how-a-simple-usb-folder-triggered-a-vbscript-worm-infection-a...
1•CriticalLY•41m ago•1 comments

Why Is Horses Banned from Steam?

https://www.horses.wtf/BannedFromSteam/
2•embedding-shape•41m ago•0 comments

An arcane type of property insurer is surging on the Gulf Coast

https://www.eenews.net/articles/an-arcane-type-of-property-insurer-is-surging-on-the-gulf-coast/
1•geox•42m ago•0 comments

Warner Music Settles Legal War with Suno in Landmark AI Partnership

https://www.hollywoodreporter.com/music/music-industry-news/warner-music-group-settles-ai-infring...
1•marc__1•43m ago•2 comments

S&Box

https://github.com/Facepunch/sbox-public
1•MaximilianEmel•43m ago•0 comments

Migrating from Legacy Networking to systemd-networkd on Ubuntu 24.04

https://www.endpointdev.com/blog/2025/11/legacy-networking-to-systemd-networkd/
2•chmaynard•43m ago•1 comments

Topological Turning Points for the Brain

https://www.nature.com/articles/d41586-025-00649-4
1•JimmyBuckets•44m ago•0 comments

A DOOM vector engine for rendering in KiCad, and over an audio jack

https://www.mikeayles.com/#kidoom
3•mikeayles•46m ago•1 comments

ClipE96: We Left the Clipboard Unguarded for 40 Years

2•DaaaaveATX•47m ago•0 comments

Paul Hegarty's updated CS193p SwiftUI course released by Stanford

https://cs193p.stanford.edu/
1•yehiaabdelm•48m ago•0 comments

What They Don't Tell You About Maintaining an Open Source Project

https://andrej.sh/blog/maintaining-open-source-project/
2•andrejsshell•51m ago•0 comments

Meet Your Heroes

https://www.jenn.site/meet-your-heroes/
5•paulpauper•53m ago•0 comments

LLM Latency Live Ranking

https://metrik-dashboard-git-main-mehdis-projects-f1e86c94.vercel.app/
1•mbouassa•54m ago•0 comments

Show HN: Looking Ref Contact for a Foresight Grant ICT Info-Consciousness-Time

https://www.academia.edu/s/8924eff666
1•DmitriiBaturo•54m ago•0 comments

3 things to know about Ironwood, our latest TPU

https://blog.google/products/google-cloud/ironwood-google-tpu-things-to-know/
4•zdw•55m ago•0 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. :)