Back to Archive
· 1 min read

Lawful AI Daily Brief β€” 2026-05-02

lawful-ai daily-brief ai-engineering compliance
Share

πŸ› οΈ Tool Updates

  • Claude Code v2.1.126 added gateway-backed /model discovery, claude project purge --dry-run, richer skill telemetry, and tighter MCP reliability.
  • Codex CLI v0.128.0 shipped persistent /goal flows, 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:
  • 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/AutoGPT
    • f/prompts.chat
    • open-webui/open-webui
    • NousResearch/hermes-agent
    • hiyouga/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.”


Repo: https://github.com/laugustyniak/lawful-ai-staging

Found this useful? Share it.

Share