frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

AI Used to Verify Toughest Mathematics Proof Yet

https://spectrum.ieee.org/axiom-math-246-theorem-formalization
1•pseudolus•31s ago•0 comments

Show HN: Kitsunagu – A platform to find English-speaking professionals in Japan

https://kitsunagu.com/
2•byra•2m ago•0 comments

The most complex time in 20 years to build an enterprise software startup

https://eportnoy.substack.com/p/the-chaotic-enterprise-startup-period
1•eliportnoy•4m ago•0 comments

The hyperscalers' exploding 'purchase commitments' reach $1.5T

https://www.ft.com/content/1fbe47a6-bbf1-4de1-973b-8ce5baea591d
2•root-parent•5m ago•1 comments

Fredkin's Paradox

https://en.wikipedia.org/wiki/Fredkin%27s_paradox
1•throw0101a•7m ago•0 comments

Handover of In-Context Learning State Across Session Boundaries

https://arxiv.org/abs/2608.14528
1•ninadwrites•8m ago•0 comments

We still don't know how people are using AI

https://www.technologyreview.com/2026/08/18/1142226/how-people-use-ai/
3•joozio•9m ago•0 comments

Daron Acemoğlu: We Are "At the Cusp of Losing" Liberal Democracy [video]

https://www.youtube.com/watch?v=rvOfGzNn3-0
4•mertbio•9m ago•0 comments

Show HN: AirStats – Mac menu bar system monitor, 0.046% CPU idle, MIT

https://github.com/byrencheema/airstats
2•byrencodes•11m ago•0 comments

The Case for Deep Conversation in a World of Small Talk

https://thewalrus.ca/small-talk/
1•pseudolus•13m ago•0 comments

Data driven essay: Misogyny kills; misandry kills at scale

https://socialsommentary.substack.com/p/misogyny-kills-misandry-hurts-feelings
1•dandare•13m ago•0 comments

ARM64 BBML3 Feature Ready with Linux 7.3, Nvidia Olympus Workarounds

https://www.phoronix.com/news/ARM64-Linux-7.3
2•rbanffy•13m ago•0 comments

Show HN: ImageSage – Find the screenshot you want from 10k messy screenshots

https://apps.microsoft.com/detail/9mt89hd9s6sm?hl=en-US&gl=US
1•ringlochid•19m ago•0 comments

Bootstrappable Builds: How and Why

https://lwn.net/SubscriberLink/1088279/ada6cd53d01cdafa/
1•6581•23m ago•0 comments

Security Through Obscurity

https://en.wikipedia.org/wiki/Security_through_obscurity
2•thuva4•26m ago•0 comments

Meta faces pivotal kids' safety trial

https://www.politico.com/news/2026/08/18/meta-faces-pivotal-kids-safety-trial-01039903
1•0in•27m ago•0 comments

Each degree of warming could add a month of intolerable heat for 1B people

https://phys.org/news/2026-08-degree-month-intolerable-billion-people.html
3•geox•29m ago•0 comments

Operation Blue Skies: Reducing aviation climate impact with AI

https://blog.google/innovation-and-ai/models-and-research/google-research/blue-skies/
1•thm•30m ago•0 comments

Show HN: MCP-Proxy Add MCP support to any REST API – no code changes required

https://github.com/crhuber/mcp-proxy
2•cr_huber•34m ago•0 comments

Show HN: MyPdfly – 30 free PDF tools, no signup required

https://mypdfly.com
1•Tauseef199•35m ago•0 comments

Tell HN: Use AI to music score your books

1•arisAlexis•36m ago•0 comments

The Berlin Government has been Hacked

https://www.heistberlin.com/news/berlin-senate-government-hacked-cyberattack-bela/
6•dudefeliciano•36m ago•1 comments

Show HN: DynaJS – New JavaScript runtime with batteries included

https://github.com/corporatepiyush/dynajs
1•truth_seeker•37m ago•0 comments

Toxicity and Antisocial Behavior over User Lifetimes on Social Media (2024)

https://arxiv.org/abs/2407.09365
1•wslh•37m ago•0 comments

Job Ads Tell You What Employers Want, Not What You Want

https://julienreszka.com/blog/job-ads-tell-you-what-employers-want-not-what-you-want/
2•julienreszka•44m ago•0 comments

How Krackpot works: secp256k1, SHA-256 and RIPEMD-160 in WebGPU

https://krackpot.io/blog/how-it-works
2•svenfaw•44m ago•0 comments

Executable pseudocode for learning CS without syntax barriers

https://thaduscodelabs.com
2•thadusTeam•47m ago•0 comments

Anthropic's Annualized Revenue Tops $65B Before IPO

https://www.bloomberg.com/news/articles/2026-08-17/anthropic-revenue-run-rate-surpasses-65-billio...
6•johnbarron•47m ago•1 comments

So Long Relayd, and Thanks for All the Fish

https://btxx.org/posts/so-long-relayd/
3•bradley_taunt•47m ago•0 comments

Everybody Wants You to Win

https://web.navan.dev/posts/2026-07-15-everybody-wants-you-to-win.html
3•jger15•48m 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!