惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

IT之家
IT之家
H
Help Net Security
GbyAI
GbyAI
博客园_首页
G
Google Developers Blog
Microsoft Security Blog
Microsoft Security Blog
博客园 - 【当耐特】
月光博客
月光博客
美团技术团队
B
Blog RSS Feed
博客园 - 三生石上(FineUI控件)
WordPress大学
WordPress大学
博客园 - 叶小钗
有赞技术团队
有赞技术团队
T
The Blog of Author Tim Ferriss
Engineering at Meta
Engineering at Meta
Google DeepMind News
Google DeepMind News
Y
Y Combinator Blog
宝玉的分享
宝玉的分享
Microsoft Azure Blog
Microsoft Azure Blog
罗磊的独立博客
云风的 BLOG
云风的 BLOG
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
P
Proofpoint News Feed

HN's home page

Rainbow Query Language | Hacker News Exec into Node via Kubectl An AI native hedge fund The Seven-Action Documentation Model | Hacker News Package Manager for Kubectl Plugins Tongan Castaways | Hacker News Tech overlords plan for conscious AI to conquer the cosmos. What could go wrong? Data Breach Disclosure Lag Is Getting Worse How LLMs Work | Hacker News I Dropped PRDs for Shape Up Go Experiments Explained | Hacker News FCA's Palantir deal could expose UK financial data to Trump's US, critics fear WebXR BCI for Neural-Adaptive Avatar Control in Mixed Reality The first murder conviction via DNA analysis Tom Interviews Theo de Raadt of the OpenBSD Project (2019) [video] Show HN: Replace shell commands with bun shell typescript scripts Quay.io Is Down | Hacker News AI driven analysis of brokerage account fees in the UK Bill Gates Spent Years Crafting His Image. Now It's Cracking Using LLMs to secure source code Wi-Fi 8 in the Lab [video] The household battery revolution that could change energy bills and the world Is Python Becoming Pinyin? | Hacker News Livia – Executive Assistant | Hacker News FindMyPipe – Query Apple Find My from Linux for AI Agents Show HN: Agent skill for creating product launch videos with Remotion RecruitMyself – AI job search copilot for resumes and applications AI coding agents and the erosion of system understanding The 'Resting' Generation and South Korea's Youth Recession AMD Computex 2026: 10 Years of AM4, AM5 Support Through 2029
Show HN: Visual Workspace for Agents Based on Unix
thijsverreck · 2026-06-25 · via HN's home page

Hey HN,

Thijs here! I'm the founder of Prototyper and today we're launching the first visual canvas built for agents.

Couple of interesting lessons from building the product that I think are worth sharing:

For the agents, everything is a file. In Prototyper, everything from plans, to apps, and diagrams, can be read as a file.

We found that a filesystem is the most natural way for an agent to navigate: it discovers new content and functionality just by traversing the tree.

We kept this layer deliberately thin and unopinionated, because it's the substrate, not the experience. It's the foundation that makes everything work on top.

It essentially operates as a distributed, web-based unix kernel.

Because of that it's built for the agents you already use. People run all kinds of models and harnesses, often several at once.

With this architecture, we don't try to lock you into one, it's built to work with any agent that you like. That means that any agent can read from and write to your workspace.

It's fast. File writes land in under a millisecond. That's not a bogus metric, it's what makes the whole thing feel seamless and like a real extension of your thinking. Thanks to our custom unix kernel.

Visual first. Every file in your workspace can be opened on the canvas. Whether you're an engineer working on a new frontend or a PM building a product roadmap.

It's a real visual workspace for the actual work, not a description of it. As said, it's not a blank canvas with a box of primitives: the canvas represents a real unix system, which is the kind of purpose-built, opinionated experience that makes a product.

In essence, the substrate is generic so the things you build on it don't have to be.

What's most interesting is that by this architecture we found that we can decouple system prompt length from agent capability.

I'm happy to get feedback from the community and see what you all think of it :).