frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

50x Faster Post-Training

https://www.workshoplabs.ai/blog/post-training-50x-faster
1•addiefoote8•57s ago•0 comments

Show HN: RepoCrunch – CLI to analyze GitHub repos

https://github.com/kimwwk/repocrunch
1•chillkim•1m ago•1 comments

How Russia's new elite hit squad was compromised by Google Translate

https://theins.press/en/inv/290235
1•dralley•3m ago•0 comments

Notes from the trough of sorrow: why we killed our own product

1•timshell•4m ago•0 comments

Q&A: Why does gas set the price of electricity – and is there an alternative?

https://www.carbonbrief.org/qa-why-does-gas-set-the-price-of-electricity-and-is-there-an-alternat...
2•mariuz•4m ago•0 comments

Rescreen: Give agents control of your screen, securely

https://github.com/ygwyg/rescreen
1•handfuloflight•5m ago•0 comments

Depot Raised a $10M Series A

https://depot.dev/blog/depot-raises-series-a
2•eatonphil•6m ago•0 comments

How Predictable Are the Oscars?

https://futuresearch.ai/oscars/
4•nbosse•9m ago•1 comments

Revealed: Face of 75,000-year-old female Neanderthal from cave

https://www.cam.ac.uk/stories/shanidar-z-face-revealed
3•thunderbong•10m ago•0 comments

AI agent 'lobster fever' grips China despite risks

https://techxplore.com/news/2026-03-ai-agent-lobster-fever-china.html
2•Brajeshwar•10m ago•0 comments

LDP: Identity-Aware Routing for Multi-Agent LLMs – 37% Less Tokens

https://arxiv.org/abs/2603.08852
1•prakashsunil•11m ago•0 comments

When code is free, research is all that matters

https://twitter.com/amytam01/status/2031072399731675269
1•gmays•12m ago•0 comments

Lessons from scaling ClickHouse to petabytes of AI observability data

https://langfuse.com/blog/2026-03-10-simplify-langfuse-for-scale
2•marcklingen•13m ago•0 comments

Self-Driving Corporations (2020)

https://interconnected.org/home/2020/11/17/self_driving_corporations
1•alcazar•13m ago•0 comments

The Colorado River Does Not Reach 2030

https://drlennecefer.substack.com/p/the-colorado-river-does-not-reach
1•ThemalSpan•14m ago•0 comments

I built a GDPR analytics alternative to Google Analytics

https://eurometrics.eu
1•snesmachny•14m ago•0 comments

Lost in Backpropagation: The LM Head Is a Gradient Bottleneck

https://arxiv.org/abs/2603.10145
1•famouswaffles•14m ago•0 comments

The web in 1000 lines of C

https://maurycyz.com/projects/tinyweb/
1•maurycyz•15m ago•0 comments

Treat Interfaces as Organizational Treaties

1•davidvartanian•16m ago•0 comments

Open source UnigetUI bought by Devolutions Inc

https://github.com/Devolutions/UniGetUI/discussions/4444
2•erremerre•16m ago•0 comments

Ask HN: Best Practices for Agent Airgapping?

1•bmau5•19m ago•0 comments

Ask HN: App for clean movie/TV shorts?

3•dev181•19m ago•0 comments

How an Electrician from Kentucky Built an AI Startup with Claude

https://twitter.com/vivilinsv/status/2031826324667711774
1•pretext•19m ago•0 comments

Who's a Better Writer: A.I. Or Humans? Take Our Quiz

https://www.nytimes.com/interactive/2026/03/09/business/ai-writing-quiz.html
1•A_Duck•22m ago•1 comments

Show HN: MaximusLLM, Breaking transformer's O(N^2) and O(V) scaling bottlenecks

https://github.com/yousef-rafat/MaximusLLM/tree/main
1•yousef_g•22m ago•0 comments

Show HN: We built a billion row spreadsheet

https://rowzero.com
1•breckognize•23m ago•0 comments

Indiehacking: Lessons from 9K USD in Facebook Ad Spend [video]

https://www.youtube.com/watch?v=xoe_l67ZReU
3•mesmertech•23m ago•1 comments

Show HN: Thermal Receipt Printers – Markdown and Web UI

https://github.com/sadreck/ThermalMarky
1•howlett•23m ago•0 comments

Harness Engineering for Coding Agents

https://www.humanlayer.dev/blog/skill-issue-harness-engineering-for-coding-agents
2•0xblacklight•24m ago•0 comments

Amazon AI Outage Financial Times Correction

https://www.aboutamazon.com/news/company-news/amazon-outage-ai-financial-times-correction
2•super_linear•24m ago•0 comments
Open in hackernews

How to Build an ML Framework in Rust, from Scratch, in a Weekend

https://www.erikkaum.com/blog/zml/
2•erikkaum•1h ago

Comments

erikkaum•1h ago
I've been interested in ZML for a long time: how does it work, what makes it good? To understand the stack properly, so I built a minimal version of ZML in Rust. And wrote a blog about it. It's essentially a trace-based tensor compiler for Rust. Build computation graphs with a familiar tensor API, lower them to StableHLO MLIR, and execute through PJRT on CPU.

It even runs SmolLM2 on CPU, 5 tok/s.