frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Bessent and the Fed help Japan reverse months of yen losses

https://www.japantimes.co.jp/business/2026/08/01/economy/us-treasury-yen-support/
1•mikhael•46s ago•0 comments

The Linux distro and desktop brawler

https://distrofighter.com/
2•ashitlerferad•6m ago•0 comments

AUR Packages Adoption And Pushes Disabled

https://lists.archlinux.org/archives/list/aur-general@lists.archlinux.org/message/YPJ3FQYJTJXXY3R...
1•Alien1Being•6m ago•0 comments

Go 1.27 Interactive Tour

https://victoriametrics.com/blog/go-1-27/index.html
3•Hixon10•10m ago•1 comments

ASRock BC-250: Building the Budget Steam Machine

https://plug-world.com/posts/2026/asrock-bc250-the-budget-steam-machine/
2•plug_world•11m ago•0 comments

Ask HN: ChatGPT free tier just stopped working, is this just me?

2•jacquesm•14m ago•0 comments

People Who Called for Averting Nuclear War Are Calling for AI Slowdown

https://allevato.me/2026/08/01/rome-declaration
1•kukanani•14m ago•0 comments

How to Model the True Cost per Token Across GPU Architectures

https://www.softwareseni.com/inference-economics-how-to-model-the-true-cost-per-token-across-gpu-...
1•thunderbong•14m ago•0 comments

Fast access to Trump's 'Truth Social' posts goes on sale for $100k per month

https://www.france24.com/en/americas/20260801-fast-access-trump-truth-social-posts-sale-for-100-0...
2•donbox•16m ago•2 comments

The Prospects for 128 Bit Processors ( John Mashey SGI 1995)

https://yarchive.net/comp/128bit.html
1•Alien1Being•20m ago•0 comments

Firstdrop

https://nuoy.app/firstdrop
1•bookofjoe•25m ago•0 comments

Crap: Conditional Resource Access Protocol

https://ajaxdavis.dev/crap/
1•thomasfromcdnjs•29m ago•0 comments

Smevals: A small eval suite for evaluating models, prompts, and harnesses

https://simonwillison.net/2026/Jul/31/smevals/
1•seahorseemoji•44m ago•1 comments

Persistent State Machines: LLM Attention with INT4 In-Memory Cells

https://zenodo.org/records/21753002
2•yusuke_esaka•44m ago•0 comments

It's Not Just Real Estate. China Is Dead [video]

https://www.youtube.com/watch?v=Gw_0vVtKFq0
1•Bender•47m ago•2 comments

The AI Bubble Survives on $1.65T in Hidden Debt

https://www.youtube.com/watch?v=HXlcMbxzz0U
1•cable2600•54m ago•0 comments

AMD's physical AI plans come into focus as company launch Ryzen embedded AI X100

https://www.servethehome.com/amds-physical-ai-plans-come-into-focus-as-company-launches-ryzen-emb...
1•teleforce•56m ago•0 comments

Guix shell now inside Emacs

https://tusharhero.codeberg.page/guix-shell-in-emacs.html
2•birdculture•1h ago•0 comments

Open-sourced a local WAN 2.1 mobile pipeline for on-device video generation

https://github.com/SaientAI/saient-quartz
1•SaientAI•1h ago•0 comments

Timeline Shift AI – An AI self-reflection companion for difficult decisions

https://ai.thetimelineshift.co.uk/beta-access.html
1•seededhealthltd•1h ago•0 comments

Dark Hours

https://darkhours.io
2•jparise•1h ago•0 comments

Nirmal Purja, Renowned Mountaineer, Dies at 43 After Pakistan Avalanche

https://www.nytimes.com/2026/08/01/world/asia/nirmal-purja-dead-pakistan-avalanche.html
3•whack•1h ago•0 comments

Plants and their ants: When flora and fauna team up

https://knowablemagazine.org/content/article/living-world/2026/ants-and-plants-keep-symbiotic-par...
3•marojejian•1h ago•1 comments

the death of uppercase: a bet I made around 20 years ago (that i lost)

https://thepeoplesrepublicofcouch.org/the-bet/
2•gaws•1h ago•0 comments

AI will always find a difference

1•ghassenfaidi•1h ago•0 comments

China's tech advances are causing chaos from Silicon Valley to the White House

https://www.theguardian.com/technology/2026/aug/01/china-silicon-valley-white-house
3•Teever•1h ago•1 comments

Suffering

https://www.aaronbergman.net/p/on-suffering
2•barry-cotter•1h ago•0 comments

Jaron Lanier and DeGrasse Tyson on "There Is No AI"

https://www.youtube.com/watch?v=a_ZKYH8v_do
3•lifeisstillgood•1h ago•1 comments

The brief life and sudden death of Zyzz

https://www.theguardian.com/film/2026/aug/02/the-brief-life-and-sudden-death-of-zyzz-why-did-the-...
3•mellosouls•1h ago•1 comments

Walsh: Multi-agent research pipeline with risk manager that can veto trades

https://github.com/ats4321/walsh
2•atshu21•1h 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!