frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

The Indie Hacker Economy Is a Pyramid Scheme

https://medium.com/westenberg/the-indie-hacker-economy-is-a-pyramid-scheme-d06cb5789648
2•joanwestenberg•1m ago•0 comments

I Championed Prediction Markets. Look What They've Become

https://newsletter.platypuseconomics.com/p/i-championed-prediction-markets-look
2•NomNew•7m ago•1 comments

Triton: DirectX 11 Driver for QEMU

https://blog.getutm.app/2026/introducing-triton-directx-11-driver-for-qemu/
1•thunderbong•11m ago•0 comments

Show HN: Simple HIIT timer for efficient workouts

https://www.hiitmeup.fit/
1•takee•12m ago•0 comments

How the Atmos Clock Functions

https://atmos-atelier.de/en/atmos-uhr/
1•r3trohack3r•13m ago•0 comments

PGSimCity - How PostgreSQL Works

https://nikolays.github.io/PGSimCity/
2•jonbaer•13m ago•0 comments

Show HN: Turn an image into a 3D blockbench model

https://github.com/orca-gamedev/img2blockbench
1•ekduman•14m ago•0 comments

DLC Protect – Open-Source ECDH Encryption for Steam DLCs

https://github.com/Schummlerr/steam-dlc-protection-sdk-
1•DLCProtect•14m ago•0 comments

Liveness proofs in Veil: Part 1

https://proofsandintuitions.net/2026/06/24/liveness-proofs-in-veil-part-1/
1•Kinrany•15m ago•0 comments

Open coordination stack for lattice-building robot swarms

https://github.com/jdyar/discrete-assembly-sim
1•JoshuaDryer•18m ago•0 comments

Quebec scraps AI and automation projects in the public sector

https://www.ctvnews.ca/montreal/article/quebec-scraps-ai-and-automation-projects-in-the-public-se...
1•cdrnsf•18m ago•0 comments

Odella [video]

https://www.youtube.com/watch?v=ZdMyH3sd62I
2•jordanhparker6•21m ago•0 comments

Show HN: Blind-box commerce made easy

https://chancey.run
1•13001r•21m ago•0 comments

Unlocking the Halo: Campaign Evolved Secret Debug Menu

https://den.dev/blog/halo-campaign-evolved-secret-menu/
1•daveidol•23m ago•0 comments

UBI-ticon: High Effort Feature Film using programmatic sonification

https://pub-a9c6b18d683e4256aa5a2552ad1e90ce.r2.dev/cali-2026/02_PICTURE/trailer/UBITICON_CALI_20...
1•MaybeGoodRoyal•24m ago•1 comments

Open-source 3D-printed portable MRI machine built for under $70k

https://www.tomshardware.com/tech-industry/artificial-intelligence/open-source-3d-printed-portabl...
4•sbulaev•25m ago•0 comments

Show HN: Port Zero – how I learned to stop worrying and love PORT=0

https://portzero.net/
2•octopoc•29m ago•0 comments

Data centres in NZ: Jobs creators or destroyers?

https://www.rnz.co.nz/news/politics/805470/data-centres-in-nz-jobs-creators-or-destroyers
4•billybuckwheat•29m ago•0 comments

Qwen 27B with local well writen tools just as powerful as cluade models?

3•llmdreamer•37m ago•0 comments

From A.I. To the Deep State, Michel Foucault Foresaw It All

https://www.nytimes.com/2026/07/10/books/review/michel-foucault-ai-tech-power.html
1•bookofjoe•38m ago•2 comments

A Personal Note from Our Founder (2025)

https://hindenburgresearch.com/gratitude/
2•pinkmuffinere•38m ago•0 comments

Visualizing the Artemis II Mission

https://foxglove.dev/blog/visualizing-the-artemis-ii-mission
3•intrepidsoldier•42m ago•0 comments

Ask HN: Is Zig worth it over Rust in 2026?

2•soywod•44m ago•0 comments

Most Googlebots Are Fake

https://digitalseams.com/blog/most-googlebots-are-fake
3•bobbiechen•46m ago•1 comments

Jeffy Loop, an autonomous code improvement loop for Claude Code

https://github.com/lenamonj/jeffy-loop
2•lenamonj•47m ago•0 comments

Fonts In Use – Find out where a font is used

https://fontsinuse.com/
2•open_•47m ago•0 comments

From Soft to Hard Skills

https://creators.industries/research/hard-skills
4•noreplydev•51m ago•0 comments

Show HN: Lowkey Studio – Shader Powered visual effects compositor in the Browser

https://lowkeyviewer.com/studio/
2•tracerbulletx•53m ago•0 comments

AI Moves into Family Life

https://www.axios.com/2026/07/25/ai-family-parenting-productivity
2•karakoram•54m ago•0 comments

How to self-host servers in your living room on static IPs

https://vimuser.org/l2tp.html
8•birdculture•57m 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.