frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

Open models by OpenAI

https://openai.com/open-models/
1364•lackoftactics•8h ago•531 comments

Genie 3: A new frontier for world models

https://deepmind.google/discover/blog/genie-3-a-new-frontier-for-world-models/
1109•bradleyg223•11h ago•404 comments

Spotting base64 encoded JSON, certificates, and private keys

https://ergaster.org/til/base64-encoded-json/
219•jandeboevrie•6h ago•99 comments

Ollama Turbo

https://ollama.com/turbo
243•amram_art•6h ago•146 comments

Create personal illustrated storybooks in the Gemini app

https://blog.google/products/gemini/storybooks/
73•xnx•4h ago•25 comments

Consider using Zstandard and/or LZ4 instead of Deflate

https://github.com/w3c/png/issues/39
127•marklit•8h ago•71 comments

Claude Opus 4.1

https://www.anthropic.com/news/claude-opus-4-1
639•meetpateltech•8h ago•240 comments

Things that helped me get out of the AI 10x engineer imposter syndrome

https://colton.dev/blog/curing-your-ai-10x-engineer-imposter-syndrome/
699•coltonv•11h ago•535 comments

Scientific fraud has become an 'industry,' analysis finds

https://www.science.org/content/article/scientific-fraud-has-become-industry-alarming-analysis-finds
274•pseudolus•14h ago•235 comments

What's wrong with the JSON gem API?

https://byroot.github.io/ruby/json/2025/08/02/whats-wrong-with-the-json-gem-api.html
36•ezekg•4h ago•8 comments

The First Widespread Cure for HIV Could Be in Children

https://www.wired.com/story/the-first-widespread-cure-for-hiv-could-be-in-children/
63•sohkamyung•3d ago•12 comments

Ask HN: Have you ever regretted open-sourcing something?

113•paulwilsonn•3d ago•145 comments

uBlock Origin Lite now available for Safari

https://apps.apple.com/app/ublock-origin-lite/id6745342698
963•Jiahang•16h ago•383 comments

Kyber (YC W23) is hiring enterprise account executives

https://www.ycombinator.com/companies/kyber/jobs/6RvaAVR-enterprise-account-executive-ae
1•asontha•4h ago

Build Your Own Lisp

https://www.buildyourownlisp.com/
219•lemonberry•13h ago•58 comments

Show HN: Stagewise (YC S25) – Front end coding agent for existing codebases

https://github.com/stagewise-io/stagewise
32•juliangoetze•10h ago•34 comments

US reportedly forcing TSMC to buy 49% stake in Intel to secure tariff relief

https://www.notebookcheck.net/Desperate-measures-to-save-Intel-US-reportedly-forcing-TSMC-to-buy-49-stake-in-Intel-to-secure-tariff-relief-for-Taiwan.1079424.0.html
296•voxadam•7h ago•346 comments

Los Alamos is capturing images of explosions at 7 millionths of a second

https://www.lanl.gov/media/publications/1663/dynamics-of-dynamic-imaging
104•LAsteNERD•10h ago•86 comments

Quantum machine learning via vector embeddings

https://arxiv.org/abs/2508.00024
8•adbabdadb•2h ago•0 comments

Injecting Java from native libraries on Android

https://octet-stream.net/b/scb/2025-08-03-injecting-java-from-native-libraries-on-android.html
4•todsacerdoti•2d ago•0 comments

Cow vs. Water Buffalo Mozzarella

http://itscheese.com/reviews/mozzarella
19•indigodaddy•3d ago•18 comments

Under the Hood of AFD.sys Part 1: Investigating Undocumented Interfaces

https://leftarcode.com/posts/afd-reverse-engineering-part1/
24•omegadev•2d ago•6 comments

AI is propping up the US economy

https://www.bloodinthemachine.com/p/the-ai-bubble-is-so-big-its-propping
114•mempko•6h ago•135 comments

Cannibal Modernity: Oswald de Andrade's Manifesto Antropófago (1928)

https://publicdomainreview.org/collection/manifesto-antropofago/
20•Thevet•2d ago•3 comments

Tell HN: Anthropic expires paid credits after a year

177•maytc•23h ago•88 comments

No Comment (2010)

https://prog21.dadgum.com/57.html
60•ColinWright•10h ago•50 comments

Eleven Music

https://elevenlabs.io/blog/eleven-music-is-here
164•meetpateltech•9h ago•206 comments

Apache ECharts 6

https://echarts.apache.org/handbook/en/basics/release-note/v6-feature/
261•makepanic•18h ago•30 comments

The mystery of Winston Churchill's dead platypus was finally solved

https://www.bbc.com/news/articles/cglzl1ez283o
43•benbreen•2d ago•8 comments

GitHub pull requests were down

https://www.githubstatus.com/incidents/6swp0zf7lk8h
113•lr0•9h ago•151 comments
Open in hackernews

Show HN: Stagewise (YC S25) – Front end coding agent for existing codebases

https://github.com/stagewise-io/stagewise
32•juliangoetze•10h ago
Hey HN, we're Julian and Glenn, and we're building stagewise (https://stagewise.io), a frontend coding agent that lives inside your browser on localhost and operates on local codebases.

You can spawn the agent into locally running web apps in dev mode with `npx stagewise` from the project root. The agent lets you then click on HTML Elements in your app, enter prompts like 'increase the height here' and will implement the changes in your source code.

Before stagewise, we were building a vertical SaaS for logistics from scratch and loved using prototyping tools like v0 or lovable to get to the first version. But when switching from v0/ lovable to Cursor for local development, we felt like the frontend magic was gone. So, we decided to build stagewise to bring that same magic to local development.

The first version of stagewise just forwarded a prompt with browser context to existing IDEs and agents (Cursor, Cline, ..) and went viral on X after we open sourced it. However, the APIs of existing coding agents were very limiting, so we figured that building our own agent would unlock the full potential of stagewise.

Here's how it works: When you run `npx stagewise`, our cli proxies your running web application in dev mode and injects a toolbar containing the coding agent on top of it. Each prompt you send will be enriched with browser context and sent to our cli, which will call our backend and modify the source code of your local codebase accordingly.

Here's a demo of our agent changing the login UI of Cal.com, a popular open-source meeting scheduling app: https://www.youtube.com/watch?v=BkDcAozK9L4.

So far, we've seen great adoption from non-technical users who wanted to continue building their lovable prototype locally. We personally use the agent almost daily to make changes to our landing page and to build the UI of new features on our console (https://console.stagewise.io).

If you have an app running in dev mode, simply `cd` into the app directory and run `npx stagewise` - the agent should appear, ready to play with.

We're very excited to hear your feedback!

Comments

koakuma-chan•8h ago
How do I make an account? There is only an option to Sign In. I entered my email, it said that you sent an email, but there's nothing.
juliangoetze•8h ago
The Sign In option also serves as Sign Up.. I'm having a look at the email issue now!
glenntws•8h ago
Are you using one-time mail providers? Otherwise, please check the spam folder of course. If nothing helps, feel free to join Discord (https://discord.gg/DjMqMnUVCh) and we'll debug this together.
koakuma-chan•7h ago
Hey, I received it, it just took like 10 minutes, I use fastmail
glenntws•7h ago
awesome. hope you enjoy
juliangoetze•7h ago
Did the agent work well after the mail came through?
koakuma-chan•6h ago
I think it ran out of credits before it could finish one task.

Available plugins: @stagewise-plugins/angular

Agent server initialized successfully

Stagewise is running on http://localhost:4200

Proxying app from port 3100

Opening browser...

Credits: [ ------------------------------ ] 1.99/2€

Credits: [ ------------------------------ ] 1.97/2€

Credits: [ ------------------------------ ] 1.95/2€

Credits: [ ------------------------------ ] 1.92/2€

Credits: [ ------------------------------ ] 1.89/2€

[multiEditTool] Editing file public/i18n/en.json (30679 bytes)

[multiEditTool] Edit 0: Replaced 1 occurrence

[multiEditTool] Edit 1: Replaced 1 occurrence

[multiEditTool] Edit 2: Replaced 1 occurrence

[multiEditTool] Edit 3: Replaced 1 occurrence

Credits: [ ------------------------------ ] 1.86/2€

juliangoetze•6h ago
Hmm, the initial credits are usually enough to do 4-5 major tasks and a few more smaller ones. Was the log with 1.86/2 credits the latest?
koakuma-chan•5h ago
Oh maybe it's not that. It showed me "task failed" in the UI, and I saw 1.99/2 in the console, so that's what I assumed.

I'm gonna give it another try a bit later.

juliangoetze•5h ago
Oh okay, seems like there was another issue then, I'll debug. Happy to see a run without issues later
koakuma-chan•2h ago
Good luck!
artahian•8h ago
v0 and lovable have way too much hype, I think what you're doing with stagewise (i.e. being dev-first instead of optimizing for non-developer users) is the real long term use of AI.
glenntws•8h ago
thanks for the kind words! If you have ideas or wishes for next steps, feel free to share.
zote•6h ago
This is what I've been looking for! Tried self hosting the bolt.new editor to achieve something like this and it was terrible. Also interested in hearing about the SaaS you were building, I recently built something in that niche coincidentally drafted at first by v0.
juliangoetze•6h ago
Haha, cool to hear!

We were tinkering with a transport management system because the industry was full of legacy software.

But before we were able to battle-test something, stagewise took off.

Still think that it's an industry worth going for (at least in Germany)

zote•5h ago
Ha, this project has had me thinking about that sector more, I'll try and make an effort and go for it in the future, and congrats you have built something truly useful here.
juliangoetze•6h ago
What were you building? And did it evolve/ has been used by someone?
zote•5h ago
I was building something for a single logistics company; they'd handle clearing and forwarding for their clients as well as transportation if it was required, covered everything from invoicing to fleet management, outsourcing jobs, It's evolved quite a bit considering the initial premise was simply creating quotes and invoicing, maybe It'll end up being a bigger deal in the future
juliangoetze•5h ago
Sounds like the experiences we've had in the industry - even though they're all 'logistics companies', their workflows and requirements differ greatly, even within a niche of a niche. This gave us a hard time building a scalable software that would be useful for as many companies in the industry as possible
aagha•5h ago
Cool!

How does this work for non-UI code?

juliangoetze•5h ago
Do you mean for UI-related changes that also include modifying the backend, or do you mean pure backend changes that don't involve UI at all?
wodow•4h ago
Does it work with Node/JS/TS front ends only, or can it work with other languages and web frameworks?
juliangoetze•2h ago
It will work as long as the project is a web project and runs in the browser. The agent is a pure js snippet and can be injected into any web app
alienbaby•3h ago
existing codebases... so long as they are web applications?
juliangoetze•2h ago
Yep, that's correct. stagewise only works with web applications.
pj_mukh•3h ago
Ugh, looking for something like this for Front-end Mobile Dev (React-Native, Swift etc.). The closest thing I've found is https://www.magicpatterns.com, but that doesn't work on existing repos. Keep that in mind!
juliangoetze•2h ago
Will do so!
juliangoetze•2h ago
The whole 'vibe-coding' space seems a bit underserved for mobile or am I wrong?
pj_mukh•1h ago
Cursor/Claude works decently enough for react-native.

Would love some models optimized for Swift and also closing the loop with the simulator would be clutch.

rrrx3•1h ago
Been using this for a few weeks now, and I love it. I'd love it if yall could add some more design controls!
chatmasta•45m ago
That’s really cool. It’s one of those ideas that seems obvious in retrospect once you see it.

What’s your moat? Especially against companies like Webflow or Vercel who could implement your “product as a feature.” Have you thought about partnering with those sort of companies to white label your solution embedded into their apps?

indigodaddy•35m ago
This is pretty wild. Very clever idea, kudos/congrats.
dchuk•19m ago
Would this work with Ruby on Rails apps that use erb templates? Or does it have to work with JavaScript frameworks on the front end?