frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

We beat Google's zero-knowledge proof of quantum cryptanalysis

https://blog.trailofbits.com/2026/04/17/we-beat-googles-zero-knowledge-proof-of-quantum-cryptanal...
2•ingve•1m ago•0 comments

Show HN: My fun laugh inducing/team building app, for dev or sales team

https://gifoftheweek.com
1•etiennead•3m ago•0 comments

One source of truth for buy-it-for-life products: would love your feedback

https://www.izyt.io/
1•lucci11•5m ago•1 comments

Who Wrote These Laws

https://agelesslinux.org/lobbyists.html
1•pbiggar•5m ago•0 comments

SteamOS ARM64 Reaches Nintendo Switch in First Experiment

https://onejailbreak.com/blog/steamos-runs-on-nintendo-switch/
1•SockThief•6m ago•0 comments

Mozilla launches Thunderbolt AI client with focus on self-hosted infrastructure

https://arstechnica.com/ai/2026/04/mozilla-launches-thunderbolt-ai-client-with-focus-on-self-host...
1•tomrod•8m ago•0 comments

Rust Koans

https://rust-koans.stonecharioteer.com
2•stonecharioteer•10m ago•0 comments

As helium-3 runs scarce, researchers seek new ways to chill quantum computers

https://www.science.org/content/article/helium-3-runs-scarce-researchers-seek-new-ways-chill-quan...
1•bookofjoe•11m ago•0 comments

FortyOne OS – an SMS-first open-source multi user AI assistant OS

1•glitchnsec•11m ago•0 comments

Why Another US Attempt on Greenland Looks Worryingly Inevitable [video]

https://www.youtube.com/watch?v=g1Bup39kwyM
1•Imustaskforhelp•12m ago•0 comments

I Streamed My Hard Drive to the World [video]

https://www.youtube.com/watch?v=Qmds7-mwCMg
1•edward28•13m ago•0 comments

Billionaire John Arnold Warns of Debt, Addiction in Online Sports-Betting Boom

https://www.bloomberg.com/news/articles/2026-04-17/billionaire-john-arnold-warns-of-debt-addictio...
1•helsinkiandrew•14m ago•1 comments

OPC Workflow – Three Markdown files that enforce discipline on AI coding tools

1•yoyayoyayoya•14m ago•0 comments

The macOS 26 Clock app still has an obvious bug

https://eclecticlight.co/2026/04/17/five-months-later-and-the-clock-app-still-has-an-obvious-bug/
1•chmaynard•15m ago•0 comments

AI Wall of Shame

https://www.aiwallofshame.com/
1•pain_perdu•15m ago•1 comments

Custom .af video format for WebCodecs: frame-accurate playback without <video>

https://github.com/activetheory/activeframe
2•luruke•15m ago•0 comments

The Guide to Free AI API Keys: 6 Platforms You Need to Know

https://www.yashkapure.com/en/blog/free-api-key-platforms-for-ai-usage/
1•yashkapure•17m ago•0 comments

Against Big Tech Credentialism

https://alexwennerberg.com/blog/2026-04-16-credentials.html
1•Sukram21•19m ago•0 comments

FPGA Powers DIY USB Scope and Signal Generator

https://hackaday.com/2026/04/16/fpga-powers-diy-usb-scope-and-signal-generator/
1•renw0rp•20m ago•0 comments

Show HN: NotchPrompter – A simple, open-source teleprompter for macOS,no AI-slop

https://github.com/jpomykala/NotchPrompter
1•jpomykala•20m ago•0 comments

Ask HN: Getting depressed day by day, how to cope?

5•throwaw12•21m ago•1 comments

Gemma, my precious

https://philipmw.github.io/blog/2026/04/gemma-my-precious/
3•pmw•27m ago•0 comments

RISC in PicoGK – creating a geometry core with a reduced instruction set (2023)

https://jlk.ae/2023/12/06/the-power-of-reduced-instruction-sets/
2•mpweiher•29m ago•0 comments

Multi merge sort, or when optimizations aren't

https://nibblestew.blogspot.com/2026/04/multi-merge-sort-or-when-optimizations.html
2•ingve•30m ago•0 comments

Hacker News Daily Audio Digest for Commuters

https://code2cast.com/org/hackernews/podcasts/hn-daily-digest
4•willbrazil•31m ago•1 comments

Printed neurons communicate with living brain cells

https://news.northwestern.edu/stories/2026/4/printed-neurons-communicate-with-living-brain-cells
2•robbomacrae•33m ago•0 comments

I collect first sale stories from founders

https://firstsalestories.com
2•jyriso•33m ago•0 comments

There Are Three Aardvarks (2024)

https://freakytrigger.co.uk/wedge/2024/02/there-are-three-aardvarks
2•wise_blood•35m ago•0 comments

Alchemy and Machinery: What Apple's Steve Jobs Can Teach Pronatalists

https://www.governance.fyi/p/alchemy-and-machinery-what-apples
2•guardianbob•35m ago•0 comments

How Silicon Valley Is Turning Scientists into Exploited Gig Workers

https://www.thenation.com/article/society/ai-silicon-valley-andreesen-thiel-stem/
3•ZunarJ5•38m ago•0 comments
Open in hackernews

Universal Intelligence v1.0 is out AI made simple

https://github.com/blueraai/universal-intelligence
1•bluera•11mo ago

Comments

bluera•11mo ago
Hey HackerNews, for the past few years I've been exploring machine learning, from modeling all sorts of things, to language and vision models, all the way up to the other "consumer" end of the spectrum: using and crafting agentic apps. The learning curve has been steep, and the field moves fast. It's a lot for anyone to absorb.

I thought, having gone through this, can I use what I learned to make it easier for the person that comes next? That's where I am today.

With that in mind, I've started with open sourcing a project aimed at *simplifying and standardizing the usage of models, tools and agents*, so anyone can start coding and deploying cross-platform AI apps on day 1, without any prior AI experience, without learning engines or frameworks, and *on any hardware* (model, quantization, engine, backend all dynamically set by default, optimized for your device). The interface is later customizable, so it grows with you as you learn, up to production readiness.

This is all you need to get started:

=====================================================

from universal_intelligence import Model

model = Model()

result, logs = model.process("Hello, how are you?")

=====================================================

- Both local and cloud-based models are available, with the same simple interface. Can be instantly swapped.

- Similar APIs are made available for tools and agents —all of which are composable, interoperable, and capable of sharing hardware resources to scale at virtually no cost.

- Available in Python or JS/Typescript, usable anywhere (desktop, mobile, web, cloud).

- Can work with your favorite agent framework and MCP tools if you'd like.

Also, no more managing tokens or fetching “['choices'][0]['message']['content']”.

I'd love to hear about your experience and challenges, to think about where to take this next.