frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Lint-HTTP 0.1.0 – Easy to use, complete HTTP traffic linter

https://crates.io/crates/lint-http/0.1.0
1•gaigalas•7m ago•0 comments

While the human's away, do the agents slip into foul play?

https://dev.yuv.run/writing/while-i-sleep/
1•alkisyuv•9m ago•0 comments

Winning the Visa Lottery

https://www.aeaweb.org/research/immigration-restrictions-firms-workers
1•neehao•12m ago•0 comments

The Rise of Niche Consumption

https://www.aeaweb.org/articles?id=10.1257/mac.20210263
1•neehao•12m ago•0 comments

Presley Gerber, Son of Cindy Crawford and Rande Gerber, Dies at 27

https://www.hollywoodreporter.com/lifestyle/lifestyle-news/presley-gerber-dead-cindy-crawford-ran...
1•andsoitis•14m ago•0 comments

Talk to Hector Salamanca, powered by Jev and a bell

https://jev-hector.vercel.app/
2•xjconlyme•19m ago•0 comments

Rally English

https://en.wikipedia.org/wiki/Rally_English
1•red369•22m ago•0 comments

The Trouble with 'Ntile()'

https://blog.djnavarro.net/posts/2026-09-20_the-trouble-with-ntile/
1•luu•25m ago•0 comments

The Genesis of Attribute Grammars [pdf]

https://www.cs.miami.edu/home/odelia/teaching/csc419_spring17/syllabus/Knuth_AttributeHistory.pdf
1•luu•27m ago•0 comments

New wild cat species is identified for first time in 100 years

https://www.nbcnews.com/science/environment/new-wild-cat-species-identified-rcna598113
2•gmays•35m ago•0 comments

A Silicon Valley radical: Trump's AI whisperer pushing for limited regulation

https://www.theguardian.com/us-news/2026/sep/20/david-sacks-trump-ai-czar
2•kuerbel•36m ago•0 comments

Vibemaxxer

https://vibemaxxer.cro.sh/
1•namjh•37m ago•0 comments

China is not ready for a post-American world

https://www.economist.com/international/2026/09/15/china-is-not-ready-for-a-post-american-world
2•andsoitis•39m ago•0 comments

NYTimes Journalist Regrets Long Ordeal Sending Daughter to Worse NY Schools

https://www.nytimes.com/2026/09/20/magazine/ny-public-schools-black-students-segregation.html
1•doctorpangloss•41m ago•0 comments

Skills to Make the Perfect Website

https://github.com/NoamanKhalil/WebSkills
2•Noamank•43m ago•0 comments

Chemical and Biological Weapons Explained – Brett Edwards (2024) [video]

https://www.youtube.com/watch?v=x3J2w7-9XC8
1•verdverm•43m ago•1 comments

You Are the Executive Now

https://sundaylettersfromsam.substack.com/p/youre-the-executive-now
1•andsoitis•45m ago•0 comments

NASA's Moon Orbiter Spots New, 'Once-in-Century' Moon Crater

https://science.nasa.gov/solar-system/moon/nasas-moon-orbiter-spots-new-once-in-century-moon-crater/
1•gmays•54m ago•0 comments

Show HN: GrowSpot – checks if a plant can live in an exact spot, not just a room

https://growspotapp.com/spot-checker/
1•growspotapp•56m ago•0 comments

Show HN: Hibi – An open-source obsidian alternative

https://github.com/schmayterling/hibi
2•ryanamay•57m ago•0 comments

Linus demands real users before hazard pointers land

https://freenode.net/article/linus-demands-real-users-before-hazard-pointers-land
4•KinetiNode•1h ago•0 comments

How we're (actually) all going to die

https://siliconpalace.substack.com/p/heres-how-were-actually-all-going
4•shigalyov•1h ago•3 comments

Want to Entice New Residents? Offer Cash, for a Start

https://www.nytimes.com/2026/09/12/business/economy/rural-america-moving-incentives.html
1•lxm•1h ago•0 comments

Relativistic Raytracing

https://publish.obsidian.md/h1m3/Articles/Relativistic+raytracing
1•vismit2000•1h ago•0 comments

Memoization application that you have used but might not know

https://github.com/prashant2400/prashant2400.github.io/blob/master/_posts/2026-08-15-Memoization-...
1•vismit2000•1h ago•0 comments

ZCode, embroiled in a controversy over stealing user code, is now open source

https://github.com/zai-org/ZCode/blob/main/README.en.md
3•linzhangrun•1h ago•0 comments

Show HN: Ambits – agentic grep/rg tool will history tracking

https://github.com/joshLong145/ambits
3•joshLong145•1h ago•0 comments

Coding Theory: A Playful Introduction

https://paramrathour.github.io/blog/coding-theory/
3•vismit2000•1h ago•0 comments

Scammers found a way to make people drain their own wallets

https://twitter.com/wyckoffweb/status/2101671671727898870
1•pseudohadamard•1h ago•2 comments

Kelvin Wave

https://en.wikipedia.org/wiki/Kelvin_wave
1•pajtai•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.