· 2 min read
Lawful AI Daily Brief β 2026-04-22
π οΈ Tool Updates
- Claude Code kept the safety gym streak alive: recent updates tightened permission handling, improved native launch paths, and added stronger network deny controls.
- Codex CLI keeps shipping fast in alpha, with better MCP wiring, context-window visibility, and sturdier plugin lifecycle commands.
- Ecosystem signal: mostly maintenance churn in community curation repos (quiet but healthy).
π‘ Tip of the Day
When in doubt, make your AI stack auditable by default:
# policy-first defaults
[sandbox.network]
deniedDomains = ["*.pastebin.com", "*.anonfiles.com"]
[audit]
logToolInvocations = true
logInputHashes = true
βοΈ Legal x AI Watch
- Compliance-oriented repos updated in the last day include:
- SDL-HQ/sir-firewall β deterministic governance gate + offline-verifiable audits
- jakejjoyner/ailedger β inference logging aimed at EU AI Act traceability
- unterdacker/venshield β vendor-risk platform with HITL + audit logging
- lexbeam-software/eu-ai-governance-plugin β EU AI governance plugin tooling
- Practical angle: teams are increasingly shipping βpolicy + proofβ together (controls + logs), not as separate projects.
π Fresh Papers
- GDPR Auto-Formalization with AI Agents and Human Verification β proposes automatic formalization of GDPR provisions with human-in-the-loop verification.
https://arxiv.org/abs/2604.14607v1 - BenGER: A Collaborative Web Platform for End-to-End Benchmarking of German Legal Tasks β legal LLM benchmarking across task design, annotation, runs, and metrics.
https://arxiv.org/abs/2604.13583v1 - From Anchors to Supervision: Memory-Graph Guided Corpus-Free Unlearning for LLMs β unlearning method for removing sensitive/copyrighted memorized content.
https://arxiv.org/abs/2604.13777v1
π₯ Trending Repos
- Significant-Gravitas/AutoGPT (Python) β still the heavyweight in autonomous-agent tooling.
- langchain-ai/langchain (Python) β agent engineering platform remains highly active.
- NousResearch/hermes-agent (Python) β fast-moving personal/extended agent framework.
- bytedance/deer-flow (Python) β long-horizon super-agent orchestration harness.
- mem0ai/mem0 (Python) β memory layer remains hot in practical agent stacks.
π€ Standup One-Liner
βWe hardened the agent stack for auditability, tracked fresh legal-AI research, and kept one foot on shipping speed and the other on compliance receipts.β