frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Juno Neutrino Observatory Releases First Results

https://www.scientificamerican.com/article/juno-neutrino-observatory-releases-first-results/
1•quapster•43s ago•0 comments

Brain Has a Built-In Isolation Mode

https://neurosciencenews.com/neuroscience-sickness-isolation-29979/
1•gmays•2m ago•0 comments

WeDo: Collaborative gift registry that solves the holiday coordination headache

https://www.wedoto.day
1•tmanderson•7m ago•1 comments

Prepared Statements? Prepared to Be Vulnerable

https://blog.mantrainfosec.com/blog/18/prepared-statements-prepared-to-be-vulnerable
1•eqarmada2•9m ago•1 comments

The Cause of Cultural Stagnation

https://www.slowboring.com/p/the-hidden-cause-of-cultural-stagnation
1•noisymortimer•10m ago•0 comments

David Lerner, cofounder of Tekserve, has died

https://www.nytimes.com/2025/11/26/technology/personaltech/david-lerner-dead.html
2•NaOH•11m ago•0 comments

PyOpenSci Python Package Guide

https://www.pyopensci.org/python-package-guide/index.html
1•runningmike•11m ago•1 comments

Human brains have 5 distinct 'epochs' in a lifetime

https://www.nbcnews.com/science/science-news/human-brains-5-epochs-development-rcna245663
1•gmays•13m ago•0 comments

Vocabulary development in autistic children: a network growth analysis

https://acamh.onlinelibrary.wiley.com/doi/10.1111/jcpp.70076
1•wjb3•16m ago•0 comments

Academic assassinations are a threat to global science

https://physicsworld.com/a/academic-assassinations-are-a-threat-to-global-science/
1•doetoe•17m ago•0 comments

Worktrunk: Git worktree manager, designed for parallel agents, written in Rust

https://github.com/max-sixty/worktrunk
1•maximilianroos•19m ago•0 comments

Show HN: I vibe-coded an ASCII Keyboard

https://asciikeyboard.app
1•levgel•20m ago•0 comments

Urgent ACPI Revert for Linux 6.18 to Deal with Some Hardware Crashing

https://www.phoronix.com/news/Urgent-ACPI-Revert-Linux-6.18
1•Bender•21m ago•0 comments

The EU made Apple adopt new Wi-Fi standards, and now Android can support AirDrop

https://arstechnica.com/gadgets/2025/11/the-eu-made-apple-adopt-new-wi-fi-standards-and-now-andro...
35•cyclecount•24m ago•7 comments

AirDrop support for Pixel 10 likely exists because of the EU ruling

https://9to5google.com/2025/11/21/googles-airdrop-support-for-pixel-10-likely-exists-because-of-t...
4•joejohnson•25m ago•1 comments

Ask HN: Why aren't more startups using .NET?

1•mafiaa•28m ago•3 comments

Global carbon emissions will soon flatten or decline

https://www.science.org/content/article/global-carbon-emissions-will-soon-flatten-or-decline
3•hmartiniano•29m ago•0 comments

Is Your Car Spying on You? Here's how

https://jeffreylminch.substack.com/p/is-your-car-spying-on-you
4•rmason•29m ago•0 comments

Magnetic Induction Heater Using Flywheel with Neodymium Magnets [video]

https://www.youtube.com/watch?v=jPlyGGVu38U
2•itronitron•29m ago•0 comments

A Distributed Inference Framework Enabling Running Models Exceeding Total Memory

https://github.com/firstbatchxyz/dnet
1•driaforall•31m ago•1 comments

Thousands of Secrets Leaked on Code Formatting Platforms

https://www.securityweek.com/thousands-of-secrets-leaked-on-code-formatting-platforms/
1•Bender•31m ago•0 comments

We Rewrote Our Startup from PHP to Gleam in 3 Weeks

https://www.radical-elements.com/minor-epiphanies/we-rewrote-our-startup-from-php-to-gleam-in-3-w...
1•birdculture•31m ago•0 comments

Ransomware Attack Disrupts Local Emergency Alert System Across US

https://www.securityweek.com/ransomware-attack-disrupts-local-emergency-alert-system-across-us/
1•Bender•32m ago•0 comments

Improved Weather Forecasts: 4-Day Accuracy Matches 1-Day from 30 Years Ago

https://philippdubach.com/2025/11/22/weather-forecasts-have-improved-a-lot/
2•7777777phil•32m ago•0 comments

Local HTTPS hosting without SSCs or ngrok

https://www.npmjs.com/package/@avncloud/avanti
1•rawnsley•32m ago•1 comments

We are losing the browser war (2001)

https://web.archive.org/web/20010202074300/http://freshmeat.net/articles/view/199
1•basscomm•33m ago•0 comments

Show HN: FYICombinator – What YC startups are doing

https://fyicombinator.com
1•xenni•33m ago•0 comments

SAMP-Score: ML Method for Screening Pro-Senescence Compounds in P16 Cancer Cell

https://doi.org/10.18632/aging.206333
1•7777777phil•35m ago•1 comments

Secrets in unlisted GitHub gists are reported to secret scanning partners

https://github.blog/changelog/2025-11-25-secrets-in-unlisted-github-gists-are-now-reported-to-sec...
1•rmason•35m ago•0 comments

Cyber Monday 2025

https://github.com/punkpeye/awesome-cyber-monday-2025
1•punkpeye•35m ago•0 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.