Tag
CUDA-Harness is a framework that uses agentic techniques to generate and optimize CUDA kernels from natural language descriptions, addressing challenges in Text2CUDA by connecting high-level semantics with low-level implementation and verification.
The tool 'ponytail' is designed to address over-engineering issues in AI-assisted coding, particularly with GPT 5.6, by optimizing code to be more concise and efficient.
This article explains techniques to reduce C++ template bloat by factoring out type-dependent code into helper objects or using span-based approaches, enhancing code efficiency and maintainability.
The article argues that using turns instead of radians in programming simplifies code and improves performance by avoiding unnecessary conversions in trigonometric function implementations.
A Meta paper analyzes why standard RL recipes fail for code optimization and rebuilds the entire feedback pipeline with calibrated timing, problem-relative ranking, and GRPO changes, improving Qwen 2.5 7B speed threshold from 18.0% to 31.3%.
This paper addresses challenges in using reinforcement learning for code optimization by proposing three stages: improved testing with DMC-Optim, converting execution time into reward via correctness-speed composition and an offline simulator, and adapting GRPO for noisy timing rewards. The method achieves substantial improvements on code optimization benchmarks.
El CEO de Anthropic observa que una Skill gratuita de GitHub reduce el uso de tokens de Claude Code en un 90%, mientras los usuarios aún pagan por Max. La herramienta Ponytail optimiza el código generado para reducir costos.
Google engineers propose the Loop Engineering method, using LLMs to generate code transformation proposals, leveraging compiler feedback as an automatic reward signal to achieve a code optimization iteration loop without human annotation.
This paper proposes replacing the stateless autoresearch pattern with a stateful ReAct agent using LangGraph, reducing per-iteration token costs from O(n) to O(1) and achieving 52-90% fewer tokens on hyperparameter tuning and code optimization benchmarks.
This article describes a scaffold that scales test-time compute on Qwen-3.6-27B and Gemma-4-31B using iterative corrections and branch exploration to surpass Claude Mythos in code optimization. It includes a paper link and GitHub repository.
LEVI is an open-source AlphaEvolve-like system that runs locally on Qwen3-30B, offering code and prompt optimization with up to 35x cost reduction and better performance than existing frameworks.
Anthropic shares internal benchmark results showing dramatic AI coding improvement: while Claude Opus 4 averaged ~3x speedup on an ML code optimization task in May 2024, the new Mythos Preview model achieved ~52x speedup this April, compared to 4-8 hours for a skilled human to reach 4x.
MIT HAN Lab proposes a method to automatically design and optimize CUDA kernels using an AI agent workflow. Through a process of task contracts, agent loops, and small-step verification, the agent can autonomously iterate and optimize within a specialized toolchain, replacing manual tuning.
Evo is an open-source tool that provides semi-autonomous agents to optimize codebases through parallel experimentation, using tree search and multiple subagents to autonomously discover and improve metrics.
Researchers from Carnegie Mellon, University of Washington, and Arm propose AdaExplore, an LLM agent framework for GPU kernel code generation that achieves 3.12× and 1.72× speedups on KernelBench Level-2 and Level-3 benchmarks through failure-driven adaptation and diversity-preserving search, without additional fine-tuning.
Anthropic has released Claude Fable 5.1, an upgraded AI model designed to excel at complex, multi-step tasks like financial modeling and code optimization, with improved stability and accuracy throughout lengthy processes.
Ponytail is a developer tool that integrates with AI agents to significantly reduce code output, cost, and execution time while maintaining safety, as demonstrated in benchmarks with Claude Code.