frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

The Cure for Cancer Is Not a Pure Math Benchmark

https://scholars-stage.org/the-cure-for-cancer-is-not-a-pure-math-benchmark/
1•zdw•39s ago•0 comments

The Lamentable Later Life of Lemmings

https://www.filfre.net/2026/09/the-lamentable-later-life-of-lemmings/
1•zdw•3m ago•0 comments

TraceUX – self-hosted session replay, feedback, tickets, and Slack

https://trace-ux.builtbyfrank.dev/
1•fjosue4•3m ago•0 comments

Enjoy it while you can guys, the safeword should be SCIF

https://en.wikipedia.org/wiki/Sensitive_compartmented_information_facility
1•SamInTheShell•4m ago•1 comments

Dracula – Amiga Illustrated Edition

https://giadacu.itch.io/dracula-amiga
1•doener•11m ago•0 comments

Ben-Gvir

https://en.wikipedia.org/wiki/Itamar_Ben-Gvir
1•barrister•18m ago•0 comments

A 137ms Sparse-Matrix 3-SAT Solver for 10k Variables

https://github.com/11developer11/Spectral-Manifold-Methods-for-SAT-Solving
1•khalilovshamil3•19m ago•0 comments

Show HN: Claude Code hits its 5-hour limit, Codex picks up in the same terminal

https://github.com/ucsandman/legcli
1•practicalsystem•19m ago•0 comments

Ben Shapiro

https://en.wikipedia.org/wiki/Ben_Shapiro
3•barrister•20m ago•0 comments

It's not just LG. Every TV company is spying on you

https://www.theverge.com/tech/997682/every-tv-company-is-spying
2•el_duderino•21m ago•0 comments

Ben (BB) Netanyahu

https://en.wikipedia.org/wiki/Benjamin_Netanyahu
2•barrister•21m ago•0 comments

The Doomsday Cult Inside OpenAI – Patrick Boyle [video]

https://www.youtube.com/watch?v=luXnftoxCaM
4•Topfi•23m ago•0 comments

Ragnarok Online client written in Golang

https://github.com/kivutar/goro/
1•blacksoil•23m ago•1 comments

Certify the Conversation, Not Just the AI Agent

https://www.anuclei.com/blog/certify-the-conversation-not-just-the-agent
2•jequals5•24m ago•0 comments

Wandering Around Tokyo on Google Maps

https://ahmedhossamdev.com/writing/my-weird-new-hobby-wandering-around-tokyo/
1•vishnuharidas•24m ago•0 comments

JavaFX 27 Native Image on a Raspberry Pi 5

https://ennerf.github.io/2026/09/18/JavaFX-27-Native-Image-on-a-Raspberry-Pi-5.html
1•0x54MUR41•29m ago•0 comments

Tay Al-Ard

https://en.wikipedia.org/wiki/Tay_al-Ard
2•Bluestein•30m ago•0 comments

Visualizing the ABA Problem: What Crossbeam-Epoch Solves

https://sofiabelen.github.io/projects/visualizing-the-aba-problem/
1•iphonecorridor•31m ago•0 comments

AI Made Delegation Easy: Structure Is Still the Skill

https://syntheticauth.ai/posts/ai-made-delegation-easy-structure-is-still-the-skill
1•andychiare•32m ago•0 comments

Guesswork – zsh autosuggestions ranked by an AI model instead of prefix match

https://guesswork.findmalek.com
1•FindMalek•33m ago•0 comments

Kefitzat Haderech

https://en.wikipedia.org/wiki/Kefitzat_haderech
1•Bluestein•34m ago•0 comments

Agreement between the USA and Denmark (1951,2004) [pdf]

https://www.state.gov/wp-content/uploads/2019/02/04-806-Denmark-Defense.done_.pdf
2•closingreunion•35m ago•0 comments

Delightfully, such expressions are called biscuit conditionals

https://www.futilitycloset.com/2026/09/17/oh-thank-you/
3•beardyw•35m ago•0 comments

Brood War Bench

https://bw.swerdlow.dev/
1•benswerd•36m ago•1 comments

Project Defuse: Defusing the Threat of Bat-Borne Coronaviruses

https://www.documentcloud.org/documents/21066966-defuse-proposal/
1•nycdatasci•39m ago•1 comments

FocusFlow – Turn complex architecture diagrams into 60fps cinematic stories

https://focusflow.tumio.site/
1•xiangc•40m ago•0 comments

Significant Figures: Emmy Noether

https://chalkdustmagazine.com/biographies/significant-figures-emmy-noether/
1•Tomte•41m ago•0 comments

Replacing gas stoves with electric stoves greatly reduces asthma symptoms

https://theconversation.com/replacing-gas-stoves-with-electric-stoves-greatly-reduces-asthma-symp...
1•thelastgallon•41m ago•1 comments

Wes Anderson's Criterion Mobile Closet Picks

https://www.youtube.com/watch?v=oJXKHJeVav0
1•bookofjoe•41m ago•0 comments

Show HN: JJHub – Code collaboration platform for Jujutsu

https://jjhub.dev/
1•jkbbwr•41m ago•1 comments
Open in hackernews

Universal Intelligence v1.0 is out AI made simple

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

Comments

bluera•1y 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.