frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Eiffel Tower employees strike after female staff removed

https://www.google.com/url?q=https://amp.dw.com/en/eiffel-tower-closed-strike-women-hindu/a-79152...
1•Michelangelo11•6m ago•0 comments

Magic-mushroom compound blocks a side effect of chemotherapy in mice

https://www.nature.com/articles/d41586-026-02744-6
1•tzury•8m ago•0 comments

Switching Password Managers in 2026

https://rmondello.com/2026/09/07/switching-password-managers-2026/
1•wrxd•8m ago•0 comments

CivBench: A Long-Horizon Benchmark for Tool-Mediated Agents in Civilization VI

https://arxiv.org/abs/2609.02459
1•taubek•8m ago•0 comments

Agility Robotics reports $1.8M revenue ahead of humanoid SPAC

https://www.therobotreport.com/agility-robotics-reports-18m-revenue-ahead-of-humanoid-spac/
1•raptortech•9m ago•0 comments

Generals – Conquer the live world map

https://generals.lol
2•mshermamatov•9m ago•0 comments

Do tech billionaires dream of shared abundance? We should probably just tax them

https://theconversation.com/do-tech-billionaires-dream-of-shared-abundance-we-should-probably-jus...
5•billybuckwheat•11m ago•0 comments

Show HN: Typebook engage yourself in reading by painstakingly writing every word

https://typebook.duckdns.org/
1•vegnus•11m ago•0 comments

Robot-Use Agents

https://web.mit.edu/phillipi/www/writing/robot-use-agents.html
1•hardmaru•11m ago•0 comments

Autistici.org Domain Taken Down

https://autistici.org
2•oriettaxx•14m ago•1 comments

Web Import Master: rebuild a live web page as a Figma design with auto layout

https://www.figma.com/community/plugin/1630132577257927426
1•evgeniiarts•15m ago•0 comments

Fx2-Cmix-Transformer

https://mattmahoney.net/dc/text.html#0969
1•soltanov•17m ago•0 comments

ToolHive Is Open-Source

https://www.helpnetsecurity.com/2026/09/07/toolhive-open-source-mcp-server-security/
1•noobplus•19m ago•0 comments

AI crawler user-agents are being spoofed to reach cloud metadata endpoints

https://honeylabs.net/blog/spoofed-ai-crawlers-one-client
1•honeylabs•23m ago•0 comments

Where Good Decisions Don't Add Up

https://medium.com/@gurvinder372/article-11-where-good-decisions-dont-add-up-e3a3714792dc
1•gps372•23m ago•0 comments

Navier-Stokes – Tristan Buckmaster [pdf]

https://cims.nyu.edu/~tristanb/statement.pdf
8•procedurecall•25m ago•1 comments

Famous Unsolved Math Problems as Homework(2015)

https://blogs.ams.org/matheducation/2015/05/01/famous-unsolved-math-problems-as-homework/
1•nill0•26m ago•0 comments

'Global reckoning for big tech': Australia to force opt-out of social algs

https://www.theguardian.com/australia-news/2026/sep/08/australia-social-media-algorithm-switch-of...
2•ggm•35m ago•0 comments

An AI that talks like a friend, jumps in, interrupts and keeps the convo going

https://www.echohive.ai/deep-talk-buddy
1•echohive42•36m ago•0 comments

Electrostatic Cathode Ray Tube Project 1 (2014)

https://labguysworld.com/Project_ESCRTs_001.htm
1•userbinator•42m ago•0 comments

Multi-Agents LLM Financial Trading Framework

https://github.com/TauricResearch/TradingAgents
2•fittingopposite•47m ago•0 comments

I scraped 10,555 ivf rounds rounds from forum posts around the world

https://eggs.help
2•grapefruitjuice•47m ago•0 comments

Clean Web-to-Markdown: Fast HTML Extraction for LLMs and RAG

https://markdown.usemy.cloud/
2•petoz•53m ago•0 comments

What may happen in the next hundred years?(1900)

https://earlyradiohistory.us/1900next.htm
2•o4c•56m ago•1 comments

My Feed, My Way

https://www.pm.gov.au/media/my-feed-my-way
31•dotcoma•57m ago•14 comments

KDE's new Photos app offers a sleek alternative to Gwenview

https://www.omgubuntu.co.uk/2026/09/kde-photos-app-replace-gwenview
2•fork-bomber•1h ago•0 comments

Mistral raises €3B to make sovereign, open-weight AI the technology frontier

https://mistral.ai/news/mistral-makes-sovereign-open-weight-ai-to-frontier/
29•kuberwastaken•1h ago•6 comments

The 100x Engineer Certification

https://100x.iamdevloper.io/
2•Curiositry•1h ago•0 comments

Ask HN: Best Platforms to Orchestrate Agents

1•venkat971•1h ago•0 comments

How One Connection Kills a Database

https://planetscale.com/blog/debugging-live-database-connections
1•vzhou842•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.