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

推荐订阅源

A
About on SuperTechFans
人人都是产品经理
人人都是产品经理
量子位
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
博客园 - 三生石上(FineUI控件)
小众软件
小众软件
月光博客
月光博客
T
Tailwind CSS Blog
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
V
Visual Studio Blog
博客园 - 叶小钗
博客园 - 司徒正美
美团技术团队
博客园_首页
宝玉的分享
宝玉的分享
Apple Machine Learning Research
Apple Machine Learning Research
Hugging Face - Blog
Hugging Face - Blog
WordPress大学
WordPress大学
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
The Cloudflare Blog
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
有赞技术团队
有赞技术团队
D
DataBreaches.Net
Google DeepMind News
Google DeepMind News

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: Compilr.dev, multi LLM AI workspace
scozzola · 2026-06-24 · via HN's home page

Hi, over the past 6+ months I have built an ecosystem (libraries, CLI, Desktop) of tools to build or use AI agents.

Depending on how close or not close you are with coding, you may lean towards the libraries (compilr-dev/agents and compilr-dev/agents-coding) to build your own AI Agents; you may use the CLI to manage your project and run your agents in the terminal when working, for example in VS Code or you may use the Desktop app (it shares the same core of the CLI but has for sure a richer UI).

What, I believe, sets the compilr-dev ecosystem apart from other similar tools is the real multi-agent nature.

Focusing on the Desktop app, it ships with pre-built specialized agents (built using the above mentioned libraries) each with tailored system prompt, skills and access to dedicated tools.

When a new project is created a team of specialized agents is added to the team roster and you can add or remove agents already at project creation time (you can even create custom agents at project creation time).

You can choose your preferred LLM provider (BYOK approach) and you can seamlessly switch provider whenever you want.

Each agent has its own context but agents within a project also share some context. They can interact with each other by inquiring (agent A can ask something to agent B) or by task handoff.

Each agent is instructed to follow a spec driven approach and the app itself encourage the user to design before building. For example, as soon as you create a new project you can use the /design command to have the agent ask you questions to capture the project scope and details. As a result the agent will track work items in the database and will write the PRD document following your direction.

All files are visible and editable by you and by the agents.

Last but not least, special attention was given to the token consumptions: tokens = money so saving them is "paramount" (no, AI did not write this sentence, I deliberately chose to use the word "paramount"). Some techniques: - Tools and skills definitions are loaded only when needed (like Neo loading the kung fu skills on Matrix) - Tools output are pruned/summarized in the context after a few rounds - Agents spawn subagents to read large files and get a summary - and more

I just launched the compilr-dev ecosystem in beta and I hope to start having some beta testers to get some real world feedback.

Thank you.

Carmelo