frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

MyŠkoda Public API

https://public.api.connect.skoda-auto.cz/docs
1•bojan•41s ago•0 comments

Show HN: Restore real URLs in Google Search results

https://googlegotourl.com/
1•not_wowinter13•4m ago•0 comments

Show HN: Kvist – a Lisp for systems programming that compiles to Odin

https://github.com/kvist-lang/kvist
1•andreasflakstad•5m ago•0 comments

Marijuana Legalization Didn't Fill Emergency Rooms with Stoned Drivers

https://reason.com/video/2026/08/28/no-marijuana-legalization-didnt-fill-emergency-rooms-with-sto...
3•oatmeal1•8m ago•1 comments

Show HN: Passively Earn BTC/Sol/Anthropic for Using Claude Code

https://prmpt.cash/
2•enamakel•8m ago•0 comments

Show HN: PorchWeather – a free site that pings you when it's nice outside

https://porchweather.com/
1•gregable•11m ago•1 comments

Every Novel Is Boring–Until It Isn't

https://www.publicbooks.org/every-novel-is-boring-until-it-isnt/
1•samclemens•12m ago•0 comments

Anatomy of a Sex Scandal

https://www.newyorker.com/magazine/2026/08/24/a-scandal-in-konigsberg-christopher-clark-book-review
2•lermontov•12m ago•0 comments

Making the Unnecessary Easier

https://www.johndcook.com/blog/2026/08/28/making-the-unnecessary-easier/
1•ibobev•12m ago•0 comments

I helped to build GetCracked's Intermediate C++ Roadmap

https://www.sandordargo.com/blog/2026/08/28/getcracked-intermediate-cpp-roadmap
1•ibobev•13m ago•0 comments

'Fakers' by Rory Cormac Review

https://www.historytoday.com/archive/review/fakers-rory-cormac-review
1•pepys•13m ago•0 comments

Arrested for a Late Manuscript: Seicho Matsumoto's 'Tokyo Express'

https://www.millersbookreview.com/p/arrested-for-a-late-manuscript-seicho-matsumoto-tokyo-express
2•benbreen•13m ago•0 comments

I organize my Emacs configuration

https://en.andros.dev/blog/dc7db35a/how-i-organize-my-emacs-configuration/
1•ibobev•13m ago•0 comments

ARM weak memory consistency vs. TSO on Apple Silicon: what is it good for?

https://dl.acm.org/doi/abs/10.1145/3779212.3790129
1•fanf2•15m ago•0 comments

Borges Labyrinth in Venice reopens to the public

https://www.wallpaper.com/design-interiors/labirinto-borges-venice-reopening
1•gone35•15m ago•0 comments

Is "An agent with tools" the only valid LLM application?

2•gmarkwa•16m ago•0 comments

Tencent Hy4 Preview LLM

https://github.com/Tencent-Hunyuan/Hy4-preview
1•itvision•17m ago•0 comments

Searching for Biomarkers of Long Covid

https://www.nature.com/articles/s41598-026-68705-1
1•tiahura•19m ago•1 comments

Christopher Nolan's Finest Trick [video]

https://www.youtube.com/watch?v=livIbni7x7o
1•dmschulman•19m ago•0 comments

We’re rolling out ads in ChatGPT

1•kasdi•21m ago•2 comments

Ask HN: Is Gemini Having Issues?

1•gradus_ad•22m ago•0 comments

Tech giants urge global response to AI cybersecurity threats

https://www.dw.com/en/ai-companies-cybersecurity-threats-open-letter/a-78538592
1•abeppu•23m ago•0 comments

NSA wants access to 'all' AI models, top official says

https://www.nextgov.com/artificial-intelligence/2026/08/nsa-wants-access-all-ai-models-top-offici...
5•jethronethro•24m ago•0 comments

Police Officers Brag About Flock Gifts

https://ipvm.com/reports/flock-swag
4•jhonovich•24m ago•1 comments

LLMs Don't Replace Classical ML – They Feed It

https://bilanc.co/blog/llms-as-feature-extractors-for-classical-ml
2•mooreds•24m ago•0 comments

Unix V4 Workshop at Low Resource Computing

https://github.com/thaliaarchi/unix-v4-demo/blob/main/README.md
1•birdculture•26m ago•0 comments

Stopping the smart TV from being used against you

https://www.s-config.com/stopping-a-smart-tv-from-being-used-against-you/
10•speckx•29m ago•2 comments

The Cully Hill Boys – 110 minute AI film

https://higgsfield.ai/original-series/cully-hill-boys/full-film
2•thelastgallon•29m ago•1 comments

Why LLM infrastructure chokes: ternary and pentary logic matrix replacement

https://github.com/Zavodiuk/Technology_constructor/blob/main/README.md
1•ArchitectZav•30m ago•0 comments

Tell HN: Twitterwebviewer.com Has Been Discontinued

1•SpyCoder77•30m 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!