frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Watts My Bill: Monitor Data Center Effects on Electricity Prices

https://wattsmybill.org/
1•gaws•30s ago•0 comments

China joins Europe in scrapping Windows for Linux

https://www.zdnet.com/article/china-drops-windows-for-linux/
1•wslh•55s ago•0 comments

Half of Nigeria's population lives in cities

https://ourworldindata.org/data-insights/half-of-nigerias-population-lives-in-cities
1•karakoram•1m ago•0 comments

Ask HN: How does a theory of simulated reality not undermine itself?

1•Jimmc414•1m ago•0 comments

Victor Niederhoffer, Trader Who Went Boom and Bust (Twice), Dies at 82

https://www.nytimes.com/2026/08/21/business/victor-niederhoffer-dead.html
1•paulpauper•2m ago•0 comments

Rich Countries Spend 60 Times as Much on Healthcare per Person as Poor Countries

https://ourworldindata.org/data-insights/rich-countries-spend-60-times-as-much-on-healthcare-per-...
1•karakoram•2m ago•0 comments

Niall Ferguson: Elon's Favorite Sci-Fi Prophet Was Wrong

https://www.thefp.com/p/niall-ferguson-future-ai-tech-economics-space
1•paulpauper•2m ago•0 comments

Welcome to Model Constitution

https://modelconstitution.com/p/welcome-to-model-constitution
1•paulpauper•3m ago•0 comments

Did NYC pass SF Bay Area in tech? A perspective from job postings data

https://corvi.careers/blog/did-nyc-pass-sf-bay-area-tech-openings/
1•sp1982•3m ago•0 comments

Electric Cars Are Taking Off Quickly in Latin America

https://ourworldindata.org/data-insights/electric-cars-are-taking-off-quickly-in-latin-america
1•karakoram•4m ago•0 comments

World 7: A living-genome architecture for persistent digital organisms

https://zenodo.org/records/22058813
1•saeedfa•6m ago•0 comments

World Humanoid Robot Games [video]

https://www.youtube.com/watch?v=_Dl53o-je94
1•ustad•7m ago•0 comments

Cottontail, Electrobun 2.0, and Why I Decided to Jian-Yang Anthropic

https://blackboard.sh/blog/electrobun-2-0/
1•yoav•7m ago•0 comments

Faber – open-source coding agent that uses a code graph to navigate repos

https://www.npmjs.com/package/faberwright
1•jshial•8m ago•0 comments

Can an AI agent serve at a Foreign Office?

https://www.karlsnotes.com/can-an-ai-agent-serve-at-a-foreign-office/
2•valkrieco•9m ago•0 comments

Pygame Boundaries: Stop Your Player from Leaving the Screen – No AI

https://www.youtube.com/watch?v=UOP_2zz30qo
1•shriekdj•10m ago•0 comments

How I Use AI to Learn Things

https://www.youtube.com/watch?v=kzcI5F4tGiU
2•conferza•10m ago•0 comments

Microsoft accused of leaking Dutch civil servants' names to US Government

https://nltimes.nl/2026/05/22/microsoft-accused-leaking-dutch-civil-servants-names-us-government
3•anigbrowl•12m ago•0 comments

Cultures of Trial and Error

https://blog.trialanderror.org/cultures-of-trial-and-error-when-the-spell-breaks-magic-money-and-...
2•jruohonen•12m ago•0 comments

Robots Will Soon See the Real World Thanks to These Next-Gen AI Models

https://www.wsj.com/tech/ai/ai-world-models-robotics-33ab46cb
1•bookofjoe•14m ago•1 comments

Ask HN: Is it time to run the LLM engines on the CPU?

3•roschdal•16m ago•2 comments

Arcadedb – Open-Source Multi-Model Graph Database

https://arcadedb.com
1•dunefox•18m ago•0 comments

Pawvis: Control your Mac via camera and train gestures (local FOSS)

https://github.com/alexandriax/pawvis
1•heresalexandria•19m ago•1 comments

SynkLoader: When you throw in everything but the kitchen sink

https://expel.com/blog/synkloader-when-you-throw-in-everything-but-the-kitchen-sink/
1•speckx•19m ago•0 comments

Show HN: Make your logo extra bright on HDR screens

https://www.soverybright.com/
2•telecuda•19m ago•0 comments

Longtime Linux CIFS/SMB3 Maintainer Steps Down

https://www.phoronix.com/news/SMB3-CIFS-Maintainer-Change
2•speckx•23m ago•0 comments

PiKVM has just become the first KVM over IP with web camera forwarding

https://www.reddit.com/r/pikvm/comments/1vvjk9r/pikvm_has_just_become_the_first_kvm_over_ip_with/
1•intelfx•23m ago•0 comments

Unfortunately you sometimes need to do the thing

https://griffinberlste.in/blog/do-the-thing/
1•birdculture•24m ago•0 comments

Things I want in a modern relational query language

https://sporks.space/2026/08/19/things-i-want-in-a-modern-relational-query-language/
1•zdw•24m ago•0 comments

Tell me "Yes" if you are handling any of below AI coding chaos..

1•harafernando•24m ago•1 comments
Open in hackernews

Show HN: Superexpert.ai – Open-source, no-code platform for multi-task AI agents

https://superexpert.ai/
3•StephenWalther•1y ago
Hi HN — I built Superexpert.AI, an open‑source platform that lets you spin up multi‑task AI agents in minutes without writing any code (and lets you extend everything later).

What it does

- Plug‑and‑play agents – Create agents from a web form. Each agent can contain multiple tasks, and each task can run a different AI model, use its own tools, and follow custom instructions.

- First‑class extensibility – Register a TypeScript function with registerServerTool, registerClientTool, or registerContextTool to add new functionality. If you want to share it, publish it as an NPM package and Superexpert.AI will auto‑detect it when installed.

- Built‑in RAG – Upload docs via the UI, or use a CLI that chunks 100 MB files, auto‑resumes after network errors, auto-resumes after network errors (e.g. uploading a 500-page PDF manual) and pipes the data into your agent.

- Launch a full chat app in minutes – Everything is MIT‑licensed NextJS + TypeScript + Tailwind + Postgres. Deploy like any other NextJS project.

Links

- Walkthrough (no sign‑up): https://app.arcade.software/share/yGqgrj65xp6y4mkDbNnT

- Live demo (email sign‑up): https://demo.superexpert.ai/

- GitHub repo: https://github.com/Superexpert/superexpert-ai

- Quick‑start guide: https://superexpert.ai/docs/quick-start/

- Full docs & tutorials: https://superexpert.ai/

Why I built it

I kept hand‑coding LangGraph‑style workflows for clients and wanted a web‑first, stack‑agnostic way to launch agents fast and stay fully modifiable. Superexpert.AI lets you extend or swap every layer — from models to tools to UI themes — with TypeScript.

Looking for feedback

1. Agent use‑cases you still have to hand‑code today.

2. Gaps in the RAG flow or model tooling that block production use.

Discord for deeper chat: https://discord.gg/wsrc3enWN3

–– Stephen

Comments

StephenWalther•1y ago
Hi all, I’m Stephen (creator). GitHub repo is here → https://github.com/Superexpert/superexpert-ai, and a no-signup walkthrough is here → https://app.arcade.software/share/yGqgrj65xp6y4mkDbNnT. Happy to answer anything about the architecture or use-cases!