frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

NeoAgent – self-hosted proactiv Agent with Android, browser and desktop control

https://github.com/NeoLabs-Systems/NeoAgent
1•neo_original•2m ago•0 comments

The Military Rockets That Launched the Space Age (2023)

https://airandspace.si.edu/stories/editorial/military-rockets-launched-space-age
1•radeeyate•5m ago•0 comments

Designing synthetic datasets for the real world

https://research.google/blog/designing-synthetic-datasets-for-the-real-world-mechanism-design-and...
1•Anon84•7m ago•0 comments

Making the Rails Default Job Queue Fiber-Based

https://paolino.me/solid-queue-doesnt-need-a-thread-per-job/
1•ksec•11m ago•0 comments

The Most Successful Typeface in History | Helvetica [video]

https://www.youtube.com/watch?v=vxDySZrrAeA
1•skibz•14m ago•0 comments

Show HN: Enlist AI: Sub-second interview coaching with persistence

1•lilprince1218•14m ago•0 comments

Millet

https://en.wikipedia.org/wiki/Millet
1•num42•14m ago•0 comments

AgentCore Harness

https://docs.aws.amazon.com/bedrock-agentcore/latest/devguide/harness.html
1•aor215•15m ago•0 comments

Brief delays in chatbot responses boost perceived thoughtfulness and usefulness

https://engineering.nyu.edu/news/why-faster-ai-isnt-always-better
2•giuliomagnifico•18m ago•1 comments

Metal Lossy Compression Format

https://www.ludicon.com/castano/blog/2026/04/metal-lossy-compression-format/
1•gok•18m ago•0 comments

Quarkdown 2.0 Is Here

https://www.heise.de/en/news/Books-and-slides-from-Markdown-Quarkdown-2-0-is-here-11271511.html
1•croes•21m ago•0 comments

From $200 to $30: Five Layers of LLM Cost Optimization

http://blog.dwornikowski.com/posts/cutting-llm-costs-token-optimization/
3•tdi•23m ago•0 comments

Basic Type System Terminology

https://lewiscampbell.tech/blog/250817.html
1•kugurerdem•24m ago•0 comments

Crafting an AI-Driven Workflow System [video]

https://www.youtube.com/watch?v=SrRweChigB0
1•pedrodelfino•25m ago•0 comments

Oops, I Wrote a Database

https://dafoster.net/articles/2026/02/23/oops-i-wrote-a-database/
1•davidfstr•26m ago•0 comments

Amnesty International calls on states to stop predatory, anti-rights order

https://www.amnesty.org/en/latest/news/2026/04/amnesty-international-calls-states-to-stop-predato...
1•rguiscard•29m ago•0 comments

Global Village Coffeehouse

https://en.wikipedia.org/wiki/Global_Village_Coffeehouse
1•xattt•31m ago•1 comments

Getting my daily news from a dot matrix printer 2024

https://aschmelyun.com/blog/getting-my-daily-news-from-a-dot-matrix-printer/
2•xupybd•40m ago•0 comments

Show HN: Harnessing LLM-Prompt Mutation to Build Smart,Automated Fuzz Drivers

https://github.com/FuzzAnything/PromptFuzz
1•JasonHEIN•40m ago•0 comments

Local SLM as a compression layer for cloud API calls

1•asong56•40m ago•0 comments

Shipping the OpenClaw Stack in Public

https://agentbot.raveculture.xyz/blog
1•Agentbot-esky•44m ago•0 comments

Claude Code Routines: 5 Production Workflows That Ship Real Work

https://www.arcade.dev/blog/claude-code-routines-mcp-setup/
1•manveerc•44m ago•0 comments

The Stress of Elite Chess Is Wearing Down the Game's Champions

https://thewalrus.ca/the-stress-of-elite-chess-is-wearing-down-the-games-champions/
1•pseudolus•48m ago•0 comments

"There's No Such Thing as Plain Text" – Dylan Beattie

https://www.slideshare.net/slideshow/theres-no-such-thing-as-plain-text-dylan-beattie/249952971
1•thunderbong•49m ago•0 comments

SAP just made the opposite bet from every other enterprise platform on AI agents

https://www.sap.com/documents/2026/04/dce9aee4-497f-0010-bca6-c68f7e60039b.html
1•millen_crusader•55m ago•0 comments

Google Research: A new light on neural connections

https://research.google/blog/a-new-light-on-neural-connections/
4•theorchid•57m ago•0 comments

GPT 5.5 flags accounts for "potential high-risk cybersecurity"

https://twitter.com/banteg/status/2047577218142871949
3•stared•58m ago•0 comments

Ask HN: Is Zuckerberg just a „one-hit-wonder"?

3•fandorin•59m ago•2 comments

The Lost Art of Structure Packing

http://www.catb.org/esr/structure-packing/
1•tosh•59m ago•0 comments

LinkedIn Premium Does Not Boost Your Posts

https://andrewpwheeler.com/2026/04/25/linkedin-premium-does-not-boost-your-posts/
4•apwheele•1h 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.