· 1 min read
Lawful AI Daily Brief β 2026-05-02
π οΈ Tool Updates
- Claude Code v2.1.126 added gateway-backed
/modeldiscovery,claude project purge --dry-run, richer skill telemetry, and tighter MCP reliability. - Codex CLI v0.128.0 shipped persistent
/goalflows,codex update, configurable keymaps, stronger permission profiles, and improved plugin/hook lifecycle. - Codex v0.129.0-alpha is already rolling β release train is still in espresso mode. β
π‘ Tip of the Day
Treat permissions like policy-as-code and enforce them in CI.
# .github/workflows/lawful-ai-guard.yml
steps:
- run: codex update
- run: claude project purge . --dry-run
- run: ./scripts/check_ai_logging.sh
- run: ./scripts/check_human_override.sh
βοΈ Legal x AI Watch
- Fresh legal/compliance-adjacent repo activity:
Sobri01/ISO-TDLA-Frameworkβ technical definitions for AI regulation clarity.AthenaCore/AwesomeResponsibleAIβ updated responsible AI regulation/resources list.yagnesh44/Legisβ full-stack AI compliance assistant for business regulations.
- Compliance nudge: map AI Act risk controls to concrete tooling checks (logging, human override, traceability) before merge, not after incident review.
π Trending Repos
- Top new repos:
andrebaltieri/live-maf-2026-04-30(β16, C#)badlogic/gpt-2-ts(β11, TypeScript)
- AI/LLM movers:
Significant-Gravitas/AutoGPTf/prompts.chatopen-webui/open-webuiNousResearch/hermes-agenthiyouga/LlamaFactory
π€ Standup One-Liner
βHardened our agent stack with explicit permission policy and audit-ready checks, so we can move fast and stay EU-AI-Act-friendly.β