code-execution

Tag

Cards List
#code-execution

Reasoning, Code, or Both? How Large Language Models Handle Variations in Math Questions

arXiv cs.AI · 2026-05-27 Cached

This paper evaluates three approaches (pure chain-of-thought reasoning, single-shot code execution, and iterative code execution) on 1,000 GSM-Symbolic problems using Claude Haiku 4.5, finding that chain-of-thought is the most robust to perturbation, while code execution does not improve reasoning robustness on grade-school math problems.

0 favorites 0 likes
#code-execution

@wsl8297: The scariest scenario when using Agents is when they treat dangerous commands as normal steps. That's exactly what HOL Guard is designed to address. GitHub: https://github.com/hashgraph-online/hol-guard… Website: https://hol…

X AI KOLs Timeline · 2026-05-23 Cached

HOL Guard is an open-source security tool that provides dangerous command identification, interception, and auditing for development agents such as Codex, Claude Code, etc. It supports multiple protection levels and a local approval center to prevent risks like accidental deletion or modification.

0 favorites 0 likes
#code-execution

@larsencc: if you run agents that execute arbitrary code: do you isolate the tool or isolate the agent? we tried both. isolating t…

X AI KOLs Following · 2026-05-22 Cached

Discusses whether to isolate the tool or the agent when running agents that execute arbitrary code, concluding that isolating the agent is superior due to zero secrets and a control-plane proxy.

0 favorites 0 likes
#code-execution

Giving LLMs exec() power is a security nightmare. I built a open-source AST-based guardrail to stop malicious agent execution.

Reddit r/AI_Agents · 2026-05-21

Introduces ast-guard, an open-source AST-based security tool that prevents malicious code execution from LLM-generated Python strings by parsing them into an abstract syntax tree and applying node-level whitelisting and context-aware safety checks.

0 favorites 0 likes
#code-execution

@_philschmid: Built a @github Issue Triage Agent with a single curl to the Gemini API. → Clones the repo into a sandbox → Fetches ope…

X AI KOLs Following · 2026-05-21 Cached

Built a GitHub Issue Triage Agent using a single curl to the Gemini API that clones repos, fetches issues, classifies them, and executes reproducer code to confirm bugs, without any orchestration framework.

0 favorites 0 likes
#code-execution

@hwchase17: code interpreter is a light weight code execution environment lets you do: - RLMs - programmatic tool calling - more! w…

X AI KOLs Timeline · 2026-05-20 Cached

Harrison Chase announces a lightweight code execution environment called code interpreter that enables RLMs and programmatic tool calling without needing a full sandbox, with more use cases to be detailed.

0 favorites 0 likes
#code-execution

@huntlovell: https://x.com/huntlovell/status/2057166131924988002

X AI KOLs Timeline · 2026-05-20 Cached

Deep Agents introduces interpreters: small embedded runtimes that allow agents to write and execute code inside the agent loop, enabling multi-step logic and intermediate state management without full sandbox overhead.

0 favorites 0 likes
#code-execution

@_philschmid: I'm excited to introduce Managed Agents in the Gemini API. One API call gives you a full agent with code execution, web…

X AI KOLs Following · 2026-05-19 Cached

Phil Schmid announces Managed Agents in the Gemini API, enabling one-call agents with code execution, web browsing, and file management in isolated sandboxes, powered by Gemini 3.5 Flash.

0 favorites 0 likes
#code-execution

Teaching Language Models to Think in Code

arXiv cs.CL · 2026-05-11 Cached

This paper introduces ThinC (Thinking in Code), a framework where language models use code blocks exclusively for reasoning after a brief natural language planning step, outperforming existing tool-integrated reasoning baselines on math benchmarks.

0 favorites 0 likes
#code-execution

@akshay_pachaar: The MCP vs CLI debate. For most of 2025, AI Engineers argued about it. The skeptics had real numbers: - Playwright MCP …

X AI KOLs Following · 2026-05-10

Anthropic's 'Code Mode' reframes the MCP vs CLI debate by having AI agents write code to call tools via a runtime rather than loading full schemas into context, drastically reducing token usage. This approach combines MCP's typed contracts with lazy loading, proving the protocol is evolving rather than dying.

0 favorites 0 likes
#code-execution

@akshay_pachaar: https://x.com/akshay_pachaar/status/2053166970166772052

X AI KOLs Timeline · 2026-05-09 Cached

The article discusses a shift in AI agent tool usage from the 'MCP vs CLI' debate to 'Code Mode,' where agents write code to dynamically import tools, significantly reducing context window usage. It highlights Anthropic's approach and Cloudflare's implementation, demonstrating a 98.7% reduction in token consumption for specific tasks.

0 favorites 0 likes
#code-execution

OpenDevin: An Open Platform for AI Software Developers as Generalist Agents

Papers with Code Trending · 2024-07-23 Cached

OpenDevin is an open-source platform for developing AI agents that can write code, use command lines, and browse the web to interact with the environment. It supports multiple agents, sandboxed code execution, and evaluation benchmarks like SWE-Bench.

0 favorites 0 likes
#code-execution

Code execution with MCP: Building more efficient agents

Anthropic Engineering · 2026-05-08 Cached

This article from Anthropic explores how integrating code execution with the Model Context Protocol (MCP) can improve the efficiency of AI agents. It addresses challenges like token overload from tool definitions and intermediate results, proposing code execution as a solution to reduce latency and costs.

0 favorites 0 likes
← Previous
← Back to home

Submit Feedback