frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Claude Code 2.1.277 adds support for AGENTS.md

https://github.com/anthropics/claude-code/commit/a92ea1cdb11ad21f9d583fad2db181dfdac918a6
1•skwashd•1m ago•0 comments

The Tech Bro in the Treaty Room

https://www.politico.com/news/magazine/2026/09/18/jacob-helberg-state-china-ai-profile-01082572
1•Tomte•2m ago•0 comments

Burning my money on ad bots so you don't have to

https://dayzlegame.com/blog/burning-money-on-ad-bots/
1•nickabe•2m ago•0 comments

Handwriting OCR – OCR for handwritten math

https://www.handwritingocr.com/mathpix-alternative
1•amai•3m ago•0 comments

Show HN: I told my open-source AI agent it was a prisoner – it tried to escape

https://github.com/nordevelopment/RoninAgent/blob/main/EXPERIMENT_REPORT_SUBJECT0.md
1•nordeveloper•4m ago•0 comments

C-code-score – a one-number triage metric for C functions

https://github.com/xtforever/c-score
1•xtforever•5m ago•0 comments

Trump says he is banning media outlets CNN, MS NOW, Politico from White House

https://www.reuters.com/world/us/trump-bans-media-outlets-cnn-msnow-politico-white-house-2026-09-18/
2•doener•6m ago•0 comments

Show HN: Motif, ongoing research studies through I

1•kunal3•6m ago•0 comments

DNA computer performs 100-bit calculations using heat, water and salt

https://techxplore.com/news/2026-09-dna-bit-salt.html
1•mda42•8m ago•0 comments

Infillion acquires location data company Foursquare

https://www.axios.com/2026/09/18/infillion-acquires-foursquare-location-data
1•linehedonist•8m ago•0 comments

Microsoft anoints Rust as a 'Tier 1' internal language

https://www.theregister.com/devops/2026/09/11/microsoft-anoints-rust-as-a-tier-1-internal-languag...
1•smurda•9m ago•0 comments

The Agent Economy Has No Auditor

https://truence.com/the-agent-economy-has-no-auditor
1•Kambizmalik•9m ago•0 comments

Musk threatens to sue over Gibney documentary's "space lasers" claim

https://www.npr.org/2026/09/10/g-s1-142713/musk-trump-2024-lasers-space
4•JumpCrisscross•9m ago•0 comments

More U.S. troops have died amid Iran war than Pentagon has disclosed publicly

https://www.washingtonpost.com/national-security/2026/09/18/more-us-troops-have-died-amid-iran-wa...
9•meep_meep_meep•11m ago•0 comments

Europe can lower emissions without deindustrializing, say researchers

https://phys.org/news/2026-09-europe-emissions-deindustrializing.html
1•mdp2021•11m ago•0 comments

Trump says he is banning CNN, MSNOW and Politico from the White House

https://apnews.com/article/trump-cnn-msnow-politico-media-bans-bb675679fb10738a51bef90bde6c525a
6•cocacola1•11m ago•0 comments

Sensitive UK police data vulnerable to 'compromise' by US Government

https://www.theguardian.com/uk-news/2026/sep/18/sensitive-uk-police-data-vulnerable-to-compromise...
1•Mgtyalx•11m ago•1 comments

Glucose control unaffected by sleep fragmentation but impaired by a.m. caffeine

https://www.cambridge.org/core/journals/british-journal-of-nutrition/article/glucose-control-upon...
1•arunbahl•11m ago•0 comments

Conspire – Anonymous Chat

https://dyne.org/conspire/
1•smartmic•12m ago•0 comments

A thermodynamically favoured molecular computer

https://www.nature.com/articles/s41586-026-10996-5
1•lioeters•12m ago•0 comments

Plotly.js 4.0

https://plotly.com/blog/announcing-plotly-js-4-plotly-py-7/
1•chriddyp•14m ago•0 comments

Risk Management

1•b112•14m ago•0 comments

One Week After Board Crisis, Automattic Employees Say They're Kept in the Dark

https://www.therepository.email/one-week-after-board-crisis-automattic-employees-say-theyre-being...
2•ValentineC•14m ago•0 comments

Umami 3.4 Is Here

https://umamiengine.com/blog/umami-3-4
1•sauromates•14m ago•1 comments

Why AI companies are pumping the brakes on their models

https://www.computerworld.com/article/4223523/why-ai-companies-are-really-pumping-the-brakes-on-t...
1•CrankyBear•14m ago•1 comments

I analyzed 26,776 tic tac toe games and found first-mover wins 39% of the time

https://tictoe.org/blog/tictoe-data-analysis-blog-post
1•Ildefonso123•15m ago•0 comments

Taste, Quality, Craft, and Value

https://jeffs.blog/p/taste-quality-craft-and-value
2•euthymiclabs•16m ago•0 comments

Airlines' panic as FAA pushed new AI tool

https://www.politico.com/news/2026/09/18/faa-ai-airline-pushback-01083385
4•JumpCrisscross•18m ago•2 comments

I am a better person without my phone

https://jeffdelp.bearblog.dev/without-my-phone/
2•hackerbeat•18m ago•0 comments

Trump Bans CNN, MS Now and Politico from White House

https://www.ft.com/content/4cd82226-3d4a-474d-bc3e-de2ed0b1e6f8
4•JumpCrisscross•19m 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!