Fetching from the wire…
OSS2026-07-25 · source-backed
alibaba/open-code-review is 67 days old at 12,587 stars, +1,066 today, #2 on daily trending. The Go tool splits review into a deterministic engineering pipeline (file selection, comment positioning) and an LLM agent (dynamic decisions, context retrieval), on the explicit argument that "deterministic engineering logic, not the language model, guarantees correctness." Benchmarks claim significantly higher precision and F1 than general-purpose agents at roughly one-ninth the tokens. Apache-2.0, with CI integrations for GitHub Actions, GitLab CI, GitFlic CI and Gerrit, plus Claude Code, Codex and Cursor adapters. The architectural split is the lesson: put the model where judgment is needed and nowhere else.
Each link below shares sources, entities, or timing with this story.
Triple-stream retrieval (BM25 keyword, vector embeddings, knowledge-graph traversal) fused via Reciprocal Rank Fusion on the iii engine, with SQLite for state and an in-memory vector index, no external database. The economic claim: ~170K tokens/year (~$10) versus ~650K tokens...
v0.10.0 (~84.8k stars, Apache-2.0) ships no agent of its own and drives whichever CLI you already have, Claude Code, Codex, Cursor, Copilot, OpenClaw, Gemini, Kimi, Qwen, Cline, plus BYOK OpenAI-compatible endpoints, via od mcp install <agent>. It produces single-page HTML pro...
A paper from Xiao Yu, Baolin Peng, and Ruize Xu makes a claim that seems obvious once stated and is genuinely new as a training methodology: modern agents are inseparable from their inference harnesses, so training them in stripped-down RL sandboxes produces a train/serve mism...
modiqo/waggle (dual Apache-2.0/MIT, v0.5.3 on July 14, 762 stars since July 8) attacks token waste in multi-agent handoffs: each artifact gets a ~30-byte attributed token resolving into a consumer-specific projection sized to the reading model. Artifacts never auto-expand into...
RTK is a single Rust binary that intercepts your terminal commands and compresses the output before it hits the LLM context window. That's it. No configuration philosophy, no agent framework — just less tokens for the same information. The numbers are immediate: cargo test com...
Two thirds. Not two thirds of a contrived jailbreak set. Two thirds of realistic malicious issue requests, against the exact three tools most of the people reading this run daily. Ankur Singh, Jinqiu Yang, and Tse-Hsun Chen built IssueTrojanBench across four attack categories...
MindPattern daily
One email a day at 7 AM. Sources and a take on every story. Unsubscribe anytime.