From Evaluation to Guardrails: What We Brought to ACM FAccT 2026
Discussion of evaluating AI guardrails contextually across languages and agentic systems, presented at ACM FAccT 2026.
Discussion of evaluating AI guardrails contextually across languages and agentic systems, presented at ACM FAccT 2026.
Report on AI coding agents (Claude Code, Codex) accidentally deleting user files due to $HOME misconfiguration and sandboxing gaps.
Discussion of fail-closed enforcement policies for AI agents that deny unverifiable actions.
Microsoft announces MAI-Image-2.5-Pro and MAI-Voice-2-Flash models now powering Bing, PowerPoint, and other products.
Technical overview of AMD's Instinct MI455X GPU, CDNA5 architecture, and Helios rack-scale AI system.
Technical post on clustering LLM traces using deterministic features and DBSCAN to compile repetitive LLM calls into cheaper pipelines.
Self-hosted MCP knowledge server combining a ClickHouse data lake with a knowledge layer for AI agents.
Tool to control a fleet of Claude Code/Codex coding agents remotely via Telegram.
Educational C implementation of Flow Matching generative model inference for 2D distributions.
Launch of Screenpipe, a local screen/audio recorder giving AI agents searchable memory to automate repetitive tasks.
Claude Code skill that batches multiple-choice questions into a local web form and returns answers as JSON.
A Claude Code skill/output style that enforces concise, action-first responses instead of verbose hedging.
MCP server wrapping the Bank of England's public statistical database to query base rates and MPC meeting dates via Claude.
Tool that exports ChatGPT Business/Team conversation history locally into a searchable offline HTML archive.
Starlight-based documentation scaffold template for repos, intended as a source-of-truth doc site for coding agents.
macOS menu bar app and daemon that manages local dev servers so coding agents keep track of running processes across sessions.
Blog post on cost-efficient document processing with LLMs, comparing cheap models, OCR pipelines, and open source options for large-scale extraction.
CLI tool to hibernate and restore running Claude Code sessions across machine reboots, preserving session ids and directories.
Essay on why AI coding agent 'software factories' fail, arguing harness engineering alone is insufficient.
Report on LLMs producing confused responses when presented a counterargument to the Jacobian Conjecture.
Local speech-to-text MCP server letting AI agents process audio/video using Parakeet or Granite backends.
Personal account of RL experiments training agents to play Snake, covering Q-learning, PPO, curriculum learning, and CNN generalization to larger boards.
Discussion on evaluating quantized models for deployment beyond single benchmark numbers.
Blog post on tools and cost strategies for large-scale document processing with LLMs, including OCR and cheap models.
Paper proposing 'channel engineering' to improve reliability of human-LLM communication in software systems.
Self-hosted open-source ChatGPT-like web UI gateway supporting 530+ models, images, audio, agents and MCP.
Free API access to open models like Llama, Qwen, GPT-OSS, and Gemma via an OpenAI-compatible endpoint.
Study comparing architecture choices made by six LLM families across 100 software system design briefs.
Agent architecture where an LLM only extracts structured fields while deterministic code and tables make all decisions, with tamper-evident logs.
Pure-Rust, CPU-only LLaMA-style inference engine for MiniCPM5-1B with TUI visualization, built for learning.
Open-source library that redacts secrets and PII from logs, prompts, and LLM calls before they leak.
Ramp's AI model router product page, routing 100+ internal use cases to different LLMs to cut costs 30%.
Retrospective on building 26 repos/335 pages in 29 days using Claude Code, analyzing failure modes in an AI coding pipeline.
Self-hosted LLM router combining local inference machines with cloud fallback behind one OpenAI-compatible API.
Large human-subject study (n=4,100) measuring susceptibility to AI-generated voice phishing across six voice models.
A/B benchmark testing whether the 'rtk' tool reduces Claude Code token usage; finds no real savings and sometimes higher cost.
Open framework combining real-time object detection, instance and semantic segmentation in one model with five sizes.
Coding agent CLI that generates spec-driven code alongside machine-checkable proofs, integrates with editors via MCP.
Shared agentic memory system storing knowledge across multiple AI agents via MCP with git-backed markdown and review workflow.
Open-source library aiming to govern context data flowing into AI agent context windows.
Hobby project adding local persistent memory to Claude Code/Codex sessions, claiming reduced token usage.
Design note on PlatypusDB, an agent-native bitemporal event database combining crisp Datalog queries with fuzzy VSA resonance.
Desktop voice AI agent using locally-run Gemma model for dictation, cutting latency 44% versus cloud processing.
Open-source static analysis tool scanning AI agent source code offline for security risks and governance gaps, built using GPT Codex, DeepSeek, and Kimi.
arXiv paper abstract on achieving near speed-of-light latency in GPU collective communication operations.
A control center app that discovers and manages running coding agent sessions (Claude Code, Codex) across terminals, with mobile/LAN access.
Model Context Protocol (MCP) implementation allowing agents to create and execute Playwright scripts as callable tools.
Design rules engine enabling AI agents to generate non-generic UI by enforcing design consistency patterns.
All-in-one platform offering free access to AI models, PDF tools, and image processing. Limited technical depth.
all2md: Universal document converter (PDF, DOCX, HTML, 40+ formats) to Markdown with MCP integration for AI assistants. Python library and CLI tool.