frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Building a Biomedical GraphRAG: When Knowledge Graphs Meet Vector Search

https://aiechoes.substack.com/p/building-a-biomedical-graphrag-when
1•Anon84•1m ago•0 comments

Looking For–and Finding?–Workshop Makers' Marks on Late Roman Diatreta

https://journals.publishing.umich.edu/jgs/article/id/6943/
1•gradus_ad•9m ago•0 comments

The Futile Quest for Artificial Intelligence (2006)

https://archive.skeptic.com/archive/reading_room/artificial-intelligence-gone-awry/
2•pbw•11m ago•0 comments

The Austrian heiress giving away her fortune

https://www.abc.net.au/news/2025-11-30/rich-heiress-giving-away-all-her-wealth/106077200
1•defrost•14m ago•0 comments

IPv4 Internet Map

https://map.bgp.tools/
1•basilikum•15m ago•0 comments

Tell HN: I'm posting this while in flight over Atlantic Ocean

2•novateg•17m ago•1 comments

'Deeply demoralizing': how Trump derailed coal country's clean-energy revival

https://www.theguardian.com/environment/2025/nov/29/trump-coal-country
1•tzs•17m ago•0 comments

Trump says he will pardon former Honduran president serving for drug-trafficking

https://www.cnn.com/2025/11/28/politics/trump-honduran-president-juan-orlando-hernandez-pardon
2•clanky•20m ago•0 comments

Great device, wrong problem: Two months with the Ultrahuman Air

https://kix.dev/great-device-wrong-problem-two-months-with-the-ultrahuman-air/
1•kixpanganiban•21m ago•0 comments

Bought a Broken CNC Lathe They Don't Want Me to Fix [video]

https://www.youtube.com/watch?v=BuQZeiAugp4
1•vermontdevil•23m ago•0 comments

Continuous Thought Machines

https://arxiv.org/abs/2505.05522
2•Anon84•24m ago•0 comments

Intro to Raft [video]

https://www.youtube.com/watch?v=uXEYuDwm7e4
1•manveerc•31m ago•0 comments

Show HN: The Financial Planner Built on Scenario Modeling

http://finp4l.com
1•drisw•34m ago•0 comments

World Economic Forum: Top Emerging Technologies of 2025

https://www.weforum.org/publications/top-10-emerging-technologies-of-2025/digest/
4•manveerc•35m ago•1 comments

Survey: How Musicians Use AI

https://www.landr.com/ai
1•norrsson•38m ago•0 comments

You're on Ozempic? How Quaint

https://www.theatlantic.com/health/2025/11/weight-loss-drugs-customized/685077/
1•JumpCrisscross•45m ago•1 comments

Parkrun is an unwitting British public-health success

https://www.economist.com/britain/2025/10/24/parkrun-is-an-unwitting-british-public-health-success
1•bookofjoe•46m ago•1 comments

Show HN: Async version for Rust std::sync and more

https://github.com/fast/mea
1•tison•1h ago•0 comments

Safepay: Jobs get done. Payments get released. No stress, no surprises

https://safepayhq.com/
2•Mahmudahmed•1h ago•0 comments

Verbal Knobs. We owe the answers we proxy

https://fnhipster.com/posts/verbal-knobs
1•fnhipster•1h ago•1 comments

Candy Desk

https://en.wikipedia.org/wiki/Candy_Desk
4•65•1h ago•0 comments

104 elite skydivers set world record in physics-defying formation

https://www.indiatoday.in/science/story/watch-104-elite-skydivers-set-world-record-in-physics-def...
1•ashishgupta2209•1h ago•0 comments

Show HN: Cryptopp-modern – maintained Crypto++ fork with BLAKE3, Argon2, CMake

https://github.com/cryptopp-modern/cryptopp-modern
1•CoraleDev•1h ago•0 comments

Built a Free, Unlimited Screen Recorder Because Everything Else Annoyed Me

https://www.indiehackers.com/post/built-a-free-unlimited-screen-recorder-because-everything-else-...
4•showesome•1h ago•1 comments

Microsoft CEO taps advisor to 'rethink' the company's business for the AI era

https://www.businessinsider.com/nadella-taps-adviser-rethink-new-economics-ai-memo-shows-2025-11
2•SilverElfin•1h ago•0 comments

Baikonur pad damaged in Soyuz launch to ISS

https://spacenews.com/baikonur-pad-damaged-in-soyuz-launch-to-iss/
4•Anon84•1h ago•0 comments

"Disagree and Let's See"

https://mollyg.substack.com/p/disagree-and-lets-see
1•benwerd•1h ago•0 comments

The Writing Is on the Wall for Handwriting Recognition

https://newsletter.dancohen.org/archive/the-writing-is-on-the-wall-for-handwriting-recognition/
2•myth_drannon•1h ago•0 comments

The Gist of Western Philosophy

https://youtu.be/7XcwlDnwai0
2•m-hodges•1h ago•0 comments

Tkr.life

https://tkr.life/
1•agendacreativa•1h ago•1 comments
Open in hackernews

Universal Intelligence v1.0 is out AI made simple

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

Comments

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