frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Open in hackernews

Show HN: Whiteboard (YC W26) – An open-source IDE for thoughtful software design

https://github.com/devdotfast/whiteboard
56•sidharthkmenon•57m ago
Hello! We’re Sid, Alex, Ketan, and Milan. We’re building Whiteboard, 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 and our homepage: https://whiteboard.dev.fast/

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, Codex, etc. – and gives your agent an SDK to draw on an in-app canvas to describe its work. We began with an MVP based on HTML artifacts and started rethinking the app as we ran into limitations:

1. Built on top of CodeOSS: We found that in pure HTML tools it was hard to connect a spec or diagram to code. In Whiteboard, when you click on visualizations like a sequence diagram, an entity relationship diagram, or a quote from the agent’s trace, you can jump to the underlying code directly. When navigating code, you get keybindings and LSP support from VSCode out of the box. We’ve found this is especially valuable because tradeoffs are often only discovered after a first pass at implementation (re: slop)

2. Semantic diff viewer: we wrote a semantic, AST-aware diff viewer in Rust so you can only view the code changes which are relevant to you [1]. We’ve set up some sane defaults: large added functions are summarized as pseudocode, and things like unit tests and large documentation changes are collapsed / hidden. This is all customizable with a WASM-based plugin system.

3. Decision Log: We found it difficult to reason about what set of decisions our agents made autonomously. So we built tools for agents to query and link their own traces to the Whiteboard, so you can understand how the requirements that you set were implemented, and understand what decisions your agent made autonomously.

Here’s a quick demo video explaining more: https://youtu.be/ChPn3ftULWE

Folks at companies like Salesforce and Modal are using Whiteboard today as a review tool for architecture or spec-level changes – really any change where they want to be involved:

1. Reviewing your own coding agent’s work: because Whiteboard makes it easier to review large amounts of code, folks will typically have their AI agents create a prototype and a corresponding Whiteboard session so they can iterate on the design.

2. Reviewing other people’s changes: We’ve found that Whiteboard is particularly helpful when composed with tools like Greptile. For example, you can run an automated code reviewer on small changes and escalate to a Whiteboard session for the changes that require human judgement.

Why we built this: we’re four buddies from college who quit our jobs as tech leads right before agentic coding became industry standard. As we iterated towards an MVP for a previous idea, we struggled to maintain a comprehensible codebase while reaping all the velocity benefits of agentic coding. As more PRs were merged without our understanding, we felt a ‘cognitive debt’ begin to seep in, until it became difficult for us to even contribute to the system [2].

We’re releasing our desktop app under an MIT license. Please poke through and feel free to contribute! Eventually we’ll charge companies for a hosted web version that manages whiteboard session creation alongside features like trajectory storage and multiplayer reviews. Everything will always remain self-hostable.

Thanks for reading, and we hope you try it out! We would love to hear any feedback and to learn from your expertise.

Here’s are the project links again: https://github.com/devdotfast/whiteboard, and you can install (for MacOS + Linux) at https://install.dev.fast

[1] diffs library: https://github.com/devdotfast/diffr [2] Credit for the term ‘cognitive debt’ goes to https://www.geoffreylitt.com/2026/07/02/understanding-is-the...

Comments

souvlakee•25m ago
Loved that zed-inspired landing pages.
sidharthkmenon•23m ago
thanks, appreciate it! we also took inspiration from paper.design. the tmux bits are just for fun though :)
komposit•25m ago
Cool idea will give this a try!
saadn92•16m ago
What does pricing look like?
ketan_around•14m ago
free, oss, and local-only right now! we are working on a hosted solution but honestly aren't sure yet; we mostly made this for ourselves to fix our own gripes with agentic coding :)
bbor•14m ago
Oh WOW, cool to see a technique that'll be everywhere in 12 months (the fake pen drawing animations + streaming diagrams as they're produced) first be announced. Do we still do "First!" comments, y'all?

This all looks really solid. That said, two remarks:

1. The integration with OS LSPs is quite fun and commendable. Is it possible that the diagrams might get their own LSP, someday? Or is better just staying as direct TS callsites?

2. The choice of the word "IDE" seems like it might get you in trouble, given the small "cannot edit files" detail. Any comments on the decision there, as opposed to, say... "brainstorming tool"? Or hell, "[architectonic] harness"?

3. The psuedocode "semantic diff" thing is an incredible idea, wow. Props there.

4. This language kinda concerns me: "how the requirements that you set were implemented". In my highly-arbitrary development flow, it ideally goes `idea -> spec/reqs -> plan -> test -> impl -> eval -> land -> review`, and this kind of tool seems explicitly targeted towards just the second and third with some partial coverage of their neighbors on either side. More concretely: by adding implementation, don't you lose a powerful specificity selling point and now have to compete with all full harnesses?

5. Suggesting "GPT-6 Luna and Claude Opus 5.5" is presumably a typo? Cause the equivelant of Opus 5.5 is Astra, and even then not really.

bpshaver•3m ago
There are a lot of emerging tools like this for which we will need a name. A similar one I randomly came across (https://github.com/Maksim-Burtsev/merl) calls itself a "Code Navigator."

Along similar lines, I also don't know what we're calling tools like T3 or Superset. They're basically harnesses for harnesses.

nthypes•8m ago
Vibe-coded landing pages are an instant “no thanks” for me.
2001zhaozhao•1m ago
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. From the website demos i definitely think this is a clean interface, although I don't know how much better this is compared to some simple custom Mermaid format, which the agent can write as artifact files and present to users. Zooming out, this app seems like 1 feature (a tiny slice of a bigger app) rather than an entire product.

I don't know if asking the agent to write specific code changes into the plan is a good idea. I think maybe that a "plan -> approve -> write code" would let the agent write higher quality code than "plan which contains code -> approve".

Control AI agents actions and executions matters the most

https://github.com/CTRLRun/ctrlrun
1•arpanghoshal•59s ago•0 comments

Show HN: Pe-builder – Windows XP live CDs, built on Linux

https://github.com/nradchenko/pe-builder
1•nradchenko•2m ago•0 comments

Show HN: BoxHaven – Run Claude Code and Codex on Persistent Cloud VMs

https://github.com/finbarr/boxhaven
1•Finbarr•2m ago•0 comments

Find where GPU capacity is available across cloud regions

https://cloudcapacity.datadoghq.com
1•hwayne•3m ago•0 comments

Don't let AI kill the author

https://www.economist.com/leaders/2026/09/24/dont-let-ai-kill-the-author
2•edward•4m ago•0 comments

Cost of Delay

https://www.votito.com/methods/cost-of-delay/
2•gojkoa•5m ago•0 comments

RevExOS – JEV

https://revexos.com/jev-playground
1•revexos•5m ago•0 comments

JEV-as-a-Judge

https://academy.dair.ai/papers/jev-as-a-judge-accept-when-confident-escalate-when-unsure-2609.26550
1•omarsar•9m ago•0 comments

DOJ: Uncle Sam bought forensics software from same Russian operation supplying

https://www.theregister.com/software/2026/09/24/doj-uncle-sam-bought-forensics-software-from-same...
4•sbulaev•11m ago•0 comments

Internationalization (Internationalization) and Localization (L10n)

https://www.kashyapsuhas.com/blog/i18n-l10n
1•kashyapS07•11m ago•0 comments

Why the FBI investigated archbishop sheen during WWII

https://www.osvnews.com/why-the-fbi-investigated-archbishop-sheen-during-wwii/
1•MarcoDewey•12m ago•1 comments

Ask HN: Does spec-driven development still pay off with frontier coding models?

2•sarangk90•13m ago•1 comments

AI is accelerating and amplifying threats: immediate action is necessary

https://english.aivd.nl/latest/news/2026/09/24/ai-is-accelerating-and-amplifying-threats-immediat...
2•HelloUsername•14m ago•0 comments

Marvel Has Been Wearing a Horror Movie Under That Spandex Since 1962

https://medium.com/theentertainmentbreakdown/marvel-has-been-wearing-a-horror-movie-under-that-sp...
2•raynchad•16m ago•0 comments

Show HN: Rig – Open-source cloud desktops for AI agents

https://github.com/ShadowWalker2014/rig
2•fengjiabo2400•17m ago•0 comments

Russian Cosmism

https://en.wikipedia.org/wiki/Russian_cosmism
3•PaulHoule•18m ago•0 comments

'Palantir is a great company', EU defence chief tells Euronews

https://www.euronews.com/2026/09/24/palantir-is-a-great-company-eu-defence-chief-tells-euronews
4•g-b-r•19m ago•1 comments

JEV-Star: Low-Cost StarCraft II Control with Language-Model Planning

https://github.com/sc2musa/Jev_Star
1•tndl•19m ago•0 comments

Run-assert-eval: Find the risk, fix it, prove it

https://commandline.microsoft.com/run-assert-eval-responsible-ai-agent-risk-discovery-at-runtime/
1•doomroot13•20m ago•0 comments

Digital Cash Payoff (2001)

https://www.technologyreview.com/2001/12/01/235339/digital-cash-payoff/
1•ronfriedhaber•21m ago•0 comments

Show HN: DrawCMS – An open-source animated diagramming tool for AI Agents

https://github.com/drawcms/drawcms
1•dimas3399•21m ago•0 comments

Logs you, your AI and cron jobs write to that you can prove weren't altered

https://freshjots.com/
2•arsphy•25m ago•1 comments

Show HN: bananabread AI – Find what customers love and want from your products

https://bb-product-api-docs.web.app/
1•aditya314159•25m ago•0 comments

GoDaddy receives takeover offer from maker of Norton antivirus software

https://www.ft.com/content/6cc7149f-a9f1-47f6-9faf-b98a28f9aedc
1•JumpCrisscross•26m ago•0 comments

If you don't have the factories, you lose the expertise

https://lemire.me/blog/2026/09/24/if-you-dont-have-the-factories-you-lose-the-expertise/
4•ibobev•26m ago•0 comments

Show HN: Headwire – WireGuard with NAT traversal via Tailscale's magicsock

https://github.com/brofranks/headwire
1•brof•27m ago•0 comments

Namernut – domain name generator that scores how crowded a name is

https://namernut.com
1•coreinch•28m ago•0 comments

Show HN: MEF LLM Studio

https://www.mef-llm-studio.com/de/
1•walti1972•28m ago•0 comments

Fragments: September 24

https://martinfowler.com/fragments/2026-09-24.html
1•ibobev•30m ago•0 comments

Double-entry bookkeeping and paper and tokens

https://honza.pokorny.ca/2026/09/double-entry-bookkeeping-and-paper-and-tokens/
1•ibobev•30m ago•0 comments