Office files for agents, CPU voice cloning in 5 seconds, and 50% thinking-token cuts headline a Monday packed with drops.
Top Signal
OfficeCLI gives AI agents native read/write over Word, Excel, and PPT
new tool
HN Front Page
OfficeCLI is a CLI-first library that exposes Microsoft Office file operations as agent-friendly commands — read tables from XLSX, extract text from DOCX, manipulate PPTX slides — without launching Office or doing lossy PDF conversion. For builders shipping enterprise-facing agents, this closes a persistent gap: most LLM pipelines either skip Office files entirely or rely on fragile python-docx hacks. The project surfaced on HN with 106 points today. Action: if your agent touches any business document workflow — HR automation, financial report extraction, B2B data pipelines — audit your current Office handling and evaluate a swap. The CLI interface means it's directly wirable as a tool call in any agentic framework with shell access.
Read more →
Fast Signals
ThinkingCap-Qwen3.6-27B: same accuracy, 50% fewer thinking tokens
new tool
r/LocalLLaMA
A fine-tuned variant of Qwen3.6-27B trained for reasoning efficiency — matches base model accuracy benchmarks at roughly half the thinking-token count. Direct 50% cost and latency reduction for any pipeline running Qwen3.6 in extended-thinking mode. Grab the weights and swap; should be drop-in compatible.
Link →
Kyutai Pocket TTS: CPU voice cloning from 5-second audio sample, MIT
new tool
r/LocalLLaMA
Kyutai releases a lightweight TTS model that clones any voice from a 5-second sample and runs entirely on CPU under MIT. Benchmarked against Kokoro, Supertonic, and Inflect-Nano. Builders adding personalized voice to agents or apps no longer need a GPU or cloud TTS API — this runs anywhere.
Link →
Pulpie: SOTA HTML content extraction at 20x lower cost
new tool
HN Show, r/LocalLLaMA
Feyn's Pulpie models strip boilerplate from raw HTML and return clean content as HTML or Markdown, claiming Pareto-optimal quality/cost vs. existing extractors. Two independent sources today (HN Show + r/LocalLLaMA). Drop-in for any web-scraping or RAG ingestion pipeline where you're currently paying for heavyweight extraction.
Link →
planning-with-files: agent plans that survive context resets and crashes
workflow
GitHub Trending
Lightweight framework for persistent file-based planning in agentic coding — markdown plan files that survive /clear, context exhaustion, and agent restarts, with a deterministic completion gate and multi-agent shared state on disk. Works across Claude Code, Codex, Cursor, Kiro. If your long-running agents lose track mid-task, this is the pattern to adopt.
Link →
Gastown: multi-agent workspace manager for Claude Code and Copilot
new tool
GitHub Trending
Gastown lets you coordinate multiple AI coding agents (Claude Code, GitHub Copilot, etc.) across a shared workspace with persistent work tracking, preventing agents from stepping on each other's changes. Useful for parallelizing large refactors or running feature work across multiple agents simultaneously.
Link →
Python 3.14 compiles to native machine code — no interpreter
emerging signal
HN Front Page
The 'pon' project compiles Python 3.14 directly to metal, eliminating the CPython interpreter entirely. Still early and experimental (105 HN points, active thread), but if it matures, the performance implications for Python-heavy inference tooling and agent scaffolding code are significant. Watch the repo.
Link →
Radar
Ant Group LingBot-Vision 0.3B matches DINOv3-7B at 23x fewer params
Ant Group's LingBot-Vision 0.3B ViT-L reportedly matches DINOv3-7B on NYUv2 depth estimation with ~23x fewer parameters. If results hold under independent eval, this is a major efficiency win for vision components in multimodal agents — watch for weight release and third-party benchmarks.
Link →
Anthropic: global workspace theory applied to LLMs
Anthropic research maps global workspace theory — a neuroscience model of how the brain integrates distributed information — onto transformer architectures. 227 HN points suggests real interest. If the mechanistic findings are solid, they could inform context integration strategies for long-horizon agent reasoning.
Link →
OpenComputer: open-source hardware designed for agent workloads
A community project building hardware with architecture explicitly optimized for AI agent execution — not a general-purpose PC with a GPU bolted on. Too early to act on, but agent-native hardware is a distinct emerging category worth tracking as it matures.
Link →
Convergence Watch
claude code ecosystem tooling
TRENDING
4 mentions across GitHub Trending
Four distinct Claude Code tooling repos hit GitHub Trending simultaneously today: awesome-claude-code (curated resource index), gastown (multi-agent orchestration), planning-with-files (persistent crash-proof planning), and CodexBar (menu-bar usage stats). The meta-layer being built on top of Claude Code is moving faster than the core product's built-in capabilities — the ecosystem is self-organizing around gaps in agent durability and coordination.
pulpie
2 mentions across HN Show, r/LocalLLaMA
Same-day organic pickup in both HN Show and r/LocalLLaMA suggests Pulpie is hitting a real nerve around web extraction cost. Worth a direct eval against your current HTML-to-text pipeline before the hype inflates expectations.
STALE: Latent Space newest item is >48h old