frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Open in hackernews

Show HN: Turn – A compiled systems language for agentic computation

2•askmuyukani•1h ago
Hey HN,

Over the last few years, we’ve seen an explosion of Python and TypeScript frameworks trying to wrangle LLMs. The problem is that they are bolting non-deterministic, probabilistic compute onto deterministic, sequential languages. You end up with 500 lines of Pydantic models, JSON-parsing retry loops, and async spaghetti just to coordinate two agents.

I built Turn (https://turn-lang.dev) to solve this at the language level. It is a statically-typed, compiled language with a custom Rust bytecode VM, designed specifically to treat LLMs as native ALUs.

The three core primitives of Turn: Cognitive Type Safety (infer Struct): You define a standard struct, and call infer. The VM natively handles the schema constraints at the inference provider level. No manual parsing, no regex hacks. If you ask for a TradeDecision { action: Str, size: Num }, the VM guarantees you get a strongly-typed TradeDecision struct back.

Probabilistic Routing (confidence): Because LLMs hallucinate, confidence is a native binary operator. You can write control flow like: if confidence decision < 0.85 { return Fallback }. The VM inherently tracks the uncertainty of variables.

Erlang-style Actors (spawn_link & receive): Multi-agent orchestration in Python is a race condition nightmare. Turn uses an Actor model. Agents run in isolated VM threads (spawn_link) and communicate strictly via zero-shared-state mailboxes (receive). Turn currently supports Anthropic, Azure OpenAI, standard OpenAI, Google Gemini, xAI Grok, and Ollama out of the box natively via a single environment variable—no SDKs required.

Here is an example of a multi-agent quantitative hedge fund written natively in Turn: https://turn-lang.dev/docs/quant-syndicate

The Rust VM source is open here: https://github.com/ekizito96/Turn

You can test the language live in the browser using your own API keys in our sandboxed playground. Would love to hear your thoughts on treating LLMs as native compute targets at the language level rather than just API wrappers.

OpenAI's "compromise" with The Pentagon is what Anthropic feared

https://www.technologyreview.com/2026/03/02/1133850/openais-compromise-with-the-pentagon-is-what-...
1•joozio•24s ago•0 comments

Bitter winter drags on for Kyiv residents as Russia wipes out power

https://www.theguardian.com/world/2026/feb/13/everything-is-frozen-bitter-winter-drags-on-for-kyi...
1•PaulHoule•1m ago•0 comments

Quantifying the Swiss Marriage Tax

https://gendx.dev/blog/2026/03/02/swiss-marriage-tax.html
1•gendx•2m ago•0 comments

Show HN: Minit Games, a feed-first platform for short-form HTML5 games

https://minit.games/
1•oleschaper•2m ago•0 comments

Show HN:Turn any GitHub .MD into a collaborative editor by replace "g" with tune

https://www.get-colibri.com/
1•jannesblobel•3m ago•0 comments

Linux Flies into Space

https://www.windriver.com/blog/Linux-Flies-into-Space
2•CrankyBear•3m ago•0 comments

Show HN: Alpha of a Speech to Text iOS App (Feature Requests Welcome)

https://kaikunze.de/aimemo/
1•kgarten•3m ago•0 comments

OpenPolicy – Policy-as-Code. Finally

https://www.openpolicy.sh/
2•jamie_davenport•4m ago•0 comments

90% of human expertise is not verifiable

https://twitter.com/phoebeyao/status/2027117627278254176
1•gmays•5m ago•0 comments

Poland Plans Social Media Ban for Kids in Challenge to US Tech

https://www.bloomberg.com/news/articles/2026-02-27/poland-plans-social-media-ban-for-kids-in-chal...
3•danielam•5m ago•0 comments

I code more from my phone than my Mac now

https://macky.dev/#architecture
1•eureka_boy•6m ago•1 comments

Show HN: Tensor Spy: inspect NumPy and PyTorch tensors in the browser, no upload

https://tensorspy.com/
1•jacobn•8m ago•0 comments

Four questions agents can't answer

https://blog.marcua.net/2026/02/25/four-questions-agents-cant-answer.html
2•abnercoimbre•10m ago•0 comments

Show HN: I built a free alternative to Gravit Designer after it shut down

https://studio.wladradchenko.ru
1•wladradchenko•11m ago•0 comments

Making large Postgres migrations practical

https://clickhouse.com/blog/practical-postgres-migrations-at-scale-peerdb
1•__s•11m ago•0 comments

Show HN: Product Model – A structured grammar for bridging PRDs and code

https://github.com/pmTouchedTheCode/product-model
1•jace_yoo•13m ago•0 comments

Google tests new Learning Hub powered by goal-based actions

https://www.testingcatalog.com/google-tests-new-learning-hub-powered-by-goal-based-actions/
1•gmays•14m ago•0 comments

The Vanishing Giants [Coaling Towers] of America's Steam Age

https://thereader.mitpress.mit.edu/the-vanishing-giants-of-americas-steam-age/
2•samizdis•14m ago•0 comments

The Vegetarian Offset

https://hydroindulgence.com/s
1•Dithilli•14m ago•1 comments

Grabchars 2.0 – get keystrokes direct, first update in 36 years

https://github.com/DanielSmith/grabchars
2•buckydigital•14m ago•1 comments

History Rhymes: Large Language Models Off to a Bad Start?

https://michaeljburry.substack.com/p/history-rhymes-large-language-models
1•next_xibalba•16m ago•0 comments

GitHub – Maderix/ANE: Training Neural Networks on Apple Neural Engine

https://github.com/maderix/ANE
2•bilsbie•16m ago•0 comments

Show HN: Engram – Give your terminal an eidetic memory with local AI

https://github.com/TLJQ/engram
2•tljq•17m ago•0 comments

Malus: Clean room engineering of any open-source dependency

https://malus.sh/blog.html
2•ahub•18m ago•1 comments

Euros

https://my-notes.dragas.net/2026/02/22/179-euros/
1•speckx•19m ago•0 comments

5 Takeaways on America's Boom in Billionaires

https://www.nytimes.com/2026/03/02/us/billionaire-boom-takeaways.html
1•bookofjoe•20m ago•1 comments

Ask HN: What is your AI workflow for software projects?

1•LostMyLogin•20m ago•0 comments

TX Ken Paxton calls Conduent 25M PII "largest hack in US history"

https://www.extremetech.com/internet/data-breach-exposes-25-million-americans-in-what-texas-calls...
1•burnt-resistor•20m ago•0 comments

Show HN: Btrc – I built a language with AI in a few weeknights that outputs C11

https://github.com/schiffy91/btrc
2•schiffy•21m ago•0 comments

I can't read books written in the first-person perspective

https://good.afternoonrobot.co.uk/i-cant-read-books-written-in-the-first-person-perspective/
2•robotmay•21m ago•0 comments