frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Ask HN: Are interview questions getting harder?

1•mosfets•59s ago•0 comments

Waymo says expecting driverless taxis to stay out of bike lanes is unrealistic

https://road.cc/news/driverless-taxis-veering-into-cycle-lanes-normal-practice-says-waymo
2•randycupertino•1m ago•0 comments

High-Precision Software Sabotage 5 Years Before Stuxnet

https://www.sentinelone.com/labs/fast16-mystery-shadowbrokers-reference-reveals-high-precision-so...
1•AndrewDucker•3m ago•0 comments

From 14 Browser Tabs to 10k Jobs: How I Turned Web Scraping into a Startup

https://www.ismatsamadov.com/blog/from-browser-tabs-to-startup-birjob
1•ismats•3m ago•0 comments

Can your AI solve this? Be honest

1•0xBA5ED•3m ago•0 comments

Polish streamer raises over 215M zł ($60M) for Cancer Fighters [video]

https://www.youtube.com/watch?v=UNAqqHIPbWA
1•piotrgrudzien•3m ago•0 comments

Ask HN: How do you use AI at your regulated, restrictive company?

1•iso20022•4m ago•0 comments

An MCP server for LinkedIn Ads (because the API is a nightmare)

https://github.com/ZLeventer/linkedin-campaign-manager-mcp
1•CurtVermin8149•6m ago•1 comments

Causal Persuasion [pdf]

http://aburkovskaya.com/pdf/causality.pdf
2•wslh•6m ago•0 comments

In France, Lunch Delivered via Steampunk-Like Contraptions

https://www.core77.com/posts/143750/In-France-Lunch-Delivered-Via-Steampunk-Like-Contraptions
1•gnabgib•8m ago•0 comments

WordPress: The Operating System of the Agentic Web

https://automattic.com/2026/04/21/wordpress-operating-system-agentic-web/
1•Tomte•9m ago•0 comments

Self-Learning Master's Curriculum for AI

https://github.com/demirbey05/x-master-curriculum
1•demirbey05•9m ago•0 comments

The distinction between Testing Library and unit testing

https://www.echooff.dev/blog/why-testing-library-is-not-unit-testing
1•lo1tuma•11m ago•1 comments

Open Telemetry founder tools up for project graduation party

https://www.theregister.com/2026/04/24/open_telemetry_founder_tools_up/
1•saikatsg•12m ago•0 comments

Show HN: I've built email capture on a hosted page (no SDK/ESP setup)

https://optinpa.ge/launch
1•Abstract2D•15m ago•0 comments

WordPress AI Features Are Coming. Nobody Is Talking About Cost for Your Users

https://russellenvy.com/wordpress-ai-plugins-token-cost/
1•taubek•15m ago•0 comments

Plants can sense the sound of rain, a new study finds

https://news.mit.edu/2026/plants-can-sense-sound-rain-new-study-finds-0422
3•paulpauper•19m ago•0 comments

U.S. Treasury Investors' Bet on AI

https://thetwocents.substack.com/p/us-treasury-investors-massive-bet
1•paulpauper•20m ago•0 comments

Generative AI and Entrepreneurship∗ [pdf]

https://conference.nber.org/conf_papers/f232872.pdf
1•paulpauper•20m ago•0 comments

Ask HN: How do I learn software engineering and transition to building products?

1•jdw64•21m ago•0 comments

You've Been Doing Harness Engineering All Along

https://alex000kim.com/posts/2026-04-26-harness-engineering/
6•alex000kim•22m ago•0 comments

12 Best Albums, IMO

1•programmexxx•22m ago•0 comments

Arcade Games: Source Code Collection

https://mrcook.uk/arcade-game-source-code/
3•CharlesW•23m ago•0 comments

Show HN: Flocking Boids – Simulator – Recreated

https://vizbull.com/puzzle-games/boids-flocking
1•rkj93•24m ago•0 comments

After Magnus Carlsen, Chess Has Entered a New Age

https://www.newyorker.com/sports/sporting-scene/after-magnus-carlsen-chess-has-entered-a-new-age
1•mitchbob•25m ago•2 comments

Compression Algorithm Useful in Finance, Tech Endorsed by Oxford PhD

https://github.com/nr282/FDTT/tree/main
1•nrogals•25m ago•1 comments

A Deep Dive into Spyro 3's Antipiracy

https://www.tumblr.com/hwd405/814911172694425600/a-deep-dive-into-spyro-3s-antipiracy
1•ndiddy•26m ago•0 comments

Ukraine Has Picked Up the Torch America Dropped

https://www.nytimes.com/2026/04/26/opinion/zelensky-ukraine-trump-nato-leader.html
8•mitchbob•29m ago•1 comments

A tool to understand German government letters (for expats)

https://aplet.app/
2•mucite•29m ago•0 comments

Why are top university websites serving porn? It comes down to shoddy housekeep

https://arstechnica.com/security/2026/04/why-are-top-university-websites-serving-porn-it-comes-do...
4•joozio•32m ago•0 comments
Open in hackernews

Universal Intelligence v1.0 is out AI made simple

https://github.com/blueraai/universal-intelligence
1•bluera•11mo ago

Comments

bluera•11mo 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.