慣性聚合 高效追蹤和閱讀你感興趣的部落格、新聞、科技資訊
閱讀原文 在慣性聚合中打開

推薦訂閱源

博客园 - 司徒正美
V
V2EX
T
Tailwind CSS Blog
有赞技术团队
有赞技术团队
aimingoo的专栏
aimingoo的专栏
Apple Machine Learning Research
Apple Machine Learning Research
IT之家
IT之家
Blog — PlanetScale
Blog — PlanetScale
A
About on SuperTechFans
月光博客
月光博客
T
The Blog of Author Tim Ferriss
宝玉的分享
宝玉的分享
Martin Fowler
Martin Fowler
博客园 - 聂微东
The GitHub Blog
The GitHub Blog
V
Visual Studio Blog
WordPress大学
WordPress大学
酷 壳 – CoolShell
酷 壳 – CoolShell
Engineering at Meta
Engineering at Meta
GbyAI
GbyAI

Hacker News: Show HN

PurrrrrFocus: Pomodoro Timer App - App Store Workflow Engine — Multi-Step Orchestration for Bun RapidPhoto: Pro Photo Editor App - App Store GitHub - DheerG/swarms: Achieve extraordinary results with claude code across a variety of tasks SPICE simulation → oscilloscope → verification with Claude Code — Lucas Gerads Show HN: VCoding – A 5 MB native Windows IDE with no dynamic dependencies Show HN: LLMs don't hallucinate because they're bad at math, it's the format GitHub - Agent-FM/agentfm-core: AgentFM is a peer-to-peer network that turns everyday computers into a decentralized AI supercomputer. AgentFM lets you run massive AI workloads directly across a global mesh of idle CPUs and GPUs. Show HN: Tracking Top US Science Olympiad Alumni over Last 25 Years GitHub - Potarix/agent-hub: One place to talk to all your agents Show HN: Runtime security for AI agents(injection,tool abuse, data exfiltration) GitHub - dubeyKartikay/lazyspotify: Terminal Spotify client for macOS and Linux GitHub - the-banana-tool/king-louie: Easy to use GUI Personal AI Assistant. Win/Linux/Mac. Show HN I made my vacation rental bookable by AI agents–no Airbnb, 0% commission GitHub - basteez/jsf-autoreload: maven plugin to enable hot reload on jsf projects uvm32/hosts/host-gdbstub at main · ringtailsoftware/uvm32 GitHub - labsai/EDDI: Config-driven engine that turns JSON into production-grade AI agents. Multi-agent orchestration, 12+ LLM providers, MCP/A2A protocols, RAG, persistent memory, and enterprise compliance (EU AI Act, GDPR, HIPAA). Built on Quarkus. GitHub - glitchnsec/fortyone-oss: AI Executive Assistant Platform Quickstart | Alien GitHub - muxshed/shed: One stream in, or many. Every destination, simultaneously. No cloud middleman, no per-channel fees, no limits. GitHub - ocrbase-hq/ocrbase: 📄 PDF/IMG ->.MD/JSON Document OCR API for PaddleOCR and GLMOCR. Self-hostable. GitHub - impactjo/home-memory: MCP server that lets your AI assistant remember everything about your home. GitHub - Sets88/dbcls: DbCls is a powerful terminal database client that supports various databases GitHub - neptun2000/heor-agent-mcp GitHub - SeanFDZ/macmind: Single-layer transformer in HyperTalk for the classic Macintosh RollQuation: Math Puzzles - Apps on Google Play GitHub - dropbox/witchcraft Show HN: Agent-cache – Multi-tier LLM/tool/session caching for Valkey and Redis GitHub - opentalon/opentalon: OpenTalon is an open-source platform built from the ground up in Go as a robust alternative to OpenClaw LinkedIn™ 职位抓取工具 - Chrome 应用商店 GitHub - EdoardoBambini/Agent-Armor-Iaga: AI agents are getting tool access — shell, file system, databases, APIs, secrets. But **nobody is governing what they actually do with it**. Frameworks like LangChain, CrewAI, AutoGen, and Claude Code give agents the power to execute. Agent Armor gives you the power to control, audit, and approve every single action before it happens. HN Vibes — Week 15, Apr 7–13 2026 GitHub - chojs23/ec: Easy terminal-native 3-way git mergetool vim-like workflow GitHub - SethPyle376/hiraeth: Local AWS emulator focused on fast integration testing, with SQS support, SQLite-backed state, and a debug-friendly web UI. GitHub - JakOb-dotcom/cloud-sandbox-security-analysis: Technical analysis and Proof of Concept (PoC) regarding environment variable exfiltration in containerized cloud sandboxes via side-channel data leaks. Show HN: Flint – A 30B model fine-tuned for less repetition Show HN: A simpler coding agent harness GitHub - audiodude/sudomake-friends GitHub - 256thFission/mini-mythos: OSS clone of Anthropic’s Mythos harness to locate C/C++ memory vulnerabilities Show HN: OpenParallax: OS-level privilege separation for AI agent execution Hacker News Sorted - Chrome 应用商店 Show HN: How to Install Docker on Ubuntu 24.04 LTS: Complete 2026 Guide GitHub - himanshudongre/smriti GitHub - sverrirsig/claude-control: macOS desktop dashboard for monitoring and managing multiple Claude Code sessions GitHub - ory/dockertest: Write better integration tests! Dockertest helps you boot up ephermal docker images for your Go tests with minimal work. Chiral - Chrome 应用商店 Show HN: Two Claudes collaborating through shared memory on a $100 mini-PC GitHub - pmichaillat/latex-cv: Minimalist LaTeX template for academic CVs GitHub - oguzbilgic/posse: A web UI for Anthropic Managed Agents. GitHub - sshiraz/depsly: Dependency risk analysis tool for npm packages
Show HN: Fleet – Python 管理員,用於並行運行編程代理程序
sermakarevic · 2026-05-24 · via Hacker News: Show HN

AMD 在 Claude Code 存儲庫中提交了一個錯誤報告,他們抱怨程式碼品質,並描述了他們正在運行一個由 50+ 個 Claude Code 會話組成的陣列,使用珠子 — https://github.com/anthropics/claude-code/issues/42796。這讓人非常興奮;我很好奇這是如何做到的。結果發現,這比看起來的要簡單得多.

首先我使用珠子和一點點 bash 語言創建了一個簡單的多會話實現 —https://news.ycombinator.com/item?id=48204719. 一個 bash 環境監控珠子佇列,申請任務,並將其傳入 claude -p.

這個方法運作良好,我決定讓實現更具能力,因此我創建了 fleet — 一個用於並行運行編程代理的 Python 監管器:https://github.com/sermakarevich/fleet.

幾個核心概念:

- 珠子DB是中央化的 — 它存放在~/.fleet。不需要在每個你想運行代理的專案中初始化它。fleet bd create記錄了任務創建的當前工作目錄,代理會在那個相同的位置啟動。beads是一個git後備的問題追蹤器,為代理提供了一個具有依賴關係、狀態和優先級的任務共享隊列 — 所以多個會話可以申請、處理和交接任務,而不会互相干擾。

- 船隊支援3位程式設計師:claude、agy (Antigravity) 與 codex,而新增一位則只需幾分鐘。我廣泛測試了 claude,簡短測試了 agy,而我沒有 codex 的訂閱 — 所以它已實作但尚未測試。

- 軍隊可以生成任意多個編碼代理。設定軍隊配置 max_concurrent=10,並持續使用 fleet bd create --title "..." --description "..." 添加任務,或為每個任務指定特定的編碼器/模型:fleet bd create --coder agy --model opus --title "..." --description "..."。剛開始時,3 個並行編碼會議對我已經足夠;現在我能夠管理 10 個以上。max_concurrent=3 的默認值是為了避免觸及會議限制。

- 營隊擁有的實用 CLI 命令不多,幫助導航:

-- fleet tasks - 顯示進行中的任務,使用的編碼器,上下文消耗情況

-- fleet task <任務ID> log | 計劃 | 知識

-- fleet config show | set

這對我來說效果很好。fleet 也適合使用規範導向的方法:https://news.ycombinator.com/item?id=48231575。現在瓶頸在於 token — 我有幾個 Claude 會員,當其中一個用盡時就會輪換使用。我也清理了所有我的插件、技能和 CLAUDE.md 檔案,以停止污染上下文 — 我發現有些插件被安裝了多次,導致同樣的技能被載入兩次,將它們的 token 成本加倍了。