Weekly Trending

Brainhuggers Bureau
← PrevKW33 · 10.08–16.08.2026Next →
GitHub Trending
01
cathrynlavery/diagram-design
+3k this wk · 10k stars
Fidelity Ledger / Diagram Factory under Brand Constraint
diagram-design is an agent skill for brand-aware editorial HTML/SVG diagrams, with website-style onboarding, source imports, and a fidelity ledger.
02
GitHub Trending
+380 this wk · 6.5k stars
holaOS: shared agent workspace
holaOS is an open-source, local-first agent workspace where Claude Code, Codex, and its own agent can share files, tools, apps, integrations, and editable persistent memory. It supports built-in or bring-your-own models and describes enterprise permissions and audit logs.
03
NVIDIA-NeMo
+370 this wk · 781 stars
NVIDIA-NeMo/Switchyard
An open-source model-routing project that translates between incompatible provider interfaces and applies policy-driven routing, turning model choice into configurable infrastructure for cost, privacy, latency, and capability decisions.
04
macro-inc/macro
+325 this wk · 1.7k stars
Context Organ / Permissioned Graph across the Office
Macro connects email, chat, documents, tasks, agents, calls, and CRM records through shared memory and a common data graph.
05
paperclipai/paperclip
+167 this wk · 76.4k stars
paperclipai/paperclip — agent governance control plane
An open-source control plane for teams of AI agents, with goals, tasks, organisational roles, budgets, schedules, approval gates, and audit trails.
HF Papers
01
Hugging Face Papers
RL-Index: Reinforcement Learning for Retrieval Index Reasoning
RL-Index moves part of retrieval reasoning from query time into the index, using LLM-generated rationales and reinforcement learning to improve retrieval quality and reduce latency.
02
When Lower Privileges Suffice
When Lower Privileges Suffice: Investigating Over-Privileged Tool Selection in LLM Agents
A research paper on LLM agents choosing unnecessarily powerful tools and on evaluation and defences for least-privilege tool selection.
03
Hugging Face Papers
Plans Don't Persist: Why Context Management Is Load Bearing for LLM Agents
Many LLM agents keep their plans only in the active context window rather than as durable state. The paper argues that context management is a systems requirement for reliable long-running agents.
04
Constraint Tax in Open-Weight LLMs
Schema Gate / Tool Call Suppression Under Constraint
An empirical study finds that structured JSON-schema constraints can suppress tool calling in open-weight LLMs when grammar masks make tool-call tokens unreachable.
05
Hugging Face Papers
GUI vs. CLI: Execution Bottlenecks in Screen-Only and Skill-Mediated Computer-Use Agents
A matched comparison of GUI and CLI computer-use tasks finds that execution modality and skill coverage shape agent success as much as model capability: GUI agents fail through perception and grounding, while CLI agents fail when their skill layer is missing, brittle, or poorly routed.
06
Hugging Face Papers
Why Multi-Step Tool-Use Reinforcement Learning Collapses and How Supervisory Signals Fix It
This paper studies catastrophic failure in LLM multi-step tool use during reinforcement learning. It traces abruptly broken tool-call structures to probability spikes in control tokens and finds that interleaving supervised fine-tuning with reinforcement learning improves stability but remains brittle under format and content distribution shifts.