frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Among European Companies That Use a CDN, Nearly 9 in 10 Use Cloudflare

https://ciphercue.com/blog/european-cdn-concentration-cloudflare-nine-in-ten
1•adulion•1m ago•0 comments

Working Apple-1 "Hatfield" up for sale

https://www.macrumors.com/2026/09/02/hatfield-apple-1-auction/
1•mbanerjeepalmer•2m ago•0 comments

The Record Says

https://read.zerosevzero.com/p/the-record-says
1•quicksilver03•3m ago•0 comments

Busy_timeout order matters in SQLite connection string

https://freshteapot.net/writing/sqlite-connection-string-order/
1•freshteapot•4m ago•1 comments

Coachable Agents for Interactive Gameplay

https://arxiv.org/abs/2607.00642
1•webrot•6m ago•0 comments

The HydroGym reinforcement learning platform for fluid dynamics

https://www.nature.com/articles/s41586-026-10917-6
1•loiseaujc•13m ago•0 comments

Build a Reasoning Model, Scratch 2: Base, Text Gen, KV Caching [Seb Raschka][YT]

https://www.youtube.com/watch?v=BJua0yjO5dk
1•mdp2021•14m ago•0 comments

Jeff Bezos and the Age of Amazon (2014)

https://medium.com/galleys/the-everything-store-6ce05e08ed08
1•tosh•16m ago•0 comments

How India Eradicated Polio

https://altermag.com/articles/how-india-eradicated-polio
1•trojanalert•20m ago•0 comments

Neural Canvas: a fruit fly connectome demo in the browser

https://huggingface.co/spaces/Xenova/fruit-fly-simulation
1•codelion•21m ago•0 comments

The binary I ship is the binary I want to test

https://blog.maxgio.me/posts/the-binary-i-ship-is-the-binary-i-want-to-test/
1•maxgio92•22m ago•1 comments

England's teens outperform peers in most countries in maths, reading and science

https://www.theguardian.com/education/2026/sep/08/england-teenagers-outperform-peers-in-most-coun...
2•defrost•24m ago•0 comments

Logitech launches MX Keypad for developers

https://news.logitech.com/press-releases/news-details/2026/Logitech-Unveils-MX-Keypad-for-Develop...
1•fourfire•25m ago•0 comments

Is the UK government the new training ground for AI execs?

https://www.theguardian.com/technology/2026/sep/07/architect-uk-ai-policy-quits-anthropic-conflic...
1•nixlaz•26m ago•0 comments

CERN LHCb upgrade under threat after UK pulls funds

https://www.researchprofessionalnews.com/rr-news-europe-infrastructure-2026-8-lhcb-upgrade-still-...
1•g6pdh•29m ago•0 comments

Atoonk/packetio: high-performance packet I/O library for Go

https://github.com/atoonk/packetio
1•pjf•29m ago•0 comments

Please consider running a NTP server in the NTP Pool

https://dreamstation.systems/personal/ntppool.html
4•robinpie•29m ago•0 comments

Show HN: EdgePad – tool for configuring edge touchpad gestures on Linux laptops

https://github.com/assembledev/edgepad
2•dev-e•29m ago•0 comments

Isthmus: History as an Answer Key in Cross-Field Retrieval [pdf]

https://darksigma.com/cross-field-retrieval-benchmark-isthmus.pdf
1•LumiTharMan•30m ago•0 comments

The firms turning recruitment into X Factor-style competitions

https://www.bbc.co.uk/news/articles/cgk43mn42g7o
3•baloki•31m ago•0 comments

Two children died from gene therapies in China: where the field goes next

https://www.nature.com/articles/d41586-026-02497-2
4•sbulaev•37m ago•2 comments

Python Turtle Graphics

https://docs.python.org/3/library/turtle.html
2•gebt•38m ago•0 comments

DeepSeek v4.1 Flash is now available for internal beta testing

3•dares2573•40m ago•0 comments

Machine learning of artistic fingerprints in jazz

https://www.nature.com/articles/s42256-026-01279-9
1•tobr•42m ago•0 comments

"Hammock Driven Development" (2010)

https://www.youtube.com/watch?v=f84n5oFoZBc
1•birdculture•47m ago•0 comments

A Unified Benchmark for Egocentric Human-to-Robot Dexterous Hand Image Editing

https://github.com/HandEdit/HandEdit
1•kaonashi-tyc-01•49m ago•0 comments

Refine Cycle: self-improvement plugin for Hermes Agent

https://github.com/Bergschloss/Refine-Cycle-for-Hermes-Agent
1•1134taras•49m ago•0 comments

Show HN: Use Strava's official MCP with other chatbots

https://github.com/leecjohnny/strava-mcp-gateway
1•leecmjohnny•51m ago•0 comments

I talked to deep buddy about AI solving Navier Stokes rumors

https://www.echohive.ai/deep-talk-buddy/navier-stokes
1•echohive42•54m ago•0 comments

How AI based programming could work (2016)

https://bjenik.com/AIBasedProgramming/
1•andsoitis•57m 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!