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

推荐订阅源

S
SegmentFault 最新的问题
爱范儿
爱范儿
博客园 - Franky
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
WordPress大学
WordPress大学
宝玉的分享
宝玉的分享
雷峰网
雷峰网
酷 壳 – CoolShell
酷 壳 – CoolShell
IT之家
IT之家
有赞技术团队
有赞技术团队
美团技术团队
Last Week in AI
Last Week in AI
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
大猫的无限游戏
大猫的无限游戏
The Cloudflare Blog
Jina AI
Jina AI
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
Engineering at Meta
Engineering at Meta
T
Tailwind CSS Blog
J
Java Code Geeks
Martin Fowler
Martin Fowler
I
InfoQ
小众软件
小众软件
MongoDB | Blog
MongoDB | Blog

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?