frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Whatareyoubuilding.ai – indie builder and AI product directory

https://whatareyoubuilding.ai/
1•ilreb•57s ago•0 comments

FTC to File Lawsuit Alleging Amazon Deceived Advertisers

https://www.wsj.com/tech/ftc-to-file-lawsuit-alleging-amazon-deceived-advertisers-d71039ee
1•uxhacker•1m ago•0 comments

Is your Shopify store visible to ChatGPT? A free AI-visibility scanner

https://rankinai.surge.sh/
1•geo_signal•1m ago•0 comments

The Anatomy of a U.S. Presidential Motorcade

https://people.howstuffworks.com/presidential-motorcade.htm
1•thunderbong•1m ago•0 comments

Airlink planes fly remarkably low over DHL Stadium before Springboks game

https://www.capetownetc.com/news/watch-airlink-planes-fly-remarkably-low-over-dhl-stadium-before-...
1•tevrede•3m ago•0 comments

Bankers: EU must tap trillions of euros in private savings to keep up w US/China

https://www.reuters.com/world/china/eu-must-tap-trillions-euros-private-savings-keep-up-with-us-c...
1•CGMthrowaway•4m ago•0 comments

LLM tokens aren't the new dollars

https://avaprotocol.org/blog/tokens-arent-the-new-dollars
1•kezjo•6m ago•0 comments

Tailcat

https://tailscale.com/blog/tailcat
2•0xedb•6m ago•0 comments

How cooked are you from vibecoding?

https://codeset.ai/fried
1•Nfsaavedra•7m ago•0 comments

Apple CEO Tim Cook's Legacy Is Dull Products and Spineless Capitulation

https://karlbode.com/apple-ceo-tim-cooks-legacy-is-dull-products-and-spineless-capitulation/
1•HotGarbage•8m ago•0 comments

The Safest Job from AI May Be Writing

http://muratbuffalo.blogspot.com/2026/08/the-safest-job-from-ai-may-be-writing.html
5•ilreb•8m ago•0 comments

Show HN: 10x token savings for AI Web Scraping

https://www.makralabs.org/about
1•ritsource•9m ago•0 comments

TimesFM-3: A zero-shot foundation model for multivariate forecasting

https://research.google/blog/timesfm-3-a-zero-shot-foundation-model-for-multivariate-forecasting/
2•xnx•10m ago•0 comments

The Wormhole Hall of Shame

https://rznicolet.com/2026/07/05/wormhole-hall-of-shame/
2•rznicolet•10m ago•2 comments

Show HN: Training and trading agentic intelligence with no GPU and MCP

https://github.com/TetreesEX/TetreesAgent_EX
1•joseph3553•11m ago•0 comments

BlackBerry lost the phone war. Now it's betting on cars and robots

https://www.cnbc.com/2026/08/28/blackberry-cars-robots-tech-download.html
1•giuliomagnifico•11m ago•0 comments

Student Teacher Arrested for Private Snapchat Message

https://www.gadgetreview.com/student-teacher-sent-a-private-snapchat-complaining-about-her-workda...
3•saulpw•13m ago•0 comments

An Architecture for Passwordless Authentication

https://blog.circuitsofimagination.com/2026/08/31/an-architecture-for-passworless-authentication....
2•tantalum•14m ago•0 comments

Is this *really* a good reason to triple datacentre capacity in Europe?

https://rtl.chrisadams.me.uk/2026/07/is-this-really-a-good-reason-to-triple-datacentre-capacity-i...
1•speckx•14m ago•0 comments

Show HN: Abliterated GLM-5.3 API (84.5% CyberGym, FP8)

https://abliteration.ai/sign-in?return_to=%2Fconsole%2Fplayground
2•thomadev0•15m ago•1 comments

Humanity in Open Source

https://43081j.com/2026/08/humanity-in-open-source
1•aray07•15m ago•0 comments

The greatest mathematician explains 6 essential concepts of math

https://bigthink.com/series/full-interview/6-essential-mathematical-concepts/
2•digital55•15m ago•0 comments

AGI Society: AI and Labor Market Assessment Quiz

https://ask.agi-society.de/ai-labor-report-2026
1•AndrewKemendo•20m ago•0 comments

Slop: Six centuries, six technologies

https://www.pipe0.com/blog/the-history-of-slop
1•florianpipes•21m ago•0 comments

Salinental valley – Europe's largest open-air inhalatorium

https://www.bad-kreuznach-tourist.de/en/points-of-interest/a-walk-about-town/salinental-valley-eu...
1•chicken-stew•21m ago•1 comments

Modeling heat related deaths in the US

https://www.npr.org/2026/08/31/nx-s1-5724225/heat-wave-death-toll-tracker
2•narenst•22m ago•0 comments

In the US, Caution Rules on AI Ahead of K-12 School Year

https://www.techpolicy.press/in-the-us-caution-rules-on-ai-ahead-of-k12-school-year/
2•cdrnsf•23m ago•0 comments

Earthpv – Open and global rooftop PV mapping from free satellite imagery

https://github.com/open-energy-transition/earthpv
1•ly0n•25m ago•0 comments

Kids These Days

https://smallpotatoes.paulbloom.net/p/kids-these-days
2•speckx•30m ago•0 comments

A practical guide to running 8x RTX PRO 6000's

https://www.gpupartner.com/blog/a-practical-guide-to-running-8x-rtx-pro-6000s
1•Retell15•32m 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.