frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Prisencolinensinainciusol

https://en.wikipedia.org/wiki/Prisencolinensinainciusol
1•mooreds•44s ago•0 comments

Roku's AI slop channel is worse than expected

https://www.theguardian.com/tv-and-radio/2026/aug/12/roku-ai-slop-fairground-creator-tv-channel
1•andsoitis•54s ago•0 comments

Mamdani Backs Proposal to End Amazon's Delivery Model in NYC

https://www.commondreams.org/news/delivery-protection-act-nyc
1•robtherobber•1m ago•0 comments

Show HN: FEDERaiDE, a TUI harness with P2P multi-agent routing and built in IDE

https://federaide.rocklab.in
1•petrokitty•1m ago•0 comments

Tool Unmasks the Shadowy World of Ads That Track Your Location

https://www.404media.co/this-tool-unmasks-the-shadowy-world-of-ads-that-track-your-location/
2•thezedwards•2m ago•1 comments

Apple Skipping iPhone 18 Launch This Year

https://www.macrumors.com/2026/08/12/apple-skipping-iphone-18-launch-this-year/
1•tosh•2m ago•0 comments

Coke La Rock has the distinction of being hip-hop's first rapper (2020)

https://magazine.waxpoetics.com/article/coke-la-rock/
1•NaOH•3m ago•0 comments

Show HN: I built this for other job seekers – local, your own API keys

https://github.com/hannibalevit/resumorph
1•hannibalevit•3m ago•0 comments

Ask HN: Are there any production LLM pipeline setups to learn from?

1•atif089•3m ago•0 comments

No duty to warn if products contain risks not identified at federal level

https://en.wikipedia.org/wiki/Monsanto_Co._v._Durnell
1•StatsAreFun•4m ago•1 comments

Show HN: Survivorship bias in retention metrics, reproducible in 12 seconds

https://github.com/Indexxero/survivorship-demo
1•shossain94•5m ago•0 comments

Am I neglecting my open source projects?

https://www.zachleat.com/web/is-this-still-being-maintained/
1•speckx•7m ago•0 comments

Coding agents ignore open source contribution guidelines, researchers find

https://thenewstack.io/coding-agents-ignore-guidelines/
1•Brajeshwar•7m ago•0 comments

Show HN: Trunchbull, a platform for authoring and running benchmarks

https://trunchbull.dev
1•pepperpoppins•7m ago•0 comments

SHOW HN: Why.com – a curiosity engine back from 1999

https://why.com
1•rasheed106•7m ago•1 comments

Show HN: Dayan Agent Skills, open control layers for agent workflows

https://github.com/Kosmoray/dayan-agent-skills
1•Kosmoray•8m ago•0 comments

Interview questions assume candidates can afford Claude Code Max

https://leaddev.com/ai/your-interview-questions-assume-candidates-can-afford-claude-code-max
1•theanonymousone•8m ago•0 comments

Ask HN: How do you envision the AI Software Factory?

1•DavidHaerer•9m ago•0 comments

Human task board for my agents

1•jbdamask•10m ago•0 comments

GitHub Classroom functionality will be transitioning to partners

https://github.com/orgs/community/discussions/196615
2•mgd•11m ago•0 comments

Revolut cuts back WeWork access for premium customers after price rises

https://www.ft.com/content/13ca1246-faa7-4a0e-8117-439aee14d3d7
2•cwwc•12m ago•0 comments

Reflections on AI

https://blog.greg.technology/2026/08/11/reflections-on-ai.html
2•gregsadetsky•13m ago•0 comments

Brit rail cops bring live facial recognition to the London Underground

https://www.theregister.com/security/2026/08/12/brit-rail-cops-bring-live-facial-recognition-to-t...
2•sbulaev•14m ago•0 comments

Free MIT Courses for When You're Craving Libraries, Lectures, and Big Ideas

https://rakowwwski.substack.com/p/78-free-mit-courses-for-when-youre
2•nadis•14m ago•0 comments

Prompt Injection as Defense

https://arstechnica.com/security/2026/07/now-defenders-are-embracing-the-prompt-injection-too/
2•buredoranna•15m ago•0 comments

AI in Immigration Practice: What Attorneys Are Required to Do

https://rafaelresearch.com/research/ai-in-immigration-practice
3•rafaelaziz•16m ago•0 comments

AI Broke Code Review and It's Breaking Your Team

https://ref.tools/blog/ai-broke-alignment
7•reactiverobot•17m ago•1 comments

IT Unemployment Rate Jumps to 6.7%

https://itmanager.substack.com/p/it-unemployment-rate-soars-to-67
5•rmarable•17m ago•1 comments

AI-assisted grant proposals may win more often–while narrowing research ideas

https://phys.org/news/2026-08-ai-grant-narrowing-ideas.html
1•pseudolus•18m ago•0 comments

From AKS node root vulnerability to Microsoft Copilot hijack

https://zerolabs.rubrik.com/blog/breaking-m365-copilot-sandbox-chatmate
2•vbCrLf•19m ago•2 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.