frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Cell therapy successful in treating rheumatoid arthritis

https://www.charite.de/en/service/press_reports/artikel/detail/cell_therapy_successful_in_treatin...
1•geox•48s ago•0 comments

Header-only C++20 sorting and selection for unsigned 32-bit and 64-bit integers

https://github.com/morishuz/RadixKit
1•oryx1729•2m ago•0 comments

George Orwell's essay on the atomic bomb anticipates Nineteen Eighty-Four

https://blog.plover.com/book/Orwell-atom-bomb.html
2•speckx•3m ago•0 comments

OpenGEMM: Open-source B200 GEMM kernels

https://github.com/aramesh10/OpenGEMM/tree/main
1•adityar2•5m ago•1 comments

Ask HN: How can I browse HN in dark mode?

4•herodoturtle•5m ago•2 comments

Show HN: Surraura – audio on your Mac in a simulated environment (Helps my ADHD)

1•jahala•6m ago•0 comments

Switching to GNU Guix: A Beginner's Perspective

https://whhone.com/posts/switching-to-gnu-guix/
2•signa11•6m ago•0 comments

Golang developers should try Odin

https://rm4n0s.github.io/posts/2-go-devs-should-learn-odin/
2•signa11•8m ago•0 comments

DeepDog 2: Outperforms Gemini and OpenAI deep research at a fraction of the cost

https://github.com/beneadie/deep_dog_2
2•beneadie01•9m ago•1 comments

Pennsylvania Data Center Limits Are a Threat to Gas Firms, Trade Group Says

https://www.bloomberg.com/news/articles/2026-09-11/pennsylvania-data-center-limits-are-a-threat-t...
1•cdrnsf•9m ago•0 comments

Did Trump Permanently Damage U.S.–Canada Relations? [video]

https://www.youtube.com/watch?v=lsRhHpwZfOk
2•mooreds•14m ago•1 comments

Flectar Mail – native cross-platform email client

https://flectar.com/mail/
1•bj-rn•15m ago•0 comments

Romania soccer introduces black card to 'combat abusive behaviour' from parents

https://www.nytimes.com/athletic/7586821/2026/09/12/football-black-card-referee/
3•thunderbong•15m ago•0 comments

The Smoital System – A method of timekeeping on Mars based on UTC

https://www.benjoffe.com/smoitus
1•mooreds•16m ago•0 comments

A fast, free, and open-source local AWS service emulator built for developers

https://floci.io/floci/
2•mooreds•17m ago•0 comments

Iris-mini – open search agent on Qwen3.6-35B-A3B

https://github.com/AllSpark-Research/Iris
1•iamsyr•17m ago•0 comments

Former CEO of AI Company Joonko Pleads Guilty to Securities Fraud

https://www.justice.gov/usao-sdny/pr/founder-and-former-ceo-artificial-intelligence-company-plead...
1•stikit•18m ago•0 comments

Recurrent Looped Transformer

https://yifanzhang-pro.github.io/recurrent-looped-tranformer/
2•meffmadd•19m ago•0 comments

Branch Ergonomic Chair Pro (Sega Edition) Review: Comfy, Not Boring

https://www.wired.com/review/branch-ergonomic-chair-pro-sega-edition/
1•joozio•22m ago•0 comments

Show HN: 1Baton – a no-code tool for chaining API calls

https://1baton.com
2•sagivy•25m ago•0 comments

MIT: Report on AI Use in Teaching, Learning, and Research Training

https://aiandeducation.mit.edu/
1•trauco•27m ago•0 comments

Mushroom leather may be ready for mass production

https://www.anthropocenemagazine.org/2026/09/plastic-free-fungus-based-leather-is-going-big/
2•speckx•30m ago•0 comments

David Sacks: OpenAI and Anthropic Don't Need Regulations to Pace Frontier Models

https://twitter.com/DavidSacks/status/2098973625252708460
23•kolanos•31m ago•2 comments

The Art and Science of Listening

https://www.gatesnotes.com/home/home-page-topic/reader/the-art-and-science-of-listening
1•andsoitis•32m ago•0 comments

A Cheesehead's View of the World

https://scottsumner.substack.com/p/a-cheeseheads-view-of-the-world
1•paulpauper•33m ago•0 comments

Rapidly scaling online storage to serve over 1B ChatGPT users

https://openai.com/index/scaling-storage-one-billion-users-part-one/
2•porridgeraisin•33m ago•0 comments

Iran 'blew the hell out of' base in Bahrain, acting Navy Secretary admits

https://taskandpurpose.com/news/navy-base-bahrain-iran-damage/
7•ilamont•33m ago•0 comments

Preventing AI Collusion: Are you paying attention now?

https://aiprospects.substack.com/p/preventing-ai-collusion-are-you-paying
1•paulpauper•34m ago•0 comments

A simple model of AI-aided economic growth

https://marginalrevolution.com/marginalrevolution/2026/09/a-simple-model-of-ai-aided-economic-gro...
3•paulpauper•34m ago•0 comments

Zuse Computer Museum Forced to Close

https://www.i-programmer.info/news/82-heritage/19142-zuse-computer-museum-forced-to-close.html
1•vitplister•36m 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. :)