hermes-ai.net

ドキュメントを見る →
HermesHermes Agent ドキュメント
← Back to case library
Case / 2100913118528393596コーディング
Case media / 1MP4 ↗
Verified

Localized reading

私は Jev にアクセスし、すぐにそれを Claude Code にプラグインして、エージェント ワークフローの最大の問題が実際に修正されるかどうかを確認しました: コンテキストの圧縮 > 結果: かなりワイルドです 見逃した人のための簡単なコンテキスト: E...

Original post / EN

I got access to Jev and immediately plugged it into Claude Code to see if it actually FIXES the biggest pain of agent workflows: context compaction > result: pretty wild Quick context for those who missed it: Every Claude Code session has a context window that fills up fast with tool calls (file reads, grep outputs, logs, etc). When it fills up, the agent runs "compaction" - asks a separate LLM to summarize the chat. this is slow, expensive, and the LLM often drops important context or bloats the summary with garbage: fast-jev-compaction uses Jev instead Link: https://t.co/WD7kpBfDwL Why this works so well: Instead of generating a text summary, Jev scores every tool call in your chat with "how important is this?" probability. > above threshold → keeps it > below → drops it or replaces with a stub > in summary: no text generation, no bloat, no dropped critical context What you actually get: 1/ way faster: Jev outputs probabilities in parallel, not sequential tokens. 2/ way cheaper: 1M tokens of context = ~$0.04 to compact. 3/ deterministic: no "creative" summary that removes half your codebase context. btw, TypeSafe gives $5 free credits at enough for weeks of testing. Link: https://t.co/NzGPArgLvc Honest caveats: Jev only sees the tool CALLS, not their outputs, hard to say if compaction quality is objectively better than default. Jev's context window is small (32K), so 150K+ chats need to be chunked. This isn't a full replacement - it's a smart pre-filter but as a proof of concept. This is exactly the kind of surgical fix that makes agent workflows viable at scale. Now thinking about what else in my stack could get 100x faster with Jev as the decision layer.
views
2522
likes
31
saves
16
reposts
1
原文を見る ↗

Links and projects

出典

This independent archive preserves a public post with attribution. Text, media, account details and trademarks belong to their respective owners.