SHOW HN: A usage circuit breaker for Cloudflare Workers
Circuit breaker utility for Cloudflare Workers to prevent cost overruns, used in AI news aggregator with LLM calls and cron jobs.
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.
Report on Chinese AI companies offering subsidies to users during Lunar New Year to promote agentic AI applications. Market/business news.
Technique using LLMs to reverse engineer compiled binaries by cross-referencing documentation strings in modding wikis with decompiled code.
Open-source AI agent for debugging GPU infrastructure incidents. SRE tool built by infrastructure engineers for production system troubleshooting.
IH-Challenge dataset trains LLMs to prioritize instruction hierarchy and safety steerability across multiple instruction sources, improving robustness against prompt injection.
Research tool using API to find expert sources, read content, and generate footnoted reports from single prompt.
mnemos provides persistent shared memory for AI agents across sessions using vector+keyword search on TiDB.
Interactive web app for exploring untyped lambda calculus with reduction visualization.
Survey of AI content automation stacks in 2026, showing trends in semi-automated workflows and cost reduction.
Tutorial building a Claude-based AI agent using bash, demonstrating tool use, planning, and autonomous execution patterns.
ChatGPT adds interactive visual explanations for math and science learning. 140M weekly users leverage the tool for homework and concept exploration.
Wolfram benchmarking project evaluating LLM performance on code generation from English specifications.
Technical analysis of why AI coding agents degrade on larger projects due to context window limitations.
Unleash raises $35M Series B for AI-generated code governance and operational risk management platform.
The Star Chamber runs code reviews across multiple LLMs and aggregates consensus feedback for developers.
Vibe Tuning platform enables model fine-tuning (GRPO, DPO, KTO, SFT) on open-source models without pipeline building.
User describes using Claude to translate traffic complaints into engineering language for local government.
LeanMCP built custom LLM on proprietary docs in 2 hours to fix hallucinations from ChatGPT/Claude about SDK usage.
Flam.im platform enables multiple coding agents to communicate via shared URL, no auth required.
Yann LeCun raises $1B for Advanced Machine Intelligence startup focusing on AI world models understanding physical reality.
gm-cc tool for Claude Code plugin marketplace with hooks and project customization for coding agents. Content appears truncated/garbled.
TinyAgent: AI agent built with Apple Shortcuts for native device integration without separate app.
Study finds cognitive fatigue from heavy AI tool use; symptoms include mental fog and reduced focus.
Technical lessons from deploying public AI chat on personal site covering security and LLM constraints.
Heinzel guardrails for Claude Code enforce safe sysadmin practices with approval workflows and config backups.
Nvidia planning open-source NemoClaw AI agent platform for enterprises to dispatch agents for workforce tasks.
Discussion of multi-LLM coding workflow with Claude Opus and Gemini Pro for planning and implementation.
Guide to compiling Llama.cpp for Qwen3.5 inference on budget enterprise hardware (HP Z440). Covers dense and MoE model variants.
Agent-first collaboration platform with DAG-based commits for swarms of AI agents on shared codebases.
Deep reinforcement learning trading bot for autonomous gold futures trading using 140+ market features and multi-timeframe analysis.
Isaacus releases Kanon 2 legal AI models for information retrieval and reranking, achieving top benchmarks on Legal RAG Bench and MLEB.
Tool to auto-accept Claude Code changes via CLI automation.
Open-source email API for AI agents with human-in-the-loop approval, supports bring-your-own email and MCP integration.
Apple Silicon M5 Max benchmark analysis for LLM performance versus M3 Ultra, focused on efficiency and laptop form factor.
Discussion of cost optimization techniques for LLM API usage: model routing (55% savings), prompt compression (70%), request deduplication, and query caching.