frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Low-regret recommendations for AI policy

https://www.noahpinion.blog/p/23-low-regret-recommendations-for
1•paulpauper•22s ago•0 comments

Models Are Getting Dumber on Purpose

https://w4g1.dev/blog/models-are-getting-dumber-on-purpose
1•hruvhwe•1m ago•0 comments

The Problem with Child-Led Potty Training

https://www.theatlantic.com/family/2026/08/potty-training-delay-problem/688299/
1•paulpauper•1m ago•0 comments

The inconvenient truth about writing code by hand [video]

https://www.youtube.com/watch?v=bzYziksDslU
1•ManuelSuarez•1m ago•0 comments

Ask HN: What LLM subscription/provider to use with pi harness?

1•vira28•1m ago•0 comments

More large employers are turning to ICHRA as group costs climb

https://www.insurancebusinessmag.com/us/news/benefits/more-large-employers-are-turning-to-ichra-a...
1•andy99•3m ago•0 comments

Tlbic v12.0: to prevent suicide – To those contemplating ending life

https://drive.google.com/file/d/15-B6usZzpf0LwXpMXkvywnzV9nN568hK/view?usp=drive_link
1•michikawa59•4m ago•1 comments

You can just choose how many bugs you want now

https://nolanlawson.com/2026/08/16/you-can-just-choose-how-many-bugs-you-want-now/
1•headalgorithm•5m ago•0 comments

Simulating Claude-Style Chinese Risk Control and UX in DeepSeek Harness

https://github.com/eri64/dsh-claude-ux
1•Sha1rholder•6m ago•0 comments

Show HN: I built a free ATS for small hiring teams

https://www.interviewwatch.com/ats/
1•bhuvanbk007•7m ago•0 comments

Show HN: Agent6 – coding agent with jailed commands and editable state machines

https://github.com/agent6-dev/agent6
1•elesiuta•10m ago•0 comments

On-device tennis line calling with two iPhones on tripods [video]

https://www.youtube.com/watch?v=Ea2i5mtKng8
1•Austin_Conlon•11m ago•0 comments

Quick-search: An universal search app for Android

https://github.com/teja2495/quick-search/
1•thunderbong•11m ago•0 comments

U and non-U English examples

https://en.wikipedia.org/wiki/U_and_non-U_English
1•isomorph•12m ago•0 comments

Show HN: Declarative-forms – await an object the way prompt() awaits a string

https://wolfoo2931.github.io/declarative-forms/
1•WolfOliver•12m ago•0 comments

John Carlos Baez: How many Erdős problems will be solved by the end of the year?

https://mathstodon.xyz/@johncarlosbaez/117105042105698101
1•ColinWright•13m ago•0 comments

Volonaut Airbike – Test Riding a Flying Speeder Bike [video]

https://www.youtube.com/watch?v=XZpWTHtwceE
1•throwoutway•16m ago•0 comments

Protobuf has LSP support. You're welcome

https://buf.build/blog/protobuf-lsp
2•theanonymousone•17m ago•0 comments

Show HN: WireDoctor – Spring Boot startup and bean cycle analyzer

https://github.com/ddsha441981/wiredoctor
1•ddsha441981•18m ago•0 comments

The Sweeter Lesson

https://cacm.acm.org/opinion/the-sweeter-lesson/
2•bvsrinivasan•18m ago•0 comments

Ask HN: How do you prove two machines computed the same float32 result?

3•Swapnopam•21m ago•1 comments

Why Pi Is My Goat Agent Harness

https://thinhcorner.com/blog/pi-agent/
1•th1nhng0•23m ago•0 comments

Has somebody found a way to reduce AI idiomatics tics?

1•abeauvois•24m ago•0 comments

Nvidia discloses $21B stake in SpaceX at end of second quarter

https://www.cnbc.com/2026/08/14/nvidia-discloses-21-billion-stake-in-spacex-at-end-of-second-quar...
4•johnbarron•24m ago•0 comments

U.S. to tell partners they must pick sides in AI race with China

https://www.cnbc.com/2026/08/15/us-to-tell-allies-they-must-pick-sides-in-ai-race-with-china-reut...
1•johnbarron•26m ago•1 comments

Gforth – A free, fast, featureful and portable implementation of Forth

https://gforth.org/
1•smartmic•29m ago•0 comments

LibreOffice Conference 2026 Schedule

https://events.documentfoundation.org/libreoffice-conference-2026/schedule/
5•mmarian•32m ago•1 comments

Climate tech companies are pivoting to critical minerals

https://www.technologyreview.com/2026/05/21/1137622/climate-tech-pivot-critical-minerals/
2•srameshc•40m ago•0 comments

C64 Lemmings Reloaded

https://lunaticlab.itch.io/lemmings-reloaded
1•vardump•43m ago•0 comments

Xaidr – In-process runtime security and governance for AI agents

https://github.com/delphisecurity/xaidr
2•delphiaisec•43m 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.