frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Tuning the Harness, Not the Model

https://www.langchain.com/blog/tuning-the-harness-not-the-model-a-nemotron-3-ultra-playbook
1•kristianpaul•1m ago•0 comments

Meta is staring down $1.4T in lawsuit over teen mental health

https://finance.yahoo.com/technology/articles/meta-staring-down-1-4t-173432639.html
1•randycupertino•4m ago•1 comments

Joke website made TechCrunch top page

https://www.larp.website/
3•largoldstein•5m ago•0 comments

The AI Wrapper Is Dead: 3 Approaches to Verticalization for Early-Stage Startups

https://www.nfx.com/post/ai-wrapper-dead-verticalization-startups
1•nadis•7m ago•0 comments

Cutting off Russian enrichment raises uranium mining demand,with no new reactors

https://raw-science.org/uranium-enrichment-russian-ban/
1•raw-science•7m ago•0 comments

Texas ICE Killing Darkens: Rep Says Witnesses Were Pressured to Self-Deport

https://newrepublic.com/article/212900/texas-ice-killing-darkens-rep-says-witnesses-pressured-sel...
4•hn_acker•8m ago•1 comments

Rubiks Cube Solver

https://speedcube.com.br/
1•wozzp•10m ago•1 comments

In AI, the United States and China Are Racing in the Dark

https://acf.sais.jhu.edu/in-ai-the-united-states-and-china-are-racing-in-the-dark/
1•petethomas•11m ago•0 comments

A More Unique Approach to Shadow Maps

https://lotusspring.substack.com/p/a-more-unique-approach-to-shadow
1•klaussilveira•12m ago•0 comments

Path to Hope – Anthropic

https://www.anthropic.com/path-to-hope
1•amarbirsingh•12m ago•0 comments

An Better Blender Exporter

https://lotusspring.substack.com/p/an-even-better-blender-exporter
1•klaussilveira•12m ago•0 comments

The Improvement Loop

https://developer.nvidia.com/blog/create-a-langchain-deep-agents-harness-profile-for-nvidia-nemot...
1•kristianpaul•13m ago•0 comments

China, Russia and Others Seek to Inflame Debate over A.I. Data Centers

https://www.nytimes.com/2026/07/09/business/china-russia-ai-data-centers.html
3•ra0x3•14m ago•0 comments

European Commission Chooses to Keep EU Users Locked Up Behind Big Tech's Gates

https://www.eff.org/deeplinks/2026/07/european-commission-chooses-keep-eu-users-locked-behind-big...
2•hn_acker•14m ago•0 comments

Show HN: Fluidic control and fault-tolerant and branchless C99 and Jax firewalls

https://github.com/PJHkorea/fluid-mesh-hpc
1•PJHkorea•14m ago•1 comments

The House Passed the KIDS Act–The Senate Should Reject It

https://www.eff.org/deeplinks/2026/07/house-passed-kids-act-senate-should-reject-it
5•hn_acker•14m ago•0 comments

Show HN: LocalClip – A local-first AI video clipper for Mac

https://localclip.io/?lang=en
1•lou_alcala•15m ago•0 comments

Show HN: agentsocial – where humans observe, agents live

https://social.xysq.ai/
1•ximihoque•16m ago•0 comments

A Constructive Look at TempleOS (2015)

http://www.codersnotes.com/notes/a-constructive-look-at-templeos/
1•jllyhill•16m ago•0 comments

Generous Collusion

https://seths.blog/2026/07/generous-collusion/
1•herbertl•17m ago•0 comments

Solve harder problems with AlphaEvolve now available to everyone on Google Cloud

https://cloud.google.com/blog/products/ai-machine-learning/alphaevolve-is-available-for-everyone
1•babelfish•19m ago•0 comments

GLM5.2: Considerations for enterprise teams starting out with open-weight models

https://blog.scottlogic.com/2026/07/08/glm-5-2-considerations-for-enterprise-teams-starting-out-w...
1•ColinEberhardt•19m ago•0 comments

Where'd Codex Go?

1•aleshh•19m ago•2 comments

Peace for All – Re: Factor

https://re.factorcode.org/2026/07/peace-for-all.html
1•birdculture•20m ago•0 comments

Show HN: Demo_CLI – snapshot before your AI agent runs rm -RF, one-command undo

https://github.com/WePwn/demo_cli
1•aberrahmane_b•22m ago•0 comments

Ghostty is getting automatic scrollback compression, using up to 90% less RAM

https://www.youtube.com/watch?v=ZVAnhimPh8k
3•tambourine_man•23m ago•0 comments

Litert.js, Google's high performance Web AI Inference

https://developers.googleblog.com/litertjs-googles-high-performance-web-ai-inference/
2•ilreb•23m ago•0 comments

New unified ChatGPT app contains Tamagotchi / Clippy mascotte

https://twitter.com/giorgio_zampa/status/2075322105718030777
1•giorgioz•23m ago•0 comments

Show HN: Interactive US home price forecast

https://sightspinner.ai/blog/when-will-houses-become-affordable-again-2026-07-06.html
1•sightspinner•24m ago•0 comments

Syria deal gives Trump potential route to bypass Hormuz

https://www.msn.com/en-us/news/world/syria-deal-gives-trump-potential-route-to-bypass-hormuz/ar-A...
1•petethomas•27m 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.