frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Aha I don't want to lose you

https://blog.rybarix.com/2026/07/19/aha-not-lost.html
1•sandruso•1m ago•0 comments

Artificial cell with a full lifecycle has been created for the first time

https://www.theregister.com/science/2026/07/01/an-artificial-cell-with-a-full-lifecycle-has-been-...
1•GrinningFool•1m ago•0 comments

Show HN: We ranked our dev tools in Google's new AI Overviews

https://zlvox.com/blog/google-ai-overviews-2026-optimize-agentic-search
1•mraadikhokhar•5m ago•0 comments

A computer-assisted 23/33 and ε bound for the binary Goldbach exceptional set

https://goldbach-nine.vercel.app/
1•lorenzosch•8m ago•0 comments

Minecraft: Java Edition now uses SDL3

https://www.minecraft.net/en-us/article/minecraft-26-3-snapshot-4
1•ObviouslyFlamer•9m ago•0 comments

Know if a Rust rewrite is worth it (forkable business idea)

https://zozo123.github.io/rust-it-up/
1•zozo123-IB-IL2•10m ago•0 comments

Assembly Chat – Chat with Any .NET DLL

https://products.documentize.ai/assembly-chat
1•epirogov•13m ago•1 comments

Show HN: Textcaster – social networking where RSS is the protocol

https://textcaster.app
1•rmdes•14m ago•0 comments

Amdgpu performance regression in Kernel 7.0.0-28.28

https://discourse.ubuntu.com/t/amdgpu-performance-regression-in-kernel-7-0-0-28-28/85237
1•doener•19m ago•1 comments

Show HN: Marbles – a Korean marble game built with WebGL

https://plan9.kr/goosl/
1•sungchi•19m ago•0 comments

Thanks for Everything

https://github.com/helis-d/waylou
1•Emirhan123•19m ago•1 comments

Anti-AI protest reaches OpenAI HQ

https://www.msn.com/en-in/money/topstories/anti-ai-protest-reaches-openai-hq-why-protesters-left-...
3•nlpnerd•25m ago•1 comments

Mac app that offers the ability to add artificial mechanical keyboard sounds

https://apps.apple.com/us/app/funkey-mechanical-keyboard-app/id6469420677?mt=12
2•kratikanarad•27m ago•1 comments

PS5 Y2JB Autoloader:Automatically loads the kernel exploit and your elf payloads

https://github.com/itsPLK/ps5-y2jb-autoloader
1•wertyk•27m ago•0 comments

Show HN: WrumWrum – a multiplayer taxi game where you RAM rivals to steal fares

https://wrumwrum.mazurov.me/
2•untaken1583•34m ago•1 comments

The Dangers of Dimethylmercury (2019)

https://www.chemistryworld.com/opinion/the-dangers-of-dimethylmercury-/3010064.article
1•downbad_•35m ago•0 comments

Could AI Be Conscious?

https://www.theguardian.com/technology/2026/jul/19/could-ai-be-conscious
1•rwmj•39m ago•0 comments

Sonic Pi v5 Release Candidate 1

https://www.patreon.com/samaaron/posts/sonic-pi-v5-1-164093369
1•ABS•39m ago•0 comments

Show HN: Guys put QR codes on websites – offline QR decoder

https://devkram.de/these-guys-qr/
1•ulrischa•40m ago•0 comments

Thoughts of a US Factory owner competing with Chinese factories

https://www.youtube.com/watch?v=fqe39Dx-rQ0
1•lifeisstillgood•41m ago•1 comments

I joined the IndieWeb, here's what I learned

https://en.andros.dev/blog/0b8e451e/i-joined-the-indieweb-heres-what-i-learned/
2•andros•42m ago•1 comments

Show HN:MinIO-dash – MinIO admin panel after they removed the Console in 2025

https://github.com/MarceliRacis/minio-dash
2•marceliracis•44m ago•0 comments

Show HN: Akashic – A self-hosted intelligence workspace inspired by Palantir

https://github.com/CaviraOSS/Akashic
4•nullure•46m ago•0 comments

How to Watch the 2026 FIFA World Cup Finals: Spain vs. Argentina

https://www.wired.com/story/how-to-watch-the-fifa-2026-world-cup-07-19-2026/
2•joozio•54m ago•0 comments

I Make a Renaming Batch Software with a Pleasant Graphic

https://apps.microsoft.com/detail/9nl267vtkkmg?hl=en-US&gl=US
2•SolvyCode•57m ago•1 comments

Show HN: Regularly, hand-picked daily logic and number puzzles, no ads

https://regularly.co
3•deepakrb•58m ago•0 comments

AMD Ryzen 7 7700X3D Review: 3D V-Cache Gaming Performance for Less – HotHardware

https://hothardware.com/reviews/amd-ryzen-7-7700x3d-gaming-cpu-review
2•rbanffy•1h ago•0 comments

How Predictable Are Laws? – By Brian Potter

https://www.construction-physics.com/p/how-predictable-are-laws
2•rbanffy•1h ago•0 comments

Show HN: Same castle prompt, 8 LLMs, 24 procedural Three.js worlds

https://castle-bakeoff.pages.dev/
2•valhallarecords•1h ago•0 comments

Ask HN: Would you rent M3 Ultra from me?

2•realaccfromPL•1h ago•0 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.