frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Tagging Blog Posts with BERTopic and LLMs

https://vickiboykis.com/2026/05/18/tagging-my-blog-posts-with-bertopic-and-llms/
1•mpbart•2m ago•0 comments

Video SFX generation with inpainting, extension, and looping

https://www.mirelo.ai/blog/beyond-generation-iterative-editing
1•pitapoison•2m ago•0 comments

WebUSB Stick

https://win9-5.com/webusb/
1•keepamovin•2m ago•1 comments

Twenty-four Hours of AI Coding

https://ksqsf.moe/en/posts/2026-05-14-first-agentic-coding/
1•juxtapose•3m ago•0 comments

Cooldowns and Dependabot Tuning

https://www.olafalders.com/2026/05/19/On-Cooldowns-and-Dependabot-Tuning/
1•oalders•5m ago•0 comments

Al Gore predicted FL would lose 60% of its population due to climate change

https://twitter.com/rkylesmith/status/2056383847562928629
2•bilsbie•6m ago•0 comments

Precise lighting control in diffusion models by drawing shadows [video]

https://www.youtube.com/watch?v=Sulvcz4SCV8
1•ibobev•7m ago•0 comments

Ask HN: Parallel agent code writers, how do you stop them from clashing quietly?

1•luodaint•7m ago•0 comments

Triangle Tessellation with Clamped Parallelograms

https://filmicworlds.com/blog/compute-tessellation-with-clamped-parallelograms/
1•ibobev•8m ago•0 comments

Did moving to new place have intended effect?

1•Jeff2Serve•9m ago•0 comments

Public have more fear than hope on AI and future of work, UK study finds

https://www.kcl.ac.uk/news/one-in-five-britons-think-ai-will-create-civil-unrest-study-finds
1•giuliomagnifico•9m ago•0 comments

Audit: Vuln-discovery agent reimplementing the Cloudflare Project Glasswing

https://github.com/evilsocket/audit
1•pjf•10m ago•0 comments

Aislop – deterministic quality gate for AI-generated code (MIT, no LLMs)

https://github.com/scanaislop/aislop
1•tolawuwo•11m ago•0 comments

Pope Leo to issue text on human dignity and AI with Anthropic co-founder

https://www.theguardian.com/world/2026/may/18/pope-leo-encyclical-human-dignity-ai-anthropic
2•beardyw•11m ago•0 comments

I built a free solar panel loss estimator

https://panelaudit.com/
1•verdictnetwork•13m ago•0 comments

From Open Source Software to Open Source Strategy

https://p3institute.substack.com/p/from-open-source-software-to-open
1•allenleee•13m ago•0 comments

Running Multiple Interpreters in Python Code – Speed

https://alexeev-dev.bearblog.dev/running-multiple-interpreters-in-python-code-incredible-speed/
1•alexeev-prog•14m ago•1 comments

Show HN: Id-agent – Token efficient UUID alternative for AI agents

https://github.com/vostride/id-agent
1•pranshuchittora•15m ago•0 comments

New record set by quantum computing as it models its largest protein yet

https://www.chemistryworld.com/news/new-record-set-by-quantum-computing-as-it-models-its-largest-...
1•giuliomagnifico•16m ago•0 comments

HubSpot Building an Open Ecosystem for the Agent Era

https://blog.hubspot.com/marketing/our-vision-for-building-an-open-ecosystem-for-the-agent-era
2•carlual•16m ago•0 comments

Show HN: Concord – Voice chat released Feature rich TUI for discord

https://github.com/chojs23/concord
4•jpellamo•19m ago•0 comments

China added a Germany-sized electricity grid last year

https://ourworldindata.org/data-insights/china-added-a-germany-sized-electricity-grid-last-year
1•prakashqwerty•19m ago•0 comments

Musk loses case against OpenAI

https://www.cnn.com/2026/05/18/tech/openai-musk-lawsuit-verdict
1•ryan_j_naughton•19m ago•0 comments

The Self over Time

https://www.sciencedirect.com/science/article/abs/pii/S2352250X18300708
1•RickJWagner•20m ago•1 comments

Breathing New Life into the Obituary

https://www.cjr.org/analysis/breathing-new-life-into-obituaries-obit-project-jad-abumrad-montana.php
1•Tomte•20m ago•0 comments

What happens when your blog hits #1 in Hacker News?

https://martinvol.pe/blog/2026/05/19/what-happens-when-your-blog-post-hits-1-in-hacker-news/
2•martinvol•22m ago•1 comments

Show HN: BigQuery Emulator – run Google BigQuery locally for tests

https://github.com/goccy/bigquery-emulator
1•goccy•26m ago•0 comments

The Modern Data Stack Is Dead. Who Killed It?

https://docs.fused.io/blog/modern-data-stack-is-dead/
1•MaxLenormand•27m ago•0 comments

The question Erlang answered in 1986 is back, one level up

https://adaptivesoftware.substack.com/p/the-stable-thing
2•iristenteije•30m ago•0 comments

The Signals That Matter – MIT Insider's Panel

https://www.technologyreview.com/2026/05/18/1137430/the-signals-that-matter-mit-insiders-panel/
1•joozio•30m 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!