frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

CodeCortex – Persistent repository knowledge graph for AI coding agents

1•costea•18s ago•0 comments

Big Data on the Cheapest MacBook

https://duckdb.org/2026/03/11/big-data-on-the-cheapest-macbook
1•bcye•28s ago•0 comments

An odd-nosed crocodile ate our prehistoric ancestors

https://www.popsci.com/science/crocodile-ate-prehistoric-humans/
1•Brajeshwar•39s ago•0 comments

Getting to the bottom of TMLE: influence functions and perturbations

https://www.rdatagen.net/post/2026-02-05-getting-to-the-bottom-of-tmle-1/
1•sebg•1m ago•0 comments

The Complete Guide to Zed: A Fast, Modern Editor for Python Developers

https://vikasz.substack.com/p/the-complete-guide-to-zed-a-fast
1•vikasz•2m ago•0 comments

Non-Technical Lessons from 10 Years in Software Engineering

https://vikasz.substack.com/p/10-non-technical-lessons-from-10
2•vikasz•2m ago•0 comments

AI Slop Proof

https://eliocapella.com/blog/ai-slop-proof/
2•eliocs•3m ago•0 comments

The Passive Income Blueprint Smart Entrepreneurs Use to Build Automated Wealth

https://dollarsplan.blogspot.com/2026/03/the-passive-income-blueprint-smart.html
1•aamoudaamoud•3m ago•0 comments

The Caffeine Inception: Coffee, Sleep, and the Greatest Biological Heist

https://vikasz.substack.com/p/the-caffeine-inception-coffee-sleep-516
1•vikasz•3m ago•0 comments

How HN: We mapped 1.3M cultural heritage sites across 7 Nordic countries

https://www.fornland.com/
1•thor_martin•4m ago•1 comments

Parseword, making cryptic crosswords more accessible

https://www.parseword.com
1•wrsh07•6m ago•1 comments

Autoresearch anything – set up your own autonomous research loop

https://github.com/zkarimi22/autoresearch-anything
1•zknowledge•6m ago•0 comments

Ever wondered why video calls feel choppy even on fast internet?

https://github.com/grayguava/libreprobe/
1•grayguava•7m ago•0 comments

Show HN: MicroMoment Apple Watch micro-resets for focus, posture, and wellbeing

https://apps.apple.com/us/app/micromoment-app/id6760236374
1•powerwild•8m ago•0 comments

Show HN: Pitwall – Live F1 Stats in Your macOS Menu Bar

https://pitstop-landing-inky.vercel.app/pitwall
1•silverr•9m ago•0 comments

MCP is not dead Let me explain

https://ricciuti.me/blog/mcp-is-not-dead
1•pablopang•10m ago•2 comments

I planned a 3-week trip across Europe without the usual headaches

https://explorinder.com/
1•pabloceg•11m ago•0 comments

Lutris now being built with Claude AI, developer decides to hide it

https://www.gamingonlinux.com/2026/03/lutris-now-being-built-with-claude-ai-developer-decides-to-...
2•robin_reala•11m ago•0 comments

Xterm Control Sequences (1994)

https://www.xfree86.org/current/ctlseqs.html
1•vinhnx•11m ago•0 comments

Mac Neo and my afternoon of reflection and melancholy

https://twitter.com/stevesi/status/2031842797838614548
1•tosh•12m ago•0 comments

The modern formatting addiction in writing

https://dynomight.net/formatting/
1•surprisetalk•15m ago•0 comments

Dealing with versioning for long-running agents

https://www.restate.dev/blog/dealing-with-versioning-in-long-running-agents?trk=feed-detail_comme...
1•gk1•15m ago•0 comments

Juniors are more valuable than ever [pdf]

https://www.thoughtworks.com/content/dam/thoughtworks/documents/report/tw_future%20_of_software_d...
2•w-m•21m ago•1 comments

WA Income Tax – Real estate agent says 7 people listed homes this week

1•silexia•23m ago•0 comments

The Billionaires' War

https://paulkrugman.substack.com/p/the-billionaires-war
7•xqcgrek2•26m ago•1 comments

A quirk of relativity is the closest thing to achieving immortality

https://bigthink.com/starts-with-a-bang/relativity-physics-immortality/
1•Brajeshwar•27m ago•0 comments

Using AI to make an app that will cut fret slots

https://www.youtube.com/watch?v=4xS-GUuyw2o
1•seesthruya•27m ago•4 comments

Show HN: Elevators.ltd

https://elevators.ltd
3•pkstn•28m ago•2 comments

Show HN: SpotVortex helps SRE teams push more Kubernetes capacity onto Spot

https://github.com/softcane/spot-vortex-agent
1•softcane•28m ago•0 comments

Cutile.jl Brings Nvidia CUDA Tile-Based Programming to Julia

https://developer.nvidia.com/blog/cutile-jl-brings-nvidia-cuda-tile-based-programming-to-julia/
1•pjmlp•29m ago•0 comments
Open in hackernews

Universal Intelligence v1.0 is out AI made simple

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

Comments

bluera•9mo 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.