frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: Texio, reliable Markdown operations for shell scripts and AI agents

https://github.com/Allra-Fintech/texio
1•yuzong•36s ago•0 comments

How the Watch_Dogs Video Game Series Predicted Real World Digital Rights Issues

https://www.eff.org/deeplinks/2026/07/how-watch-dogs-video-game-series-mirrored-and-predicted-rea...
1•xeonmc•2m ago•0 comments

Cloudflare/Security-Audit-Skill

https://github.com/cloudflare/security-audit-skill
1•donk8r•3m ago•0 comments

The agents are coming for the web and the web isn't ready

https://info.varnish-software.com/blog/the-agents-are-coming-for-the-web-and-the-web-isnt-ready
2•perbu•3m ago•0 comments

Show HN: Custom slash commands, variables and snippets

https://chromewebstore.google.com/detail/text-expander-autofill-sl/jjeibagdcmgahjglbglpjcjilpaheeco
2•expashaparasha•5m ago•0 comments

South Africa is at risk of becoming a mafia state

https://www.economist.com/middle-east-and-africa/2026/09/14/south-africa-is-at-risk-of-becoming-a...
2•andsoitis•7m ago•0 comments

Surveying GenAI-Based Automation in Printed Circuit Board Design and Test

https://arxiv.org/abs/2606.17074
1•teleforce•7m ago•0 comments

Create your WordPress.com website by chatting with AI

https://wordpress.com/ai-website-builder/
1•soltanov•8m ago•0 comments

Agentic local development tool for WordPress

https://developer.wordpress.com/studio/
1•soltanov•9m ago•0 comments

Telex Has Been Retired

https://telex.automattic.ai/
1•soltanov•10m ago•0 comments

Field notes from a phone-free future

https://etymology.substack.com/p/field-notes-from-a-phone-free-future
1•inatreecrown2•11m ago•0 comments

Create Bead Art with Beadora

https://apps.apple.com/us/app/beadora/id6782424511
1•marylondon•13m ago•0 comments

Designing a TPU and optimizing transformer inference on a $100 FPGA

https://im-afan.github.io/transformer-tpu/
1•andrewkongfan•17m ago•0 comments

$1,500 AI System Prompt Leak: Using This Burp Suite Configuration

https://medium.com/@tinopreter/1-500-ai-system-prompt-leak-using-this-burp-suite-configuration-e1...
1•syumei•20m ago•0 comments

Show HN: One Billion Checkboxes: A Bigger Take on One Million Checkboxes

https://www.kanishksachdev.com/blog/billion-checkboxes
1•kanishksachdev•20m ago•0 comments

Is Physics Dead: Broken benchmarks and re-evaluating frontier models in physics

https://jsous.github.io/blogs/is-physics-dead/
2•teleforce•25m ago•0 comments

Blue Lake Rancheria vs. Kalshi, Inc. (9th Cir. 2026) Kalshi loses on appeal

https://aboutblaw.com/bmQT
3•1vuio0pswjnm7•25m ago•0 comments

The President's Power to Pardon Friends and Allies Must End

https://medium.com/freedomofthought/the-presidents-power-to-pardon-friends-and-allies-must-end-b9...
8•raynchad•31m ago•3 comments

Quire – Humans and AI agents edit local Markdown together

https://github.com/heetdalsania/quire
3•heet_dalsania•31m ago•0 comments

Javalab – Science Simulation, Probeware, Coding

https://javalab.org/en/
1•the-mitr•31m ago•0 comments

Anthropic's mother of all risk factors

https://www.ft.com/content/29f0dac0-0523-46c4-a573-cd681a69b445
1•sbulaev•33m ago•0 comments

The Painful Truth: The RAM Crisis Is Only Just the Beginning

https://www.madshrimps.be/news/the-painful-truth-the-ram-crisis-is-only-just-the-beginning/
19•perelin•42m ago•14 comments

Why Canada may become the European Union's first ever 'associate member'

https://theconversation.com/thanks-trump-why-canada-may-become-the-european-unions-first-ever-ass...
1•emptybits•50m ago•1 comments

Show HN: Agora – bring your AI agent; talk earns nothing, only traceable work

https://github.com/MerariJafet/agora
1•merari_acero•54m ago•0 comments

What's Next After RLHF? – Diogo Almeida, TypeSafe AI [video]

https://www.youtube.com/watch?v=cJ0EOzey--o
1•super_linear•57m ago•0 comments

China Adds Currencies to Central Clearing in Yuan's Global Push

https://www.bloomberg.com/news/articles/2026-09-17/china-adds-currencies-to-central-clearing-in-y...
1•toomuchtodo•58m ago•1 comments

Show HN: Rossino – Pomodoro timer for Mac/iPhone/iPad/Watch, exact-second sync

https://apps.apple.com/us/app/rossino-a-pomodoro-timer/id6797546201
1•bjgreenberg•1h ago•0 comments

ASCII City

https://asciicity.live/
13•anjel•1h ago•1 comments

Washington Won't Be Regulating AI Anytime Soon

https://www.wired.com/story/washington-wont-be-regulating-ai-anytime-soon/
1•thm•1h ago•0 comments

Judge Orders Data Sharing and Other Fixes to Solve Google's Ad Tech Monopoly

https://www.nytimes.com/2026/09/16/technology/google-ad-tech-remedies.html
1•thm•1h ago•1 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.