frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Offline RAG on iOS with Spatial Integration

1•CartoType•2m ago•0 comments

How does a USB keyboard work? (2021) [video]

https://www.youtube.com/watch?v=wdgULBpRoXk
1•nesk_•3m ago•0 comments

Show HN: An attempt to do a healthy screentime app for toddlers

https://tadidum.com/
1•animeshjain•4m ago•0 comments

Sensor Watch

https://www.sensorwatch.net/
1•matheusmoreira•5m ago•0 comments

Chinese company lands a reusable Falcon-9 analog

https://arstechnica.com/space/2026/08/the-floodgates-are-open-after-another-chinese-company-lands...
1•huhtenberg•9m ago•0 comments

Don't Paste the AI, please

https://dontpastetheai.com/
2•pjerem•10m ago•0 comments

ADK is the open-source agent development framework

https://adk.dev/
1•Bluestein•10m ago•0 comments

The wrong unit – Shipping sooner, not faster

https://blog.codemanship.dev/smaller-steps-six-ai-coding-agents
1•Andugal•10m ago•0 comments

Show HN: Nexus Suite – Modular enterprise project management platform

https://nexus-suite-tau.vercel.app
1•pranav_tech26•10m ago•0 comments

AI Influence Level (Ail) v1.0

https://danielmiessler.com/blog/ai-influence-level-ail
2•doener•15m ago•0 comments

μCOM-87: The Strangest Architecture You've Never Worked With

https://ajxs.me/blog/uCOM-87_The_Strangest_Architecture_Youve_Never_Worked_With.html
1•Bluestein•16m ago•0 comments

I Went Looking for the Last Wild Apple Forests [video]

https://www.youtube.com/watch?v=80dkYKwJPv4
1•zeristor•16m ago•0 comments

200B Tokens Later: A Month of Letting AI Agents Decompile MW2

https://momo5502.com/posts/2026-08-17-mw2-decompilation/
1•sunbum•16m ago•0 comments

A perfect example of concept entanglement in generative AI

https://martinanderson.ai/blog/entanglement-in-ai-generation-veronica-carlson-hair.html
1•50kIters•16m ago•0 comments

Purchased a small farm during the lockdown era (w/o a rural background)

https://twitter.com/amandaorson/status/2090128591983898873
2•tosh•18m ago•0 comments

LinkVault – A local-first archive for online learning

https://github.com/Howard-Starfield/LinkVault-Linkedin-Learning-Courses-Downloader
1•sdokdyg5656•23m ago•0 comments

Test-Time Scaling in the Wild: Why Exploitation, Not Exploration

https://arxiv.org/abs/2608.18931
1•sbulaev•24m ago•0 comments

"skipping their no-op fuel starves nothing"

https://github.com/phpstan/phpstan-src/commit/a9260cb3584854f33576b79e20825f8eee3d7a6c
1•Bluestein•28m ago•1 comments

Show HN: OpenIndex – Organising domain knowledge into structured data for agents

https://github.com/DrDroidLab/open-index
1•TheBengaluruGuy•31m ago•0 comments

Carbon memory safety: a first deep dive

https://chandlerc.blog/slides/2026-memory-safety-deep-3/#/
1•coffeeaddict1•31m ago•1 comments

What's happening in a chronic wound? Bacteria, Biofilms, & Senescent cells

https://www.thenakedscientists.com/articles/interviews/whats-happening-chronic-wound
1•zeristor•32m ago•1 comments

Framework responds to complaints that BIOS update bricks Ryzen 7040 laptops

https://arstechnica.com/gadgets/2026/08/framework-responds-to-complaints-that-bios-update-bricked...
1•anthonj•35m ago•1 comments

AWS London gets a new AZ (EU-west-2d)

https://old.reddit.com/r/aws/comments/1vskxac/london_gets_a_4th_az/
2•znpy•35m ago•0 comments

New research shows how psychedelics reorganise the patterns in your brain

https://theconversation.com/new-research-shows-how-psychedelics-reorganise-the-patterns-in-your-b...
1•XzetaU8•36m ago•0 comments

Credit card purchases approved with wrong PIN. Bank says there's nothing wrong

https://www.thestar.com/business/this-etobicoke-business-owner-typed-the-wrong-pin-three-times-vi...
2•computator•36m ago•0 comments

China's wind and solar megabases face a coal test

https://globalenergymonitor.org/research/chinas-wind-and-solar-megabases-face-coal-test
1•leonidasrup•38m ago•0 comments

There are 67 items to manually delete in Google My-Activity

1•whyagaindavid•39m ago•0 comments

China's humanoid robot boom is fueled by government-backed training centres

https://www.ft.com/content/26735a23-315f-47ef-8cf2-6c6ea9713998
2•giuliomagnifico•39m ago•1 comments

Stemdeck – Free, open-source, local stem separation

https://github.com/stemdeckapp/stemdeck
2•m_kos•41m ago•0 comments

Qwen 3.8 27B is a great open model

https://williamcallahan.com/blog/qwen-3-8-27b-is-a-great-open-model
3•wcallahan•42m 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. :)