frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Recreating Voodoo Graphics and a Late-1990s Gaming PC on an FPGA

https://nand2mario.github.io/posts/2026/zsst-voodoo/
1•faragon•35s ago•1 comments

A Tale of HomeLab Data Corruption and Recovery

https://blog.lyc8503.net/en/post/pve-vm-data-recovery/
1•uneven9434•55s ago•0 comments

A flaw in the reset-credentials flow of the keycloak-services component

https://nvd.nist.gov/vuln/detail/cve-2026-18963
1•mooreds•57s ago•0 comments

Transformers Are Efficient Compilers, Provably

https://arxiv.org/abs/2410.14706
2•Bluestein•1m ago•0 comments

A Social Media Hiatus

https://leaflet.pub/p/did:plc:x2nsupeeo52oznrmplwapppl/3muulq4rtqs2h
1•mooreds•2m ago•0 comments

Show HN: ZeroThesis – Multiplayer Autoresearch with Agents

https://zerothesis.com
3•KrishnaMadala•3m ago•0 comments

ByteX: A Unified AI Search Engine at ByteDance

https://arxiv.org/abs/2608.30607
1•softwaredoug•5m ago•0 comments

VCO:Lets any agent to operate web pages and desktop screens

https://github.com/lo2589/vco
1•yoliliya•9m ago•0 comments

Genesis Mission: AI and Quantum Computing for Scientific Discovery

https://github.com/donutloop/donutloop-genesis/blob/main/README.md
1•donutloop•10m ago•0 comments

Show HN: Made a social media scheduler that doesnt require a subscription

https://www.trypia.app/
1•DevEric•11m ago•0 comments

Ternus to potentially squeeze more out of App Store

https://daringfireball.net/linked/2026/09/06/gurman-schiller-app-store
1•AndrewSwift•13m ago•1 comments

OpenLara ported to ESP32-P4 (No GPU, 30fps software rendering)

https://github.com/alexkid77/openlara_esp32p4
1•alexkid777•14m ago•1 comments

The Dataflow Model Revisited

https://www.vldb.org/pvldb/volumes/19/paper/The%20Dataflow%20Model%20Revisited
1•scott_s•14m ago•1 comments

A2-Full on an ESP32-S3 Shouldn't Fit

https://playtaurus.com/blog/running-nam-a2-full-natively-on-an-esp32-s3
1•arbayi•14m ago•0 comments

The Liberouter Project

https://www.liberouter.org/
1•Bluestein•14m ago•0 comments

Tesla's Cybercab has been deployed, and it's under investigation

https://www.wired.com/story/tesla-cybercab-officially-launches-today-its-already-under-investigat...
1•rbanffy•15m ago•0 comments

Ask HN: What are you working on? (September 2026)

1•meerita•20m ago•0 comments

Science of the Gaps

https://lukesmith.xyz/articles/science-of-the-gaps/
1•airhangerf15•21m ago•0 comments

Valve Handbook [pdf]

https://cdn.fastly.steamstatic.com/apps/valve/Valve_NewEmployeeHandbook.pdf
3•skogstokig•24m ago•0 comments

A State-Driven Flow System for Hash, PRNG and XOF

https://github.com/Ligatum/Lustro
1•Ligatum•24m ago•0 comments

Coffee with capsicum? How data is changing the food on your plate

https://indianexpress.com/article/long-reads/how-ai-data-computational-gastronomy-redefining-flav...
1•thunderbong•25m ago•0 comments

Choosing a Framework Desktop for Local AI: 32GB, 64GB, and 128GB

https://frame.work/pl/en/blog/choosing-a-framwork-desktop-for-local-ai
2•rdslw•27m ago•0 comments

Measuring benchmark optimization in speech recognition

https://huggingface.co/blog/asr-benchmark-optimization
2•gmays•28m ago•0 comments

Kiyosaki, Rich-Dad-Poor-Dad author, is 1.2B in debt

https://www.vanityfair.com/story/the-wild-origins-of-rich-dad-poor-dad
3•KellyCriterion•29m ago•0 comments

Show HN: YouAskTube: Type Ask in URL for Anon YT Chat

https://youasktube.com/
1•BitVibeLabs•31m ago•0 comments

I Wrote My First Book Like a Puzzle

1•JRCrest•32m ago•0 comments

Following legal advice, the Nitter project will continue

https://github.com/zedeus/nitter
63•Cider9986•33m ago•7 comments

Nitter is unarchived and will continue

https://github.com/zedeus/nitter/commit/1428b4c2b4246f92a7e5b2673438e5fb39fcc4a3
5•zImPatrick•35m ago•0 comments

I threw a ton of various logic puzzles at Astra and it solved of them

https://twitter.com/fakepsyho/status/2096588951251243219
1•stared•36m ago•0 comments

Scunthorpe Problem

https://en.wikipedia.org/wiki/Scunthorpe_problem
1•chistev•37m 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!