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

推荐订阅源

博客园 - 叶小钗
Microsoft Azure Blog
Microsoft Azure Blog
Stack Overflow Blog
Stack Overflow Blog
Jina AI
Jina AI
Vercel News
Vercel News
H
Help Net Security
Martin Fowler
Martin Fowler
美团技术团队
云风的 BLOG
云风的 BLOG
Y
Y Combinator Blog
阮一峰的网络日志
阮一峰的网络日志
MyScale Blog
MyScale Blog
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
博客园 - 三生石上(FineUI控件)
博客园 - 司徒正美
人人都是产品经理
人人都是产品经理
Engineering at Meta
Engineering at Meta
G
Google Developers Blog
Blog — PlanetScale
Blog — PlanetScale
MongoDB | Blog
MongoDB | Blog
宝玉的分享
宝玉的分享
小众软件
小众软件
T
Tailwind CSS Blog
WordPress大学
WordPress大学

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
Ask HN: I think I accidentally built a better cloud agent...
jakobwilkens · 2026-06-18 · via HN's home page

We built Else, a tool for PMs to prototype on top of their actual product.

I started using Else to build Else, and I now inadvertently spend all my time turning it into my ideal dev environment.

Else works similar to most cloud agent systems with some key differences that I personally think have a huge impact, but I’m worried I have tunnel vision.

WHY DO I THINK IT'S SO GOOD?

It’s equally good at the first 80% (the agent spends an hour building the feature) and the last 20% (you need to test, iterate, fix issues, and polish the UX).

- It’s built around the app, not the code. Think Lovable, v0, etc. The app runs on a real url (no remoting into localhost). - When building a feature, the agent also creates an overview page with videos and buttons that load the correct db and frontend state. Saves tons of time when you manually verify. - If a tool or state snapshot is universally useful, save it. Over time, you build an extensive development dashboard. - Else can also run locally using Docker containers instead of VMs. - Else can edit Else. If you want something to work differently in the dev tool itself, just tell the agent to change it.

WHY AM I WORRIED IT'S HUBRIS?

Isn’t this what Devin, Cursor cloud agents, etc, etc, etc are trying to solve? These are my pain points, but maybe I'm just not using them right? - Getting the full stack running is a major PITA, and it’s just as much of a PITA to maintain - I personally hate the “remote desktop into a browser so you can use localhost” approach. It’s clunky and limiting, and it makes the last 20% painful. I usually end up switching back to local development, which has its own issues. - They feel rigid. I want to tweak things to my preferences, but I don’t want to spend time figuring out how.

What about working locally with Conductor, Superset, or just Claude/Codex? - I don’t want to live in the terminal. - I still need to figure out how to run five instances of my app concurrently. - Once I’ve solved that, it’s still a headache to keep track of which agent is on which port.

SO TELL ME HONESTLY:

- Am I high on my own supply? Have I just not spent enough time figuring out the best way to use the tools already on the market? - I’m considering open-sourcing and releasing the local version as a Conductor/Superset alternative for people who don’t want to live in the terminal. Would you be interested in trying it?