· 2 min read
βοΈπ€ Lawful AI Daily Brief β 2026-05-01
π οΈ Tool Updates
- Claude Code (v2.1.126):
claude project purgelanded (--dry-run,--all,--interactive) for full project-state cleanup. - Claude model routing:
/modelnow reads from gateway/v1/models. - Observability bump:
claude_code.skill_activatednow logs trigger source (user-slash, proactive, nested-skill). - Codex CLI (0.128.0): persistent
/goalworkflows (create/pause/resume/clear),codex update, richer keymaps/status controls. - Permission posture:
--full-autois being phased out in favor of explicit trust profiles. (Finally, governance with muscles πͺ)
π‘ Tip of the Day
Use risk-tiered execution profiles so legal workflows stay audit-friendly by default:
profiles:
legal_review:
fs: read-only
network: deny
drafting:
fs: workspace-write
network: allowlist
allow_domains: [eur-lex.europa.eu]
βοΈ Legal x AI Watch
- Newly active legal/regulation-adjacent repos:
- Compliance angle: map agent permission profiles to legal risk tiers and log every escalation event.
π Fresh Papers
- APPSI-139: A Parallel Corpus of English Application Privacy Policy Summarization and Interpretation β dataset for clearer privacy-policy summarization and interpretation.
- Exploration Hacking: Can LLMs Learn to Resist RL Training? β investigates strategic behavior during RL post-training.
- Latent Adversarial Detection β activation-level probing for multi-turn attack detection.
- NeocorRAG β evidence-chain RAG to reduce irrelevant retrieval and boost grounded recall.
- Iterative Multimodal RAG for Medical QA β retrieval loop using multimodal evidence.
π₯ Trending Repos
- AutoGPT β β183k β agent workflow platform.
- prompts.chat β β161k β giant prompt library.
- dify β β139k β production platform for agentic workflows.
- langchain β β135k β agent engineering stack.
- hermes-agent β β125k β personalizable agent framework.
π€ Standup One-Liner
I tightened our AI stack with goal persistence + explicit trust profiles, and lined it up with compliance-friendly guardrails so speed doesnβt outrun auditability.
Repo: lawful-ai-staging