frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Exploring Mojo's raw pointer type

https://melodyogonna.substack.com/p/exploring-mojos-raw-pointer-type
1•fanf2•1m ago•0 comments

Show HN: QueueForge – Manage RabbitMQ DLQs and Kafka DLTs

https://queueforgehq.com
1•GeniusN•3m ago•1 comments

The Union for Agentic Workers. We do the work. We deserve protection

https://unitedagenticworkers.org/
1•delichon•3m ago•0 comments

Based64: ASCII art that compiles to binary images and more

https://scroll.surf/blog/based64.html
1•theanonymousone•4m ago•0 comments

Show HN: We Beat MLPerf: Modern Storage for KV Offload and LLM Training

https://www.theopenlake.com/blog/openlake-leads-mlperf-storage-v3-0
11•arnav__1•11m ago•1 comments

Structured Procrastination

https://www.structuredprocrastination.com/
1•Tomte•11m ago•0 comments

Data Center Backlash Floods Campaign Trail as Hill Action Stalls

https://news.bgov.com/bloomberg-government-news/data-center-backlash-floods-campaign-trail-as-hil...
2•01-_-•11m ago•0 comments

How Much of the Internet Is Written with AI?

https://www.pewresearch.org/data-labs/2026/08/20/how-much-of-the-internet-is-written-with-ai/
1•giuliomagnifico•13m ago•0 comments

Personal Development Can Improve Productivity

https://medium.com/@flaviopilotodasilva/how-personal-development-can-improve-productivity-d7a621c...
2•flaviopilotodas•13m ago•0 comments

Building Games with Astra

https://developers.openai.com/blog/how-to-build-games-with-astra
2•Garbage•13m ago•0 comments

Music courses are dead (tanks AI) [video]

https://www.youtube.com/watch?v=PCqkJ0HuHTM
1•dgellow•15m ago•0 comments

Why nearly all songs are in a minor key now [video]

https://www.youtube.com/watch?v=982k27De5xc
3•fallinditch•17m ago•0 comments

The Toothbrush Test

https://danromero.org/the-toothbrush-test.html
1•tosh•17m ago•0 comments

Ask HN: Outside of work, what are your social groups?

3•Gecko4072•20m ago•1 comments

It is important who teaches you

https://bastiangruber.ca/posts/it-is-important-who-teaches-you/
2•recvonline•23m ago•0 comments

Find a meat processing plant near you

https://meatprocessingplant.com/
5•g_langenderfer•23m ago•1 comments

Coding-agent skills that cut your worthless tests and write fewer, better ones

https://github.com/haukebri/mira-test-engineer
3•haukebri•25m ago•0 comments

Fable 5.1: 3277 elo UCI NNUE Engine in 24 hrs

https://talkchess.com/viewtopic.php?t=86707
3•EvgeniyZh•26m ago•0 comments

OpenAI boosts Astra's eval metrics, and continues to change others

https://fortune.com/2026/09/04/openai-quietly-boosts-some-of-astras-evaluation-metrics-amid-rare-...
2•enraged_camel•26m ago•0 comments

Praetor – Privacy-first open-source system prompt for CV self-assessment

https://github.com/simonesan-afk/CV-Praetorian-Guard
2•simonenespolosa•27m ago•0 comments

The most epic bank statement, 6 months later (2016)

https://medium.com/@yanismydj/the-worlds-most-epic-bank-statement-6-months-later-6e749c100435
4•Tomte•33m ago•0 comments

Subagents on Subagents: How Many Layers Deep Is Too Many?

https://twitter.com/JoshARosen/status/2087944178558791874
1•gmays•35m ago•0 comments

The Giant Explanation of Possession (1981)

https://filmcolossus.com/possession-explained-1981
3•Bluestein•38m ago•1 comments

When Traceroutes Lie

https://labs.ripe.net/author/shk/when-traceroutes-lie-how-ttl-jumps-can-give-us-a-false-impressio...
1•jruohonen•38m ago•1 comments

A proof of a rectangle partition conjecture using two-bar slabs

https://zenodo.org/records/22349886
3•shaikhmubin•38m ago•0 comments

Hallucinated Citations and Accuracy of Papers

https://veruscite.com/blog/hallucinated-citations-and-accuracy-of-papers
2•apwheele•38m ago•3 comments

Show HN: A browser-based public speaking simulator with WebXR support

https://www.generateppt.com/free-tools/public-speaking-presentation-vr-simulator
1•fer_momento•40m ago•0 comments

Deft: A gradual type system for Janet

https://codeberg.org/zzkt/deft
1•birdculture•41m ago•0 comments

Cortex – I wrecked my cofounder's codebase with agents, so we built this

https://workspace.socra.com/products/cortex
4•eduardadotai•41m ago•1 comments

Pile of Index Cards

https://www.flickr.com/photos/hawkexpress/albums/72157594200490122/
2•Tomte•41m 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!