慣性聚合 関心のあるブログ、ニュース、テクノロジーを効率的に追跡
原文を読む 慣性聚合で開く

おすすめ購読元

博客园 - 司徒正美
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はタスクが作成されたカレントディレクトリを記録し、エージェントはその同じ場所で生成されます。ビーズは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 <task-id> log | plan | knowledge

-- fleet config show | set

私にとってはうまく動作します。 fleetも仕様駆動型のアプローチとよくペアになります:https://news.ycombinator.com/item?id=48231575。 トークンがボトルネックです — 私はいくつかのClaudeサブスクリプションを持っていて、一つが切れるとそれらを回転させています。 また、すべてのプラグイン、スキル、CLAUDE.mdファイルをクリーンアップしてコンテキストを汚染しないようにしました — いくつかのプラグインが複数回インストールされて同じスキルを二回読み込んでいることを発見し、そのトークンコストを倍増させていました。