code-optimization

Tag

Cards List
#code-optimization

@igus_ai: The CEO of Anthropic seeing that a free GitHub Skill reduces Claude Code's token usage by 90% while people are still pa…

X AI KOLs Timeline · 2026-07-14 Cached

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.

0 favorites 0 likes
#code-optimization

@freeman1266: This Loop Engineering paper from a Google engineer centers on the cycle Act→Observe→Learn→Repeat: the LLM proposes code transformation schemes, the compiler runs and provides feedback, then iterates. The key is using the compiler as a reward signal — no need for...

X AI KOLs Timeline · 2026-06-24 Cached

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.

0 favorites 0 likes
#code-optimization

Remember, Don't Re-read: Stateful ReAct Agents for Token-Efficient Autonomous Experimentation

arXiv cs.LG · 2026-06-16 Cached

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.

0 favorites 0 likes
#code-optimization

I scaled test-time compute for Qwen-3.6-27B and Gemma-4-31B to surpass Claude Mythos in code optimizations and speedups.

Reddit r/LocalLLaMA · 2026-06-12

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.

0 favorites 0 likes
#code-optimization

Levi: Run AlphaEvolve on your local QWEN 30B

Reddit r/LocalLLaMA · 2026-06-08

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.

0 favorites 0 likes
#code-optimization

@AnthropicAI: Each time we release a model, we run the same test: give it code that trains a small AI model, ask the new model to spe…

X AI KOLs · 2026-06-04

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.

0 favorites 0 likes
#code-optimization

@vintcessun: I always thought AI agents could only write ordinary code. Turns out MIT HAN Lab is directly using an agent workflow to design and optimize CUDA kernels. Hand-tuning is time-consuming and easy to miss solutions. They came up with a workflow of "task contract + agent loop + small-step verification", letting the agent research, implement, verify...

X AI KOLs Timeline · 2026-06-03

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.

0 favorites 0 likes
#code-optimization

@tom_doerr: Semi-autonomous agents optimize codebases through parallel experimentation https://github.com/evo-hq/evo

X AI KOLs Timeline · 2026-06-03 Cached

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.

0 favorites 0 likes
#code-optimization

AdaExplore: Failure-Driven Adaptation and Diversity-Preserving Search for Efficient Kernel Generation

arXiv cs.CL · 2026-04-21 Cached

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.

0 favorites 0 likes
← Back to home

Submit Feedback