frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Chinese Actors' Impersonation and Stolen Narratives in Digital Repression

https://citizenlab.ca/research/how-chinese-actors-use-impersonation-and-stolen-narratives-to-perp...
1•WaitWaitWha•2m ago•0 comments

The network redesign that led AWS to forge a more resilient cloud

https://www.aboutamazon.com/stories/aws-random-graph-theory-data-center-network-design
1•tanelpoder•5m ago•0 comments

How to Build a Shitty Robot

https://mariozechner.at/posts/2026-05-30-shitty-robot/
1•zdw•11m ago•0 comments

What Distinguishes the Super Rich from the Rest of Us

https://knowledge.insead.edu/leadership-organisations/what-distinguishes-super-rich-rest-us
1•makerdiety•27m ago•1 comments

Sonny Rollins – Saxophone Colossus (documentary)(1986)

https://www.youtube.com/watch?v=q1U37Ohmjh8
2•brudgers•39m ago•0 comments

Trying to find some good spots to invest in Bangalore, India

https://flatmap.cloud
1•midhunharikumar•40m ago•1 comments

Geblang – static typed, interpreted language written in Go

https://github.com/dwgebler/geblang
3•dwgebler•43m ago•0 comments

CompletionKit – stop guessing whether your prompt change helped

https://completionkit.com/
4•braaap•52m ago•0 comments

Dealing with cancel safety in async Rust

https://rfd.shared.oxide.computer/rfd/0400
3•rrampage•57m ago•0 comments

Ask HN: What are your worst war stories bringing agentic applications into prod

3•yaoke259•58m ago•0 comments

Litterbox – Somewhat Isolated Development Environments

https://github.com/Gerharddc/litterbox
2•indigodaddy•58m ago•0 comments

The household battery revolution that could change energy bills and the world

https://www.theguardian.com/environment/ng-interactive/2026/may/31/cheaper-energy-bills-battery-r...
2•nl•1h ago•0 comments

Lotus Focus 2030: Reinforcing brand DNA with hybrid-V8 supercar

https://www.lotuscars.com/en/press/news/lotus-unveils-focus-2030
2•gnabgib•1h ago•0 comments

Muxcard, a dyi credit card size computer

https://github.com/krauseler/muxcard
3•sargstuff•1h ago•1 comments

K Is for K-Theory

https://www.maths.ox.ac.uk/outreach/oxford-mathematics-alphabet/k-k-theory
3•marysminefnuf•1h ago•0 comments

Lance: Unified Multimodal Modeling by Multi-Task Synergy

https://huggingface.co/bytedance-research/Lance
2•gmays•1h ago•0 comments

RAG demo for New Zealand residential tenancy law

https://tenancy.localrun.ai
4•jwongso•1h ago•0 comments

New car sales are dropping

https://gizmodo.com/as-1-million-new-car-buyers-vanish-from-u-s-economy-a-new-car-increasingly-be...
4•compounding_it•1h ago•0 comments

The AI Boom Is Coming to Your Backyard [video]

https://www.youtube.com/watch?v=bA2rUkm7J9k
2•mgh2•1h ago•0 comments

Show HN: I made a Gemma 4 Mac app that names screenshots with local AI

https://snapname.app
4•joas_coder•1h ago•2 comments

Ennigaldi-Nanna's Museum

https://en.wikipedia.org/wiki/Ennigaldi-Nanna%27s_museum
2•thunderbong•1h ago•0 comments

Grok Imagine Video 1.5 Preview Tops Image-to-Video Arena

https://arena.ai/leaderboard/image-to-video
2•firasd•1h ago•0 comments

Various USB Quirks Merged Ahead of Linux 7.1-Rc6

https://www.phoronix.com/news/Linux-7.1-rc6-USB
2•Bender•1h ago•0 comments

Ebola fears spark probe into infected monkey bite at Montana research lab

https://www.dailymail.com/news/article-15861421/Ebola-Montana-research-lab-Rocky-Mountain-Sheehy-...
3•Bender•1h ago•1 comments

Fortescue Nabrawind deploy first crane-less wind turbine in Africa

https://electrek.co/2026/05/30/fortescue-nabrawind-deploy-first-crane-less-wind-turbine-in-africa/
2•Bender•1h ago•0 comments

Xavier Becerra has doubts about California's EV ambitions

https://www.politico.com/news/2026/05/30/xavier-becerra-steyer-california-gas-car-sales-ban-00943501
4•alephnerd•1h ago•0 comments

Bill Gates Spent Years Crafting His Image. Now It's Cracking

https://www.wsj.com/business/bill-gates-image-epstein-e0b83243
7•doener•1h ago•2 comments

Workshop: Canonical's sandboxed, reproducible dev environments

https://www.omgubuntu.co.uk/2026/05/canonical-workshop-dev-environments
2•miiiiiike•1h ago•0 comments

UA flight – 'turn Bluetooth off or we're turning around'

https://old.reddit.com/r/unitedairlines/comments/1tse6mq/ua_flight_turn_bluetooth_off_or_were_tur...
17•slackpad•1h ago•4 comments

How to protect your AI endpoints with Vercel BotID

https://vercel.com/kb/guide/protect-ai-endpoints-with-vercel-botid
2•flashbrew•1h ago•0 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!