frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: ISLP textbook rebuilt from PDF into ePub, using Claude Code

https://github.com/govarthenan/islp-epub
1•govarthenan•1m ago•0 comments

Math Academy Success Stories

https://www.justinmath.com/math-academy-success-stories/
1•surprisetalk•3m ago•0 comments

Open Source Is Not a Virtue: It's an Ownership Model

https://blog.mozilla.ai/open-source-is-not-a-virtue-its-an-ownership-model/
1•angpt•6m ago•0 comments

R2 Autonomy+ Roadmap

https://stories.rivian.com/r2-autonomy-roadmap-software
1•whicks•7m ago•0 comments

Show HN: LLM-enabled large data analysis

https://app.verbagpt.com
1•symuz•9m ago•0 comments

OpenAI 'will be a public company in 2027' or sooner, CFO Friar tells employees

https://www.cnbc.com/2026/08/19/open-ai-ipo-timing-2027-friar.html
1•tiahura•9m ago•1 comments

Hiding internal state in TypeScript objects

https://www.carlos-menezes.com/posts/hiding-properties-typescript
2•carlos-menezes•11m ago•0 comments

JIT Compiling Code in 5μs

https://malisper.me/jit-compiling-code-in-5-us/
1•malisper•12m ago•0 comments

Meta's Internal Research

https://metasinternalresearch.org
1•throw0101d•13m ago•1 comments

US retail giant Target doubles $1 BILLION income last quarter via tariff refunds

https://www.bbc.com/news/articles/c78gp4y8d3eo
1•ck2•14m ago•3 comments

New Manic Android malware can exfiltrate data through nearby devices

https://www.bleepingcomputer.com/news/security/new-manic-android-malware-can-exfiltrate-data-thro...
2•Brajeshwar•15m ago•0 comments

Teachers Pay Teachers hit by a wave of A.I. content with mistakes [video]

https://www.youtube.com/watch?v=qBVzsolalJ8
1•pavel_lishin•16m ago•0 comments

Could AIs Become Conscious?

https://economist.com/leaders/2026/08/20/could-ais-become-conscious
2•andsoitis•17m ago•2 comments

State of SaaSpocalypse

https://app.agentgrid.io/artifacts/BSSoRuFsywQAyzxDAsbmUg
1•avishic•18m ago•1 comments

One human. Agents. 3,913 merged PRs in 30 days

https://github.com/kungfu-systems/site-libkungfu-dev/blob/main/docs/research/parallel-runtime-pat...
1•ungfu•20m ago•0 comments

Show HN: Spec4j makes your REST APIs YAMLless

https://github.com/marketplace/actions/spec4j
2•enismustafaj•21m ago•2 comments

Ask HN: Help to Improve Numax's Website?

https://github.com/GianIac/numax/issues/111
1•gianiac•22m ago•1 comments

Instant (Instantdb.com) Sunsetting

https://discord.com/channels/1031957483243188235/1148279464132890714/1540001948596445324
2•ibejoeb•23m ago•2 comments

Polchinski's Paradox

https://www.futilitycloset.com/2026/08/12/polchinskis-paradox/
2•surprisetalk•24m ago•0 comments

We trained small language models specifically for voice-to-text transformation

https://superwhisper.com/blog/s1
2•bpjzy•24m ago•1 comments

Code Factories Without Quality: The AI Development Blind Spot

https://www.qawolf.com/blog/code-factories-without-quality
2•BinRoo•25m ago•0 comments

Show HN: Open-source Stripe Connect alternative

https://zoneless.com
4•tinyprojects•25m ago•1 comments

Show HN: Check if any of the $656M in unclaimed royalties at The MLC is yours

https://pub.doub.ly/
3•knaught•26m ago•0 comments

I Finally Got Discouraged By DevTo

https://thibaultduponchelle.github.io/I-finally-got-discouraged-by-devto
1•reeeese•26m ago•0 comments

Stealing Blame

https://avivbenyosef.com/stealing-blame/
1•avivby•26m ago•0 comments

Show HN: Ullis – Local Ternary Moe-Kan Training and Inference Engine in Rust

https://github.com/Vladislav-Kalinkin/ullis
1•vlad_kalinkin•27m ago•0 comments

Just Fucking Use Neovim

https://www.justfuckinguseneovim.com/
3•hacb•27m ago•0 comments

Silencing the Second Hand of a Second-Hand Bird Clock

https://www.kyleniewiada.org/blog/2026/08/silencing-bird-clock-tick-tock/
1•speckx•28m ago•0 comments

Is Claude Code a bad harness?

https://generray.substack.com/p/is-claude-code-a-bad-harness
2•wsun19•28m ago•1 comments

ProgramBench Vetted: Reverse Engineering from a Runnable Binary

https://vetto.ai/companies/programbench-vetted.html
10•rigelbm•29m 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!