frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

A clicker where you try to outrun compound interest

https://therichdont.work
1•parasti•5m ago•0 comments

How Passkeys Work – and How to Use Them

https://www.wired.com/story/what-is-a-passkey-and-how-to-use-them/
2•mhb•8m ago•0 comments

How Anime Took over America

https://www.nytimes.com/interactive/2025/09/03/magazine/anime-manga-pokemon-demon-slayer-dragon-b...
1•ripe•8m ago•0 comments

Show HN: The Open-Source Bastion Host I Refactored in Three Months

https://github.com/veops/oneterm
3•leo0808•10m ago•0 comments

NanoIMG – AI image editor for instruction‑based photo editing

https://nanoimg.com
1•chasecyang•14m ago•0 comments

I do nothing and it is breaking me

https://old.reddit.com/r/TheCivilService/comments/1n7pfru/i_do_nothing_and_it_is_breaking_me/
1•barry-cotter•14m ago•0 comments

Orchard Robotics raises $22M for farm vision AI

https://techcrunch.com/2025/09/03/orchard-robotics-founded-by-a-thiel-fellow-cornell-dropout-rais...
1•fcpguru•17m ago•1 comments

Loops, the federated TikTok alternative is now open source

https://github.com/joinloops/loops-server
2•rapnie•18m ago•0 comments

Framework Making Printers

https://twitter.com/frameworkputer/status/1963343264876269979
7•ksec•20m ago•2 comments

Sqlalchemy-tenants: Because "oops, forgot WHERE tenant= " is not fun

https://github.com/Telemaco019/sqlalchemy-tenants
3•Telemaco019•24m ago•0 comments

Google doesn't have to sell Chrome but must share some data with rivals

https://apnews.com/article/google-search-antitrust-remedies-chrome-846916fda0943c5fa359385044a02c8b
2•Y_Y•25m ago•0 comments

The Shape of Time

https://secondvoice.substack.com/p/the-shape-of-time
1•Philosopheril•26m ago•0 comments

Wendelstein 7-X sets new performance records in fusion research

https://www.ipp.mpg.de/5532945/w7x
1•fanf2•27m ago•0 comments

Oregon, Washington, California form alliance to protect vaccine access

https://www.opb.org/article/2025/09/03/vaccines-oregon-washington-california-cdc/
2•geox•27m ago•0 comments

Putin: "Immortality" coming soon through continuous organ transplants

https://arstechnica.com/health/2025/09/strong-men-hot-mics-putin-and-xi-dream-about-immortality-l...
2•voxadam•28m ago•2 comments

Challenge yourself to consistency and stay accountable to a community that cares

https://www.habittree.space
2•benardogutu65•28m ago•0 comments

Show HN: Neural Siege – a text-based experiment in resisting rogue AI persuasion

2•kadzaki•32m ago•0 comments

Hackers use Ethereum smart contracts to conceal malware in code libraries

https://www.theblock.co/post/369447/hackers-use-ethereum-smart-contracts-malware-npm
1•Brysonbw•33m ago•0 comments

PyannoteAI sets a new standard for speaker diarization with Precision-2

https://www.pyannote.ai/blog/precision-2
1•hbredin•33m ago•0 comments

What Is the Fourier Transform?

https://www.quantamagazine.org/what-is-the-fourier-transform-20250903/
2•nsoonhui•34m ago•0 comments

A Primer to Vestibular Disorders

https://www.a11yproject.com/posts/understanding-vestibular-disorders/
1•8organicbits•34m ago•0 comments

Signals and Threads – Why ML Needs a New Programming Language

https://signalsandthreads.com/why-ml-needs-a-new-programming-language/
2•todsacerdoti•38m ago•0 comments

Strategically Holding Back Bugs and Patches [pdf]

https://rya.nc/files/strategically_holding_back_bugs_patches_spw25.pdf
2•todsacerdoti•44m ago•0 comments

Proton: Talk Confidentially, Coming Soon

https://meet.proton.me/
2•teekert•47m ago•1 comments

How to quickly transcribe meetings and courses?

https://notegpt.io/speech-to-text
2•Lemarie•48m ago•0 comments

The Hipster PDA (2004)

http://www.43folders.com/2004/09/03/introducing-the-hipster-pda
1•HuwFulcher•49m ago•0 comments

Comprehensive Guide to Text-to-Image Quality Metrics

https://docs.thestage.ai/tutorials/source/text2image_evaluation_tutorial.html
4•hyp0thetical•49m ago•1 comments

[link dead] C++'s Greatest Flaw

https://harshal.is-cool.dev/blog/programming/2025/09/03/c-s-greatest-flaw.html
3•saturnyx•50m ago•1 comments

Volkswagen to make EVs more affordable, starting with the ID.Polo and a new SUV

https://electrek.co/2025/09/03/meet-volkswagen-id-polo-affordable-ev-coming-soon/
6•breve•52m ago•0 comments

Live demo of building declarative trance music in Strudel [video]

https://www.youtube.com/watch?v=HkgV_-nJOuE
1•simonjgreen•53m ago•0 comments
Open in hackernews

Show HN: Prototyper – AI design platform with its own compiler and runtime

https://www.getaprototype.com
3•thsvrrck•2h ago
Hi HN,

I’m Thijs, new to the community and excited (and a bit nervous) to share what I’ve been working on: it's called Prototyper.

The motivation: I was curious how much more "taste" you could get out of an LLM if you built the entire infra yourself: tool calling, code execution, rendering—instead of layering on top of existing stacks. Over the past year I built a custom compiler, runtime, and design engine from scratch to see if this could make LLM-driven design genuinely better.

A few details:

- Own compiler + code runtime → no shadcn, no third-party UI kit, no external execution layer.

- Instant feedback (no compile/refresh lag).

- Deterministic design controls that integrate with llm-generated code.

Because we control the full stack, we can try things that I haven’t seen elsewhere, like inference tightly coupled with live code execution, or new approaches to integrating design controls with llm generated code.

It’s still early, and I’d love feedback from the HN community: is this approach actually better than what’s out there today? Everyone gets a free week to try it.

Happy to dive into the tech in the comments! :)

—Thijs

Comments

cvaambikapur•1h ago
nice idea
thsvrrck•1h ago
thanks! what do you like most about the approach—own compiler/runtime, no third-party UI kit?