Tools Bench.

Product launches and open-source repos with enough signal to earn a second look.

Last Brew Time: Sep 25, 2026, 11:29 AM PT

Insight

Builders in this run are packaging agent behavior into installable, tradeable units rather than chasing bigger models

Featured

GitHub71.1K

The design language that makes your AI harness better at design.

Market Signal

Why It Has Market Pull

Impeccable is a design-quality skill for AI coding agents that catches sloppy, generic-looking UI output using dozens of deterministic rules, and installs into Claude Code, Cursor, GitHub Copilot, and other harnesses. Built by ex-Google/Zynga product leader Paul Bakaus, it has grown popular enough to anchor a new company, Renaissance Geek, which just raised a seed round from a16z and struck a partnership to ship as a built-in GitHub Copilot skill.

  • 71,270 real GitHub stars and 4,311 forks, verified via the GitHub API
  • 54 contributors, with active commits and dual engine/skill release tracks as recently as Sept 25, 2026
  • Reported 160,000+ installs via skills.sh, per the company's own announcement
  • Seed funding from a16z (round led by Anish Acharya) plus an announced GitHub Copilot integration
  • 47 open GitHub issues, mostly concrete install/framework-compatibility bugs (Next.js 16/React 19, IME input, Windows build) rather than abandonment signals

feedbacks

What People Are Saying

  • "Could not verify skill bundle: HTTP 404"GitHub issue

  • "Live mode's floating bar submits on Enter during IME composition"GitHub issue

  • "live-wrap and accept write invalid TSX (Next.js 16 / React 19)"GitHub issue

  • "element range overshoots, splice deletes sibling lines"GitHub issue

  • "past 40,000 GitHub stars and hundreds of thousands of installs"a16z blog (Impeccable by Design)

  • "Renaissance Geek, founded by Paul Bakaus... has raised a Seed round backed by a16z"X post

Hacker News375 pts

Hello! We’re Sid, Alex, Ketan, and Milan. We’re building Whiteboard ( https://whiteboard.dev.fast/ ), an open-source desktop app where humans and agents can architect software together in a common workspace. Here’s our repo: https://github.com/devdotfast/whiteboard . We were missing the feeling of a “whiteboard session” with another dev where you leave with a deep understanding of a system, so we built this app for ourselves. Whiteboard plugs into the tools you already use - e.g. Claude Code, Co... (375 points, 126 comments).

Market Signal

Why It Has Market Pull

Whiteboard is a YC W26-backed, open-source desktop canvas (built on CodeOSS) where developers and AI coding agents jointly work through software architecture — agents draw sequence/entity diagrams and semantic Rust-based code diffs that link back to the underlying code. The launch generated by far the highest engagement in this batch, with real technical praise for the semantic diff approach alongside pointed, substantive skepticism about the 'IDE' framing that the founders acknowledged and acted on in real time.

  • Show HN thread scored 375 points on 126 comments, the highest-engagement launch in this batch.
  • GitHub repo (devdotfast/whiteboard) has 1,346 stars and 57 forks, accumulated in about 5 weeks since the repo was created.
  • Confirmed real YC W26 company via cofounder Sidharth Menon's LinkedIn (cofounder & CEO @ /dev/fast, YC W26).
  • Founders (sidharthkmenon, ketan_around, thesiti92, milanb) personally answered dozens of HN questions in real time, including shipping a terminology fix ('IDE' to 'canvas') mid-thread.
  • Product cannot currently edit files — an explicitly acknowledged limitation that drew repeated pushback in the thread.

feedbacks

What People Are Saying

  • "This is definitely getting at least some things right about how we work with agents today, specifically that we often work at the architecture level, and we need a better alternative to the current Plan Mode"HN comment

  • "I think the issue with this type of product is it creates an N+1 source of truth for teams alongside their other tools. Inherently, this will get out of date as a project progresses."HN comment

  • "Seems more like IDE is "I Don't Edit" in this case"HN comment

  • "Is a new IDE really required for this? Wouldn't Markdown already cover a shared "canvas" for documentation/planning, when accompanied by something like Mermaid?"HN comment

  • "This is the first piece of software I've attempted to download in my ~2 years on this site. 90% of the software engineers I know are on Windows"HN comment

  • "sorry, yeah the word IDE is a misnomer - we will fix, looking for something better."HN comment (founder reply)

HF Spaces203 likes

Fast System 1 decisions with calibrated probabilities Laya is a fast System 1 decision engine: send a state and typed questions, get typed answers with probabilities and a confidence score. It never generates text, so there is nothing to parse and nothing to hallucinate. | type | question | answer | |---|---|---| | choice | which of these options? | the option, a probability per option, confidence | | score | where on this rubric? | a position along your levels, probabilities, confidence | | noul | is this true? | the probability that it is | The tabs are the patterns people use most: support triage, email and phishing, LLM guardrails, RAG passage filtering, moderation, model routing, and a...

Market Signal

Why It Has Market Pull

Laya is an open decision-model demo from Convai Innovations, a small funded Indian AI startup, offering a fast, non-generative way for agents to answer typed yes/no or multiple-choice questions with calibrated confidence instead of free-text output. The underlying model and its write-up became one of the most talked-about AI releases of the week, drawing a Hacker News discussion with well over a thousand points, independent write-ups, and a slot in a community leaderboard tracking reproductions of a widely discussed proprietary decision-model technique. Reception is a genuine mix of enthusiasm and technical skepticism, a healthier signal than uncritical hype.

  • Hugging Face Space has 209 likes; the underlying model repo drove a Hacker News thread ('I built non-autoregressive decision models with RL a year ago') that reached roughly 1,356 points, an exceptionally large footprint for this category.
  • Convai Innovations is a real, funded startup (incubated at Kerala Startup Mission, founded 2021) with its own product site (laya.convaiinnovations.com) and an independent third-party open-source port (receptron/laya, Node.js/ONNX runtime).
  • Featured as a 'trained' entry in the community-run Jev Decision Index leaderboard, giving it cross-validation from an independent tracker rather than self-reported traction alone.
  • Real critical pushback exists alongside praise: commenters flagged its short context length (512-1024 tokens vs. a 32k comparator) and one thread challenged its novelty, calling it 'vibecoded.'
  • An open Hugging Face discussion titled 'Interest in acquiring Laya' suggests at least one inbound commercial inquiry, though this is a single unverified lead, not a closed deal.

feedbacks

What People Are Saying

  • "I've been deeply impressed with Jev as it made a bunch of workloads we had on Luna or Gemini 10x cheaper and 2x faster"HN comment

  • "Love it. I was really surprised to see the traction typesafe got in the first place."HN comment

  • "it's just BERT with more data... I can see the value of sending multi[ple queries]"HN comment

  • "these checkpoints are 512-1024 tokens context size models, while Jev is seemingly 32k. That's a pretty big limitation"HN comment

  • "Loved the idea, but I don't think it would be able to handle real-world data effectively."HN comment

  • "the project was vibecoded and posted yesterday"HN comment

  • "Congratulations to the development team, this is genuinely life-changing"Hugging Face comment

HF Spaces139 likes

Create songs, arrange vocals, and remix music with StepFun Uses the original app.html studio interface, including song creation, instrumental generation, vocal arrangement, music covers, and playback. Set STEPFUNAPIKEY in Space Settings → Secrets. The browser calls the Space backend; the key is never included in frontend assets. No local model or GPU is needed. Optional variable: SUBMITSPERMINUTE (default 6), a global submission limit within the running process. This resets on restart. Use a private Space for initial testing of shared API credits. Generation and history storage follow the original studio's browser storage behavior. Upstream requests use the existing project's step-music mode...

Market Signal

Why It Has Market Pull

This is the official studio interface from StepFun, a real Chinese AI lab, for their new music-generation model that plans out song structure before producing full vocal tracks. It already ranks on an independent third-party leaderboard just behind category leaders Suno and Mureka, and is drawing active feature requests from real users, both signs of a genuine, actively used product rather than a demo shell.

  • Verified at roughly 139-140 likes, hosted under the official stepfun-ai organization account
  • Ranks on the independent Artificial Analysis Music Arena leaderboard with a Quality Elo of 1105, placing behind only Suno V5.5 and Mureka and ahead of Suno V5 and MiniMax's music offering
  • Backed by a public technical report (StepAudio 3 Music Technical Report) and an official announcement from StepFun's verified account
  • Four active Hugging Face discussion threads include real feature requests (song-cover fixes, remix/extend input, open-weights release ask), indicating genuine hands-on use rather than a static demo
  • Product plans full song arrangement and structure before generating audio, supporting tracks up to about 5.5 minutes with vocals, covers, and remixing

feedbacks

What People Are Saying

  • "Song Cover function not working"Hugging Face discussion

  • "Add an imput music file to extend and remix"Hugging Face discussion

  • "Will this model receive an open release?"Hugging Face discussion

  • "English please."Hugging Face discussion

  • "ranks #1 on Artificial Analysis for both Conversational Dynamics (98.9%) and Speech Reasoning (99.7%)"StepFun official X post

  • "obtains a Quality Elo of 1105, behind only Suno V5.5 and Mureka"Artificial Analysis Music Arena leaderboard, via HyperAI coverage

Hacker News61 pts

Hi HN - long-time lurker (since 2012!), first time poster. Pizza Bot is a self-hosted desktop app for Mac, Windows, and Linux that runs AI agents in the background and exposes them through an email-like UI. Finished work shows up in Unread, and anything waiting on your approval shows up in Action. It's Apache 2.0-licensed, there's no signup and no telemetry, and you bring your own model provider: Anthropic, Amazon Bedrock, Google Gemini, OpenAI, OpenRouter, or a local model through Ollama. There... (61 points, 37 comments).

Market Signal

Why It Has Market Pull

Pizza Bot is an open-source, self-hosted app that runs AI agents in the background and reports results through an email-like inbox, separating finished work from items awaiting approval. It was built inside Amazon, where earlier internal versions were reportedly used by more than 2,000 employees, before AWS open-sourced it in September 2026 under Apache 2.0. The public launch combined an official AWS Open Source Blog announcement with a well-received Show HN thread and an unusually engaged founder, making this one of the stronger-signal launches in this batch.

  • Officially announced on the AWS Open Source Blog (Sept 10, 2026), co-authored by an AWS Principal Technologist and Solutions Architect.
  • AWS states more than 2,000 people used earlier internal versions inside Amazon before the open-source release.
  • Show HN thread scored 61 points on 37 comments, with the founder replying substantively to nearly every question.
  • GitHub repo (pizza-bot-app/pizza-bot) has 391 stars and 34 forks as of late Sept 2026, roughly 3 months after the repo was created.
  • Follow-on independent coverage from The New Stack, MarkTechPost, and AlternativeTo after the AWS announcement.

feedbacks

What People Are Saying

  • "congrats on the public launch! it's been clear to me for a while now that agents will need their own ways to communicate and an asynchronous inbox/task system is a necessity already."HN comment

  • "This looks great. I've been playing around with GrokBot, and like a lot of what it does, but would much, much prefer an open source project to manage various asynchronous tasks."HN comment

  • "Got it installed, been playing with it for a bit. Had a bit of jankiness during setup as I fought with llama.cpp bugs."HN comment

  • "The README arguably needs a diagram that shows the orchestrator-subagent delegation pattern and how they map to Skills, since you're right - it's not intuitive without reading the docs"HN comment (founder reply)

  • "more than 2,000 people used earlier versions"AWS Open Source Blog

  • "I've got scheduled agents that run (a little slowly) overnight using Qwen 3.8 27B that are ready for me by the morning."HN comment (founder reply)

Sources

GitHub

An agentic skills framework & software development methodology that works.

Skills for Real Engineers. Straight from my .agents directory.

Product Hunt

Learn by building, on any website, with Scholé by your side. You can read about a tool, watch someone walk through it on YouTube, or ask ChatGPT to explain it. But you won’t properly learn until you build with it yourself. Learn Anywhere mode guides you through using any real tool directly on your screen, adapting tasks and giving visual hints. Everything you learn updates your Scholé knowledge graph and counts towards your lessons. Our thesis? Learn it well enough to use it.

Connect Floot to Claude or ChatGPT and build a full-stack app without leaving the chat. Floot gives your AI a ready-to-use workspace with a database, user logins, hosting, and a live URL - nothing to install or configure. Your existing Claude or ChatGPT subscription does the thinking, so Floot doesn’t charge based on AI usage. When you’re ready, publish the same project to the web, iOS, and Android, then keep shipping updates from the same conversation.

314

Your company has thousands of documents, but only one version of the truth. NOAN turns the facts your business has approved such as pricing, positioning, policies, products, customers, and more into a verified, versioned source of truth available through API and MCP. Connect any model, agent, or app and give them all the same company facts, instead of letting each AI interpret your documents differently.

minimi is personal intelligence that comes to you. We are building a world where before you've said a word, AI already understands you and frees you from the work of managing your own life, so you can spend that time actually living it. Right now, you can adopt AI cats 🐱 on minimi: 1. Cotton captures your personal context so you never explain yourself to AI again. 2. Melody uses this personal context and never lets you miss your commitments More cats 🐈 🐈‍⬛ to come soon...

Do you actually know who has access to your servers right now? CtrlOps gives you a security hardening score across 25 checks, a PDF audit report, and fix commands for every issue found. See who can log into every server, revoke access from your whole fleet in one click, and assign any level of roles/access without touching the terminal. Every log file, found and searchable without SSH. Deploy any app from GitHub in minutes. 100% local. Your credentials never leave your machine.

Coding agents push more code, so your CI runs more builds than ever. GitHub's runners are slow, so every extra build sits in the queue and your team waits with it. Bitrise Build Hub runs those builds on the newest Apple Silicon and high-core Linux instead: 54% faster on iOS, 31% on Android. PRs come back in minutes, and your app ships sooner. You keep GitHub Actions. Changing one line in your workflow is all it takes to run on the best runners made for mobile.

YC Launch

Hacker News

Hello HN! We're Dillon and Francesco from Cua. We were wondering how many computer use tasks actually need a full general purpose LLM (e.g. gpt-6-astra, claude-opus-5 etc.) to think through all their decisions and steps. Some tasks require thinking about a plan, exploring different paths, recovering from failure. Other tasks are a question of making local decisions, like this value should go in this box, or should I check this box, or this element should be ignored. We wondered how far we could... (94 points, 10 comments).

Meet Scry, a 500 TB NVMe internet index in ClickHouse that you can run ~arbitrary readonly SQL and some of Datalog over, and I handle the problem of resource-contention with congestion-based micro-auction pricing. When there's capacity, the service is free for non-commercial use. --- Hello. It's 2026, we're training simulated fruit fly brains to play Beat Saber, do we still have to be stuck with internet (re)search as fn: natural language -> black box we can't do anything about -> ranked_list/su... (61 points, 26 comments).

Hi HN, I just open sourced the DSL that our harness in grep.ai uses to turn repeatable parts of agent work into workflows. You can combine tool calls, code, Jev-powered system one decisions for things like routing and screening evidence, and agents when a step needs more investigation. Our harness uses the traces and retro notes agents leave behind when doing a job to figure out which parts can become a workflow. The idea is to make the work easier to understand and avoid paying for a full agent... (44 points, 10 comments).

Hi HN, this is Yarik and Vlad from VOYGR - we are building the tools for agents and apps to engage with local businesses. It all started with our own pain point at VOYGR: calling businesses to verify if they are open. We are both from Google (Maps and Search) and even there, the merchants and venues don’t keep this info updated. So we built an API and started using it in-house. On July 4th, we were driving through Portland looking for a place to eat. Google Maps was saying “Holiday hours may var... (16 points, 4 comments).

Prathmesh, CEO of MCPJam here. Users now start in ChatGPT, Claude, Cursor, and other AI clients. They reach your product through your MCP server. That means your users often aren’t in your product anymore. You can’t see what they prompted for, how the agent interpreted it, or whether your server helped them get the result they wanted. I saw this firsthand leading MCP technical strategy at Asana, including our ChatGPT and Claude launches. We were building high-stakes enterprise integrations, but... (12 points, 9 comments).

Hi HN, I built ai·rete·rag because I kept seeing teams put an LLM in charge of decisions that need to be auditable (lending, fraud, clinical triage), then bolt on "guardrails" after the fact. It runs the two in series instead: 1. A pure-Python Rete engine evaluates YAML rules against your facts. The verdict comes only from here. Same facts, same verdict, every time, with salience-based conflict resolution. 2. RAG retrieves passages from your own policy documents, and an LLM writes a plain-Englis... (44 points, 9 comments).

HF Spaces

Benchmarks and news on various repros of TypeSafe's Jev Who is rebuilding TypeSafe's Jev (System One / RLCD) in the open? This static Space opens on the Decision Index leaderboard; the News tab tracks the artifacts in one combined grid, color-coded by kind: Decoding: parallel constrained decoding on stock models (inference technique, no new weights) Diffusion: text diffusion models run in a "Jev mode" Trained: Jev-like scoring heads and fine-tunes, weights often on the Hub, promised models listed last Prior art: "this already exists" claims Explainers: architecture speculation, explainers, benchmarks and roundups Cards sort by a trending score: ♥ likes on X + 5 × GitHub stars + 8 × Hub likes...

Interactive demo for Qwen-Image-2.1 — unified text-to-image generation and image editing with native RGBA transparency support. 📑 Blog 🤗 Model Weights 💻 GitHub Qwen-Image-2.1 is a Hugging Face Space tagged with gradio, region:us. It has 199 likes on Hugging Face.

Run Ternary-Bonsai-2-27B locally in your browser on WebGPU Ternary Bonsai 2 WebGPU Kernels is a Hugging Face Space tagged with static, region:us. It has 134 likes on Hugging Face.

Generate and edit images with Qwen-Image-2.1 Text-to-image generation and multi-image editing with Qwen/Qwen-Image-2.1, running on ZeroGPU through the QwenImage21Pipeline in diffusers. Text to image — leave the input gallery empty and describe what you want. Image editing — upload up to 10 images and refer to them as … in the prompt (upload order). Transparency — the model natively decodes RGBA. Ask for it in the prompt, e.g. "This is an RGBA image with transparency. … The image has alpha channel and the background is transparent."* The Enhance prompt checkbox calls a companion Space, hugging-apps/qwen-image-2-1-prompt-enhancer, which keeps both official rewriters (Qwen-Image-2.1-PE-T2I and...

Video generation with a synchronized soundtrack MiniMax-H3 — unquantized, split across two Spaces Joint video and soundtrack out of a single denoising pass, at bfloat16 with no quantization anywhere. This Space is the denoising half: the 61.73 GiB transformer and the two autoencoders. The 62.14 GiB Qwen3-VL conditioner runs in qwen3vl-conditioner, which this Space calls over the gradio API for every request. The weights are the public MiniMaxAI/MiniMax-H3 diffusers checkpoint. MiniMax-H3 is 195.9 GiB in bfloat16 and a ZeroGPU Space is evicted at 150 GB of storage. An unquantized single Space is therefore impossible, which is why quantized demos of it run NVFP4 or float8 weights. Cut the Mini...

Wan2.2 14B Fast Preview [NEW] is a Hugging Face Space tagged with gradio, mcp-server, region:us. It has 558 likes on Hugging Face.