frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

An AI safety safe harbor [pdf]

https://www.williamrinehart.com/data/An_AI_Safety_Safety_Harbor.pdf
1•wrineha2•22s ago•0 comments

Yoti age checks share facial photos and device fingerprints with third parties

https://techxplore.com/news/2026-05-online-age-pointless-privacy.html
1•Lihh27•41s ago•0 comments

Anthropic to release Mythos-class models to the public

https://www.theregister.com/security/2026/05/25/anthropic-to-release-mythos-class-models-to-the-p...
2•geox•1m ago•0 comments

Show HN: TryPost – open-source Social Media Scheduler

https://trypost.it/en
1•paulocastellano•5m ago•2 comments

Reporter says they were permanently injured after alleged 'pulsed energy' attack

https://www.rawstory.com/jeffrey-epstein-2676937072/
1•embedding-shape•6m ago•0 comments

Ninth Circuit Panel Goes Out of Its Way to Question Section 230–DOE vs. Meta

https://blog.ericgoldman.org/archives/2026/05/ninth-circuit-panel-goes-out-of-its-way-to-question...
4•hn_acker•6m ago•0 comments

Show HN: GoogleCalendar Sidebar with multi-auth and 2way sync – Obsidian Plugin

https://community.obsidian.md/plugins/gcal-sidebar
2•Shawn_Something•7m ago•0 comments

Building a Design System from Scratch

https://blog.maximeheckel.com/posts/building-a-design-system-from-scratch/
1•mariormoreno•7m ago•0 comments

Tidy PSU – PD-64 C64 PSU Brings USB PD to Commodore 64

https://theoasisbbs.com/pd-64-c64-psu-brings-usb-pd-to-commodore-64/
1•IronWolve•8m ago•0 comments

Concerning Law Enforcement Exemptions in Draft AI Act Transparency Guidelines

https://blog.avas.space/le-exempt-draft-aiact/
1•BrunoBernardino•8m ago•0 comments

Deepcave.com

http://deepcave.com/pages/3/index.htm
1•rane•16m ago•0 comments

How to tame AI's voracious appetite for energy – Knowable Magazine

https://knowablemagazine.org/content/article/technology/2026/lowering-energy-use-artificial-intel...
1•rbanffy•17m ago•0 comments

A Brief-Ish History of SETI. Part VII: Brief Windows and Transcendence

https://www.universetoday.com/articles/a-brief-ish-history-of-seti-part-vii-brief-windows-and-tra...
1•rbanffy•18m ago•0 comments

Hacker News front page as a site

https://thefrontpage.dev/
2•thatxliner•18m ago•2 comments

Strivle – LinkedIn alternative for founders who ship, ranked by output

https://www.strivle.com/
1•adunk•19m ago•0 comments

Mathematicians solve Talagrand's convexity conjecture

https://phys.org/news/2026-05-mathematicians-decades-mystery-hidden-high.html
1•logickkk1•20m ago•0 comments

Security Advisory for Cargo (CVE-2026-5222)

https://blog.rust-lang.org/2026/05/25/cve-2026-5222/
2•ingve•22m ago•0 comments

What I Learned About Loss While Skateboarding at Costco

https://www.nytimes.com/2026/05/24/business/economy/costco-curbs-skateboarding-genx.html
2•moneycantbuy•24m ago•0 comments

Three Fenestra – interior mapping shader for Three.js

https://three-fenestra.codedgar.com/
1•memalign•24m ago•0 comments

You Need a PC for PC Games: Sunsoft's Shanghai

https://nicole.express/2026/the-other-type-of-mahjong.html
3•nicole_express•25m ago•1 comments

Show HN: StartPageHQ – turn the browser new tab into a dashboard

https://startpagehq.com
1•nolimits4web•25m ago•0 comments

SwiftUI should become Open-Source

https://macguru.dev/swiftui-should-become-open-source/
2•ingve•25m ago•0 comments

The Truth about Fairness

https://www.optimallyirrational.com/p/the-shocking-truth-about-fairness
2•delichon•26m ago•0 comments

Init Hello: A New Apple II Conference (Scope Creep Done Right) – Byte Cellar

https://bytecellar.com/2026/05/10/init-hello-a-new-apple-ii-conference-scope-creep-done-right/
1•rbanffy•27m ago•0 comments

Stablecoins Are Private Money. That's Why They're a Risk to the Economy

https://www.wsj.com/finance/currencies/stablecoins-are-private-money-thats-why-theyre-a-risk-to-t...
3•JumpCrisscross•28m ago•0 comments

Data-Backed Career Path Probability Tool

https://www.tooldocket.com/2026/05/career-path-probability-engine.html
1•stoicstoic•29m ago•0 comments

Pope Leo quoted Gandalf in Encyclical

https://www.churchpop.com/pope-leo-put-gandalf-in-his-first-encyclical-a-tolkien-quote-in-magnifi...
2•ajd555•31m ago•2 comments

Ask HN: Are we in the 'Goldilocks era' of AI capabilities?

1•qnleigh•31m ago•0 comments

Pipe-Lining Time Series Calculations for Cache Efficiency (2014)

https://www.timestored.com/b/time-series-calcs-cache/
1•tosh•34m ago•0 comments

We tested 6 AI assistants on the same solar data

https://heliopeak.app/blog/we-tested-6-ai-assistants-on-solar-data
1•sdetroch•36m 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.