frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Empirical results fine-tuning π0.5 on a real manufacturing task

https://dream-machines.eu/blog/pi05-fine-tuning
1•dopaul•1m ago•0 comments

CropIntel – crop disease detection from a leaf photo

https://cropintel.org
1•rakshithj09•1m ago•0 comments

8 in 10 people aged 16-34 say smartphone use harms their everyday life

https://nltimes.nl/2026/09/23/8-10-people-aged-16-34-say-smartphone-use-harms-everyday-life
2•TechTechTech•2m ago•0 comments

Screen Lane

https://nickalexander.org/screen-lane.html
1•nick007•3m ago•0 comments

Jensen Huang on AI Alarmists – NYT Ezra Klein Show

https://www.nytimes.com/2026/09/23/opinion/ezra-klein-podcast-jensen-huang.html
1•athrowaway3z•4m ago•1 comments

Data centers are black boxes, but California wants to change that

https://www.theverge.com/policy/999412/data-center-water-electricity-disclosure-bills
1•speckx•4m ago•0 comments

A lightweight terminal UI for Colima on macOS

https://github.com/leodeim/colimui
1•ygagaga•5m ago•0 comments

Show HN: SDF Studio – Create 2D SDF scenes, compile to GLSL

https://linkdd.github.io/sdf-studio/
1•linkdd•6m ago•0 comments

How to serve trillions of tokens for trillion-parameter coding agents

https://modal.com/blog/trillion-tokens-trillion-parameters
1•kkm•7m ago•0 comments

Google Beam expands to new countries

https://blog.google/innovation-and-ai/technology/research/google-beam-expansion/
1•xnx•9m ago•0 comments

Brazil's Lula Campaign Dataset

https://huggingface.co/datasets/geoffchan/lula-footage/viewer/default/train
1•rodrigueslotu•10m ago•0 comments

Starbucks Korea CEO dismissed, what about startups?

https://2nd-look.vercel.app
1•adarshmd•10m ago•0 comments

GitCaliber, swap github.com for gitcaliber.com to get a Git repo explained

https://www.gitcaliber.com
1•bengunvl•11m ago•0 comments

Show HN: I made an app that transform your daily habits into a medieval

https://www.reddit.com/r/ProductivityApps/comments/1wnd233/comment/pbipzwg/
1•macfleid•12m ago•0 comments

City council can approve license plate cameras without you ever finding out

https://alprradar.com/
3•Cider9986•13m ago•0 comments

My relationship with AI: seductive, frustrating and always demanding vigilance

https://www.theguardian.com/commentisfree/2026/sep/24/my-complicated-relationship-with-ai-chatgpt...
3•jethronethro•15m ago•0 comments

Dr Tricks Senior Dev N2 Taking Job W AI

1•JacobEdmondKerr•15m ago•0 comments

If Carpenters Were Hired Like Programmers (2013)

https://web.archive.org/web/20140316234620/http://www.jasonbock.net/jb/News/Item/7c334037d1a9437d...
2•legitster•16m ago•0 comments

My Story

https://github.com/Sovereign-Intel-Founder/sovereignintelfounder
1•Joshua445•16m ago•0 comments

The Unhired Index: Big Tech revenue-headcount trend suggests 185K missing hires

https://www.drorpoleg.com/charts/unhired/
1•keeda•17m ago•2 comments

Security Debt: How Legacy Systems Increase Cyber Risk

https://www.cybrsecmedia.com/security-debt-series-part-1-legacy-systems/
1•speckx•18m ago•0 comments

How Apple uses faulty silicon to power fab new devices

https://www.cultofmac.com/news/apple-chip-binning
2•wslh•19m ago•0 comments

AOS GLM Language Engine – Beta Test

https://github.com/ThePikey/AOS_GLM_language
1•imageanet•23m ago•0 comments

Ask HN: How do you test Lambda/ECS code before deploying?

1•ioanarebeca•24m ago•2 comments

Work, Wellbeing, and Choice: Empirical Lessons for AI Futures

https://arxiv.org/abs/2609.11019
1•gwintrob•24m ago•0 comments

Local AI News Feed

https://local-ai-signal.vercel.app/
1•agcat•27m ago•2 comments

The Fine-Grained City Needs an Operating System

https://courtyardurbanist.com/p/the-fine-grained-city-needs-an-operating
1•idbnstra•29m ago•0 comments

Small Modular Reactors: a short history of a nuclear pipe dream

https://engelsbergideas.com/essays/smrs-a-short-history-of-a-nuclear-pipe-dream/
1•bazzmt•30m ago•0 comments

LensVLM: Compressing long context as images, expanding only relevant pages

https://huggingface.co/apple/LensVLM-9B
2•victormustar•31m ago•0 comments

Ask HN: Do you offload your coding to AI, or keep your skills sharp?

3•Hex08•32m ago•3 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.