frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Scottish Election Manifesto Tracker/Comparison Site

https://scotvote26.org/
1•outrunthewolf•1m ago•1 comments

OpenAI Accuses Anthropic of Inflating Revenue by $8B

https://winbuzzer.com/2026/04/15/openai-memo-attacks-anthropic-revenue-claims-enterprise-battle-p...
1•gpi•1m ago•0 comments

AI disease-prediction models were trained on dubious data

https://www.nature.com/articles/d41586-026-00697-4
1•Anon84•2m ago•0 comments

Cal.com is going closed source

https://cal.com/de/blog/cal-com-goes-closed-source-why
2•memjay•2m ago•0 comments

LeftGlove – MCP server that makes websites usable by AI agents (npx leftglove)

https://github.com/stephenchilcote-gauntlet/leftglove
1•sjc-gauntlet•2m ago•0 comments

The $30M cell phone radiation study found tumors and longer lifespans in rats

https://hlbenefits.com/emf-exposure-health-5g-wifi-body
1•jessiejay•2m ago•0 comments

Rewriting Every Syscall in a Linux Binary at Load Time

https://amitlimaye1.substack.com/p/rewriting-every-syscall-in-a-linux
1•emschwartz•2m ago•0 comments

Show HN: L6e – Give your Agent a budget (save tokens, get smarter results)

https://l6e.ai
1•bennettdixon•5m ago•0 comments

Show HN: I built an AI music tagger for DJs, fusing metadata, audio DSP, and ML

https://choon.app
1•spencermiles•5m ago•0 comments

Show HN: Ghostmeet – Self-hosted meeting transcription in a Chrome side panel

https://ghostmeet.sshlab.dev/
1•swq115•5m ago•0 comments

Show HN: SmokedMeat, like Metasploit, but for CI/CD (open-source)

https://github.com/boostsecurityio/smokedmeat
5•flexorium•6m ago•2 comments

Why Your SCCM Client Isn't Installing

https://www.hiddenobelisk.com/why-your-sccm-client-isnt-installing-a-step-by-step-fix-for-push-fa...
1•Servant-of-Inos•6m ago•0 comments

What It's Like to Live with an Experimental Brain Implant

https://spectrum.ieee.org/bci-user-experience
2•Brajeshwar•9m ago•0 comments

LegendreGPT: Compressing a transformer into 15.7 MB with Legendre polynomials

https://github.com/sergimichi/parameter-golf/tree/legendregpt-submission/records/track_non_record...
1•amunozo•9m ago•0 comments

Why I Am Doing This: Origin Story of Project-AI (Constitutional AI Governance)

https://zenodo.org/records/19592336
1•IAmSoThirsty•9m ago•0 comments

Coding evals are broken. CI is green while AI code quality goes unmeasured

https://www.stet.sh/why
1•bisonbear•9m ago•0 comments

Open-Sourcing SEC Edgar on Hugging Face

https://twitter.com/TeraflopAI/status/2044430993549832615
1•EnricoShippole•12m ago•1 comments

40% Increased Throughput 16.8% Less Energy for AI (Verified via ZKP)

https://github.com/BerzeShift/Berze-Shift
1•BerzeShift•13m ago•1 comments

Democracy Policy Under Obama [pdf]

https://obamaforillinois.s3.amazonaws.com/static/files/Democracy_Under_Obama_Executive_Summary.pdf
1•prepostseo•15m ago•1 comments

Show HN: Lazy-HN, a faster Hacker News front end you probably don't need

https://hn.tin-sever.de/
1•tin7•15m ago•0 comments

Rest of the World Annual Report 2025

https://restofworld.org/annual-report/2025/
1•hunglee2•16m ago•0 comments

Snap's Crucible Moment

https://sources.news/p/snap-crucible-moment
1•gmays•16m ago•0 comments

Show HN: Evo – parallel autoresearch experiments for Claude Code and Codex

https://github.com/evo-hq/evo
2•abtom•16m ago•0 comments

Cal.com is going closed source

https://cal.com/blog/cal-com-goes-closed-source-why
10•Benjamin_Dobell•16m ago•7 comments

Richard Dawkins, let's not bring back Neanderthals

https://unherd.com/newsroom/no-richard-dawkins-lets-not-bring-back-neanderthals/
1•voxleone•17m ago•0 comments

Ask HN: Which LLM model and agentic CLI are you using for local development?

1•alfiedotwtf•17m ago•0 comments

The Malleable Computer

https://world.hey.com/dhh/the-malleable-computer-7c187a9b
1•Tomte•18m ago•0 comments

I built a calculator site that doesn't look like garbage

https://www.calculatoris.dev
1•danzxc•18m ago•1 comments

We're only seeing the tip of the chip-smuggling iceberg

https://cyberscoop.com/ai-chip-smuggling-china-export-controls-enforcement-op-ed/
2•lschueller•21m ago•0 comments

Meta creating AI version of Mark Zuckerberg so staff can talk to the boss

https://www.theguardian.com/technology/2026/apr/13/meta-ai-mark-zuckerberg-staff-talk-to-the-boss
3•gmays•22m ago•0 comments
Open in hackernews

Universal Intelligence v1.0 is out AI made simple

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

Comments

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