frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Apricot Computers: An underrated British brand

https://dfarq.homeip.net/apricot-computers-an-underrated-british-brand/
1•giuliomagnifico•2m ago•0 comments

How to Set Up a Kiosk Thermal Printer for Self-Service Checkouts?

https://www.masung.group/How-to-Set-up-a-Kiosk-Thermal-Printer-for-Self-Service-Checkouts-id00186...
1•LukeZhou•2m ago•0 comments

I built a lightweight Docker container monitor that notifies you alerts

https://github.com/PizzukaTorph/compose-watchdog
1•pizzuka•4m ago•0 comments

Show HN: I built a Markmaster, a Markdown learning tool for non-coders

https://drmarkdown.netlify.app/
1•shymaple•5m ago•0 comments

White House lifts ban on Anthropic models

https://www.ft.com/content/137ddb71-852f-438c-ad76-25e2dc43486b
1•couAUIA•6m ago•1 comments

On the semantic web

https://karlkoch.me/writing/on-the-semantic-web
1•nathell•7m ago•0 comments

How are you building resilient hybrid cloud networks?

https://geekyants.com/blog/building-a-resilient-hybrid-cloud-network-with-wireguard-ha-route-base...
1•Krishnaswaroop•8m ago•0 comments

Voice of Gene Wilder recreated by AI for new Wonka-themed Netflix series

https://news.sky.com/story/voice-of-gene-wilder-recreated-by-ai-for-new-wonka-themed-netflix-seri...
1•austinallegro•11m ago•0 comments

Don't Do Code Reviews

https://kore-nordmann.de/blog/dont_do_code_reviews.html
1•ingve•14m ago•0 comments

Coding and debugging will fall back to older model in Fable 5.Losing hope as Dev

https://x.com/AnthropicAI
1•riponcm•18m ago•0 comments

Gojek Co-Founder Makarim's Trial in Indonesia Shows Rising Business Risks

https://www.bloomberg.com/news/articles/2026-06-17/gojek-co-founder-makarim-s-trial-in-indonesia-...
2•doppp•22m ago•0 comments

New attack provides one more reason why AI browsers are a bad idea

https://arstechnica.com/security/2026/06/ai-browsers-can-be-lulled-into-a-dream-world-where-guard...
4•joozio•23m ago•0 comments

Liquid AI releases a 230M model optimized for phones, Raspberry Pi, and robots

https://www.liquid.ai/blog/lfm2-5-230m
1•mpfect•25m ago•0 comments

For Kodachrome Fans, Road Ends at Photo Lab in Kansas (2010)

https://www.nytimes.com/2010/12/30/us/30film.html
1•js2•27m ago•1 comments

Horsewood ReviEwS ( July 2026) We Tried It My Honest Review

https://finance.yahoo.com/sectors/healthcare/articles/horsewood-urgent-report-2026-horse-19110038...
3•pazybaur•31m ago•0 comments

Noise as information and information as noise – Unsung

https://unsung.aresluna.org/noise-as-information-and-information-as-noise/
1•rbanffy•32m ago•0 comments

Terminal Apps Need a DOM

https://www.c1.ai/engineering/agent-tui-structured-terminal-access-for-ai-agents
1•philips•33m ago•0 comments

What if social media optimized for less time online?

https://tuhat.net/u/sbr/p/kilta
1•8by3•33m ago•0 comments

Uruky: The paid European search engine

https://robheghan.prose.sh/26_06_30_uruky
2•Skinney•36m ago•0 comments

Ragit – chat with any folder of documents using a local LLM

https://github.com/ats4321/ragit
2•atshu21•37m ago•0 comments

Telharmonium: First Synthesizer (and Predecessor to Muzak), Invented in 1897

https://www.openculture.com/2026/03/meet-the-telharmonium-the-first-synthesizer-and-predecessor-t...
1•brudgers•41m ago•0 comments

End Every Work Session with One Note

1•Semi_hayat•41m ago•0 comments

High quality image resizing: ImageMagick vs. libplacebo

https://world-playground-deceit.net/blog/2026/06/high-quality-image-resizing-imagemagick-vs-libpl...
1•BoingBoomTschak•44m ago•0 comments

Clone This Repo and I Own Your Machine

https://0din.ai/blog/clone-this-repo-and-i-own-your-machine
1•croes•45m ago•0 comments

Flux 2.9 release: new mirror and schema plugins

https://fluxcd.io/blog/2026/06/flux-v2.9.0/
1•stealthybox•46m ago•1 comments

Will China build an electric rocket launch pad on the roof of the world?

https://www.scmp.com/news/china/science/article/3358469/will-china-build-electric-rocket-launch-p...
3•Alien1Being•51m ago•1 comments

New Zealand paid Michelin $6.3M to make a guide for the country

https://www.stuff.co.nz/politics/361000572/our-food-migtnt-be-worth-special-journey-minister-says...
1•didntknowyou•52m ago•2 comments

DProvenanceKit: Execution Provenance for AI Systems

https://github.com/Therealdk8890/DProvenanceKitPython
1•DPK890•53m ago•0 comments

How to (Not) Spend $10k/Wk on Coding Agents

https://allenpike.com/2026/how-to-not-spend-10k-on-coding-agents/
2•srijan4•57m ago•0 comments

Where do you answer"is the agent allowed to do this?"–one place,orevery adapter?

https://github.com/YogiSotho/warden
1•yogisotho•1h 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!