frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Meta Just Launched Muse

1•Qhloi•27s ago•0 comments

China-Based AI Companies Using Distillation at Scale Against US AI Companies

https://www.cisa.gov/news-events/cybersecurity-advisories/aa26-251a
1•GrinningFool•39s ago•0 comments

Songspot – How Fast Can You Name a Track?

https://playdaily.org/songspot
2•WaterlooWarrior•1m ago•0 comments

Ask HN: As AI becomes more capable what's the value of knowledge?

1•mettamage•2m ago•0 comments

Ineffable Intelligence adds six cofounders

https://fortune.com/2026/09/07/ineffable-intelligence-hires-cofounders-hiring-google-deepmind-ins...
1•derangedHorse•2m ago•0 comments

ChatGPT Is Apologetic, Claude Is Self-Righteous, Both Need a Human Translator

https://correresmidestino.com/you-still-need-a-human-translator/
1•frizlab•2m ago•0 comments

JasyPDF – Create PDFs easier than ever

https://jasy.dev/
1•eustoria•3m ago•0 comments

Build the semantic layer for agents instead of people

https://www.angellist.com/blog/the-semantic-layer-nobody-maintains
1•jmrothrock_3•4m ago•0 comments

A Pageflip/Flipbook Custom Element Powered by HTML-in-Canvas

https://www.bram.us/2026/09/02/html-in-canvas-pageflip/
1•eustoria•4m ago•0 comments

California winemaker Tom Rinaldi has died

https://www.sfchronicle.com/food/wine/article/tom-rinaldi-duckhorn-obituary-22422146.php
1•brandonb•4m ago•0 comments

Show HN: Blackholes – A macOS workspace for coding agents

https://blackholes.dev
1•andygeek•6m ago•0 comments

Ask HN: I can't submit and my account is from 2024

1•ahmedhossamdev•7m ago•1 comments

Urban congestion relief experiments through routing-app interventions

https://www.nature.com/articles/s44284-026-00443-x
1•bhouston•8m ago•0 comments

Ask HN: What is your best Agent Skill?

1•kingkongjaffa•9m ago•0 comments

AIs as Modern Genies

https://www.schneier.com/blog/archives/2026/09/ais-as-modern-genies.html
1•eustoria•10m ago•0 comments

Relay: How We Built a Home for Agent-Created Work

https://georgianailab.substack.com/p/relay-how-we-built-a-home-for-agent
2•biswurmt•11m ago•0 comments

Show HN: Text-to-SQL says "no records found" when it should say "denied"

https://github.com/ashishsinha1602/schemagate
1•asinha0216•11m ago•0 comments

The irrational effectiveness of the Pi harness

https://rednafi.com/misc/pi-harness/
2•ingve•11m ago•0 comments

Show HN: SoundNativ – Fix Your English Accent

https://soundnativ.com
1•mhnnnn•13m ago•0 comments

Nonsensical official Microsoft support page in the wild – likely LLM translated

https://support.microsoft.com/he-il/windows/deployment/updates-lifecycle/windows-update-is-now-ca...
1•safwat-halaby•13m ago•1 comments

Tao: Open math problems being non-renewably mined by AI

https://mathstodon.xyz/@tao/117237320796901560
1•_alternator_•13m ago•0 comments

So, who all are in your lottery prize distribution list?

https://iamvishnu.com/posts/your-lottery-distribution-list
1•vishnuharidas•14m ago•0 comments

There has to be an in between with AI coding

https://gabrielsampson.com/blog/there-has-to-be-an-in-between-with-ai-coding/
1•sampsn•15m ago•0 comments

Show HN: Draw the Rest of the Owl

https://luke.zip/posts/draw-the-owl/
1•yathern•17m ago•0 comments

Research on Outbound B2B Prospecting with AI

1•deniswsrosa•20m ago•1 comments

Parallel Fun with Monoids

https://okmij.org/ftp/Algorithms/map-monoid-reduce.html
2•nbaksalyar•22m ago•0 comments

WhisperWhy – Local STT WhisperFlow Alternative

https://github.com/ankurCES/whisperWhy
1•ankurCES•27m ago•0 comments

Tiobe Index for September 2026: Python Drops Below 18%, Julia Near Top 20

https://www.techrepublic.com/article/news-tiobe-september-2026-julia-nears-top-20/
4•TheWiggles•30m ago•0 comments

I turn screen recordings into interactive step-by-step video guides

https://alexhints.com/
1•ipselon•31m ago•0 comments

Show HN: Thread to Self – a private message thread with yourself

https://threadtoself.com
2•cwalenciak•33m 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!