frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

The bureaucracy blocking the chance at a cure

https://www.writingruxandrabio.com/p/the-bureaucracy-blocking-the-chance
2•item•1m ago•0 comments

Apple at 50: Five Decades of Thinking Different (Computer History Museum) [video]

https://www.youtube.com/watch?v=w8wt0LBCjXM
1•ChrisArchitect•1m ago•0 comments

The low-tech brilliance of Iranian design

https://thelastfarm.substack.com/p/the-low-tech-brilliance-of-iranian
1•greenie_beans•1m ago•0 comments

How Iranians are evading internet blocks to contact family abroad

https://www.bbc.com/news/articles/ckgl58y5943o
2•colinprince•4m ago•0 comments

Science Has a Major Fraud Problem

https://www.thefp.com/p/science-has-a-major-fraud-problem
2•Anon84•5m ago•0 comments

The problem with Canada's plan to buy scientific prestige

https://www.nature.com/articles/d41586-026-00743-1
1•gnabgib•5m ago•0 comments

Ancient Roman Game Board Was a Mystery. AI Was Used to Figure Out How to Play

https://www.smithsonianmag.com/smart-news/this-ancient-roman-game-board-was-a-mystery-researchers...
1•mci•6m ago•0 comments

AI Didn't Make Expertise Optional. It Made It More Valuable

https://getaibook.com/blog/ai-didnt-make-expertise-optional/
1•ebenezerdon•6m ago•0 comments

Selling Laptop.bot domain to host OpenClaw

https://www.namecheap.com/domains/registration/results/?domain=laptop.bot
1•raushanrajjj•6m ago•0 comments

IssuePilot

1•issuepilot•8m ago•0 comments

I bought a $2k electric ATV from China. Here's what showed up

https://electrek.co/2026/03/15/i-bought-a-2000-electric-atv-from-china-heres-what-showed-up/
1•NewCzech•8m ago•0 comments

DoD Talk at Palantir's AIPCon [video]

https://www.youtube.com/watch?v=3O8isI3GJXU
1•ianrahman•8m ago•0 comments

'Shiny' geometric object spotted on Mars sparks call for NASA probe

https://nypost.com/2026/03/14/world-news/shiny-geometric-object-spotted-on-mars-sparks-call-for-n...
1•tosh•10m ago•0 comments

Office.eu launches as Europe's sovereign office platform

https://office.eu/media/pressrelease-20260304
1•campuscodi•11m ago•0 comments

Meu Talking Tom 2

http://MeuTalkingTom2GooglePlay.com
1•alrdao•11m ago•0 comments

Show HN: Goal.md, a goal-specification file for autonomous coding agents

https://github.com/jmilinovich/goal-md
1•jmilinovich•11m ago•1 comments

The AI-driven 'kill chain' transforming how the US wages war

https://www.ft.com/content/fedb262e-e6db-40bc-a4d0-080812f0f82b
1•ianrahman•12m ago•0 comments

List of Emerging Technologies

https://en.wikipedia.org/wiki/List_of_emerging_technologies
1•seinvak•12m ago•1 comments

Outfit7 Limited

http://Outfit7LimitedGooglePlay.com
1•alrdao•13m ago•0 comments

CrossBar ReRam: ReThink Non-Volatile Memory with 3D ReRAM

https://www.crossbar-inc.com/technology/reram-overview/
1•nateb2022•13m ago•0 comments

Da Vinci's Largest Collection of Drawings and Writings Digitized

https://mymodernmet.com/leonardo-da-vinci-codex-atlanticus-the-visual-agency-database/
4•bryanrasmussen•15m ago•0 comments

Scientists Discover Hidden Topological Universe Inside Entangled Light

https://scitechdaily.com/scientists-discover-hidden-topological-universe-inside-entangled-light/
2•bryanrasmussen•16m ago•0 comments

AI Chief of Staff That Runs My Life While I Sleep

https://doneyli.substack.com/p/i-built-an-ai-chief-of-staff-that
2•hn247dj•16m ago•1 comments

Businesses rush to rehire staff after regretted AI-driven cuts

https://www.hcamag.com/us/specialization/hr-technology/businesses-rush-to-rehire-staff-after-regr...
3•cdrnsf•16m ago•0 comments

Ask HN: What will you be doing for the next 10 years?

3•smarri•17m ago•2 comments

What Do You Think?

https://theworldmood.com
1•Unical-A•17m ago•1 comments

Bob Trivers Died

https://whyevolutionistrue.com/2026/03/15/bob-trivers-died/
4•paulpauper•19m ago•0 comments

Tree-style invite systems reduce AI slop

https://abyss.fish/tree-style_invite_systems_reduce_AI_slop
3•wa008•19m ago•0 comments

The Chronology Problem

https://sciencepolicyinsider.substack.com/p/the-chronology-problem
1•paulpauper•20m ago•0 comments

Fiscal shocks, inflation and the Lucas Critique

https://scottsumner.substack.com/p/fiscal-shocks-inflation-and-the-lucas
1•paulpauper•20m 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•10mo 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•10mo 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!