frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

The #1 Reason Engineers Fail Technical Interviews (Data from 20K+ Sessions)

https://snubber.ai/blog/state-of-hardware-engineering-interviews-2026
1•Andreas2202•53s ago•0 comments

How to know if your prayer is accepted

https://aboutislam.net/counseling/ask-the-scholar/prayer/know-prayers-accepted/
1•marysminefnuf•3m ago•0 comments

Ask HN: How are you protecting yourself from skill atrophy?

1•xpnsec•4m ago•0 comments

Verígrafo – Temporal Knowledge Graph over Spain's 330K+ official government docs

https://verigrafo.com/
1•munirjojoverge•4m ago•0 comments

The Little Red Dot

https://idiallo.com/blog/little-red-dot
1•foxfired•5m ago•1 comments

Russia's Novosibirsk declares cattle disease emergency as culls spark protests

https://www.reuters.com/business/environment/russias-novosibirsk-region-declares-cattle-disease-e...
1•embedding-shape•5m ago•0 comments

Claude Is Getting Better. What About Us?

https://pydantic.dev/articles/learning-in-the-age-of-ai
1•curiouska•8m ago•0 comments

The more I work with AI (LLMs) the more disillusioned I become

1•iRespectYui•8m ago•0 comments

Autoresearching Apple's "LLM in a Flash" to run Qwen 397B locally

https://twitter.com/danveloper/status/2034353876753592372
2•m-hodges•9m ago•0 comments

VHS Slipcover Maker

https://vhs.texs.org/en/slipcover?bg=000000.t1.43.0.137.178.110.t1.43.0.137.178.110&pl=0&logo=0&c...
1•colinprince•11m ago•0 comments

Viewpoints Research Institute

https://www.vpri.org
1•gone35•13m ago•0 comments

MoveSmart – AI moving cost estimator trained on 50k completed moves

https://www.movesmart.co/
1•msheier•13m ago•0 comments

Show HN: HF-agents, CLI extension to find the best model/quant for your hardware

https://github.com/huggingface/hf-agents
1•clmnt•13m ago•0 comments

Show HN: Timeliner.cc – Find Historical Connections

https://timeliner.cc/
1•schnau_software•14m ago•0 comments

Trey the Triceratops

https://www.joopiter.com/stories/trey-the-triceratops
1•gmays•15m ago•0 comments

TigerFS – A Filesystem Backed by PostgreSQL

https://tigerfs.io
2•hahahacorn•16m ago•0 comments

Horizon Worlds Is Dropping VR Support, Going Flatscreen-Only

https://www.uploadvr.com/meta-horizon-worlds-dropping-vr-support/
1•tosh•16m ago•0 comments

Aliens.gov

https://defensescoop.com/2026/03/18/white-house-registers-new-alien-gov-domains-ufo-uap/
2•warthog•17m ago•0 comments

Igbo-Ora, the scientific enigma of the 'twin capital of the world'

https://english.elpais.com/international/2026-03-12/igbo-ora-the-scientific-enigma-of-the-twin-ca...
2•bookofjoe•18m ago•0 comments

Show HN: Browser-based ECU tuning editor for VAG Simos 18 / DQ250

https://theflashbold.github.io/tune-editor/
1•TheFlashBold•21m ago•0 comments

NemoClaw vs. Grith: Sandbox for One Agent vs. Security for All

https://grith.ai/blog/nemoclaw-vs-grith-ai-agent-security
3•edf13•22m ago•0 comments

Show HN: Crossle – Scrabble meets crossword game

https://playcrossle.com/
3•enahs-sf•23m ago•4 comments

Cindy Cohn on Privacy Battles Old and New

https://lwn.net/SubscriberLink/1061979/3d095580f34f5310/
1•dannyobrien•25m ago•0 comments

Pictures of Distant Worlds [video]

https://www.youtube.com/watch?v=Sl4j9mlRjQE
1•superjan•25m ago•1 comments

Treetable: a case-study in q

https://web.archive.org/web/20220418084435/http://archive.vector.org.uk/art10500340
1•tosh•25m ago•0 comments

Ask HN: How to Evaluate IP Dataset?

1•punkpeye•25m ago•0 comments

DNSSEC for Research.gov Is Hosed

https://dnsviz.net/d/research.gov/dnssec/
1•krunck•26m ago•0 comments

Travis Kalanick's New Thing

https://atoms.co/
1•sanj•27m ago•0 comments

Why Testing is Hard and How to Fix it [audio]

https://signalsandthreads.com/why-testing-is-hard-and-how-to-fix-it/
1•mmillin•30m ago•0 comments

XPFarm; Open-source vulnerability scanner wrapping community tools and Multi-LLM

https://github.com/A3-N/xpfarm
1•A3-N•31m 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•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!