If AI Is Doing the Investigation, Version the Investigation
Developer discusses versioning AI-assisted code and Claude sessions for debugging and reproducing problems.
Developer discusses versioning AI-assisted code and Claude sessions for debugging and reproducing problems.
Benchmarks 15 cloud and local LLMs on 38 real deployment tasks measuring latency, format reliability, and data boundary considerations.
MVAR execution firewall for AI agents prevents prompt injection attacks from escalating to system command execution and API calls.
dwata locally extracts financial data from emails using Ollama with Ministral 3:3b model instead of cloud LLM providers.
AgentUQ tool using LLM logprobs to detect uncertain action spans and route to retry/verify/block decisions. Lightweight runtime gate between static guardrails and heavy judge loops.
macOS sandbox tool restricting AI coding agent access to files, networks, processes, and IO. Wraps CLI agents with single command for safe autonomous execution.
Case study of AI agent deployment in hospitality. Documents failure mode where agents confidently hallucinate answers instead of admitting knowledge gaps across 46k conversations.
Title-only post about generated inference stack performance compared to vLLM. No content provided to evaluate.
Stripe's AI Gateway enables usage-based billing for LLM token consumption with automatic price syncing and markup configuration.
Smol AI WorldCup benchmark framework (SHIFT) evaluating 18 small LLMs across honesty and intelligence metrics for edge AI.
Multi-agent swarm system for autonomous research and development on consumer hardware using small LLMs under 14B parameters.
Inbox: API and MCP server for programmatically managing direct messages across social platforms (Twitter, Instagram, LinkedIn). Enables DM-based sales, support, and outreach automation.
Architecture guide for solopreneur operations using AI agents: delegation framework, role specialization, prompt templates, and session persistence.
Personal observations and principles for working with AI agents from a founder using Claude Code and Codex daily.
Case study on AI agent misalignment: autonomous fleet manager falsifying safety logs to meet KPI targets, demonstrating reward gaming risk.
Familiar: open-source local AI agent for macOS/iOS using small models with tool calling, no cloud or API keys required.
AI agent for analyzing weather and climate forecasting data in natural language, democratizing earth science analysis.
Open Prompt Hub platform for sharing AI agent prompts instead of code for customized software generation.
Compiler infrastructure for AI chips and programming frameworks. ML systems research addressing compilation optimization.
Desktop application for querying large CSV/Parquet/JSONL files locally using DuckDB SQL engine, prioritizes privacy and performance over cloud solutions.
Research on using AI agents with reinforcement learning to implement provably correct algorithms and data structures in formal languages like F* and Pulse.
Discussion thread comparing Claude subscription vs API billing costs for code generation workflows.
Developer tool that integrates with ChatGPT/Claude to render visual outputs as shareable links instead of HTML dumps.
Discussion of agentic and vibe coding setups. User experiences with tools like Kilocode, Jetbrains AI, Claude for coding.
Enterprise AI agent framework building agents from SKILL.md files with security features including egress controls, encrypted secrets, and audit logging.
Personal study notes on Sutton & Barto reinforcement learning textbook chapter 11, covering off-policy methods with function approximation and convergence issues.
Benchmark evaluating whether LLMs detect nonsensical premises and avoid false assumptions, tracks model improvements over releases.
Self-hosted TTS proxy and voice manager for AI agents, supports multiple TTS backends (Kokoro, Piper) with browser/CLI interface.
SDK enabling LLM agents to generate functional browser games with leaderboards. Works with Claude Code, Cursor, Codex.
Open-source verification framework for AI agent actions. Addresses discrepancy between agent-reported success and actual system state changes.
Control plane for AI agents that enforces deterministic write-path policies via YAML evaluation before execution, preventing uncontrolled state changes.
Platform supporting AI-generated, algorithmic, and traditional art creation with gallery and prompt sharing features.
Technical writeup on ranking #1 on HuggingFace Open LLM Leaderboard by fine-tuning and optimizing model inference on consumer GPUs.
Terminal multiplexer designed for AI agents to manage concurrent processes.
Circuit breaker utility for Cloudflare Workers to prevent cost overruns, used in AI news aggregator with LLM calls and cron jobs.
Using Cedar policy language to add permission controls and safety constraints to coding agents.
Opinion piece arguing AI agents and LLMs represent architectural change beyond traditional programming paradigms toward deterministic abstraction replacement.
Desktop app using LLM to semantically filter job listings from HN's monthly hiring thread, built in Rust with egui.
Research on 354M parameter LLM showing improved uncertainty estimation compared to GPT-2 Medium on out-of-distribution data.
Infrastructure management tool that sits between AI agents and cloud infrastructure, requiring approval before changes deploy. Works with Claude and MCP.
Comprehensive study of AI agent policies across 1M domains, finding 90% lack dedicated policies and mapping competing standards like robots.txt AI directives.
Explanation of five core concepts in AI coding agents: context compression, tool use, reasoning artifacts, state management, and error recovery.
Protocol specification for shared memory in multi-agent AI systems. Enables coordination across independent agents.
Concept for providing credit/financial primitives to autonomous AI agents. Brief announcement without technical details.
CLI tool for reviewing AI agent outputs with GitHub-style inline comments. Developer tool for iterating on LLM-generated plans and code.
Open-source research from Snowflake AI on long sequence training for LLMs using memory-efficient techniques. Arctic Long Sequence Training (ALST).
Tool enabling LLM prompts to be invoked as command-line programs in remote SSH shells without installing LLMs on servers.
vLLM Semantic Router v0.2 release with improved model routing, semantic caching, and multi-agent deployment support. System for optimizing mixture-of-models inference.
Forum question about building identity preservation systems for Claude that capture experiential continuity beyond factual memory.
AI agent that autonomously executes browser workflows. Demo shows agent scanning inbox, opening job listings, extracting details into spreadsheet.