frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Aperion Shield: local guardrail that blocks destructive AI coding agent ops

https://github.com/AperionAI/shield
1•ScottAperion•1m ago•0 comments

What do the ropes at Shinto shrines mean? [video]

https://www.youtube.com/shorts/cwrlkaId_X0
1•keepamovin•1m ago•0 comments

Intuit Announces 17% Layoffs

https://old.reddit.com/r/cscareerquestions/comments/1tikket/intuit_announces_17_layoffs/
1•theanonymousone•1m ago•0 comments

Does Your Startup Need an AI Data Analyst?

https://www.hadijaveed.me/2026/05/18/byaan-agent-harness-for-data-queries/
1•hjaveed•2m ago•0 comments

Gemini 3.5 Flash: more expensive, but Google plan to use it for everything

https://simonwillison.net/2026/May/19/gemini-35-flash/
1•flyaway123•2m ago•0 comments

Show HN: Every Lego minifigure ranked, from over 1.3M user votes

https://brickelo.com
1•gpattle•2m ago•1 comments

Evidence-Graded Timelines

https://zeroagendanews.com/methodology/
1•factorialboy•3m ago•0 comments

Evolutionary Psychologist Gad Saad Explains the Woke Mind Virus (2024)

https://www.prageru.com/videos/evolutionary-psychologist-gad-saad-explains-the-woke-mind-virus-an...
1•neofrog•3m ago•0 comments

How Much of the Internet Is AI Slop?

https://www.statsignificant.com/p/how-much-of-the-internet-is-ai-slop
1•prismatic•4m ago•0 comments

Toast gets a website redesign to celebrate its system theme

https://paradise-runner.github.io/toast/
1•dividedcomet•6m ago•1 comments

We've entered a golden age of idea thieves and liars

https://www.machinesociety.ai/p/weve-entered-a-golden-age-of-idea
2•mikelgan•7m ago•1 comments

Execs admit AI makes them value human workers less

https://www.theregister.com/ai-ml/2026/05/13/execs-admit-ai-makes-them-value-human-workers-less/5...
1•samtrack2019•8m ago•0 comments

Mast Climber

https://nabkmastclimber.com
1•youssefmaia•9m ago•1 comments

Mass surveillance of foreigners in China revealed by abandoned demo dashboard

https://netaskari.substack.com/p/sharp-eyes-how-to-track-a-foreigner
1•ilamont•9m ago•0 comments

LLM INQUISITOR: Evaluating how AI models handle long, realistic tasks

https://github.com/AssimilatedHuman/LLM-Inquisitor
1•ballista2026•9m ago•0 comments

A self-hosted, unified webmail client

https://github.com/maathimself/mailflow
1•goldfish8543•9m ago•0 comments

Scheduled GitHub Actions are now useless

https://www.viblo.se/posts/scheduled-gh-actions/
2•viblo•11m ago•0 comments

Map of music

https://toposonico.com/#lon=10.0593&lat=-4.5548&z=6.56&entity=track&rowid=8714
2•deppep•12m ago•0 comments

America's Greatest Strategic Blunder: The Imprisonment of Qian Xuesen

https://danieltan.weblog.lol/2026/05/americas-greatest-strategic-blunder-the-imprisonment-of-qian...
15•danieltanfh95•14m ago•0 comments

Show HN: One dev environment for humans, CI, and AI agents

https://ralch.com/blog/one-dev-environment-for-humans-ci-and-agents/
1•svett•14m ago•0 comments

UK competition regulator investigates Microsoft

https://brucelawson.co.uk/2026/uk-competition-regulator-investigates-microsoft/
3•moebrowne•16m ago•0 comments

Three Loops at Three Rates, the Cascade Behind Every Walking Humanoid

https://atomsfrontier.substack.com/p/three-loops-at-three-rates-the-cascade
1•jpatel3•17m ago•0 comments

Show HN: Mathabito – A simple addition and subtraction game for mobile

https://www.mathabito.com/
1•UansaS•17m ago•0 comments

Agent performance was never the hard part

https://jackholt44.github.io/2026/05/20/agent-performance-was-never-the-hard-part/
1•jackholt•18m ago•1 comments

Development environments for your cloud agents

https://cursor.com/blog/cloud-agent-development-environments
1•gmays•19m ago•0 comments

SIMD-accelerated integer-to-string conversion

https://lemire.me/blog/2026/05/18/simd-accelerated-integer-to-string-conversion/
1•ibobev•22m ago•0 comments

How athlete performance changed over the last 50 years

https://www.kine.vision/blog/how-athlete-performance-changed-over-50-years
2•tetek•23m ago•0 comments

Congrats, new grads Welcome to job market hell

https://www.washingtonpost.com/technology/2026/05/20/ai-upends-job-market-new-college-graduates-w...
1•wallflower•24m ago•0 comments

Code as Agent Harness

https://arxiv.org/abs/2605.18747
3•s-xyz•26m ago•0 comments

Sp.h is the standard library that C deserves

https://spader.zone/sp/
2•dboon•28m 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!