code-execution

Tag

Cards List
#code-execution

llama.cpp's web UI now supports executing model generated JavaScript in the browser, through Web Workers (opt in)

Reddit r/LocalLLaMA · 16h ago

llama.cpp's web UI now supports executing model-generated JavaScript in a sandboxed iframe via Web Workers, enabling lightweight agentic code execution as an opt-in feature.

0 favorites 0 likes
#code-execution

@FinanceYF5: 2/ His name is Lenny Bogdonoff. He joined OpenAI when it only had 250 people, while GPT-4 was still being trained and ChatGPT hadn't launched yet. His first task: rebuilding the Jupyter code execution environment, which later became the prototype for the 'AI computer' concept. He didn't realize how important this was, and most people didn't either.

X AI KOLs Following · yesterday Cached

Lenny Bogdonoff, an early OpenAI employee, rebuilt the Jupyter code execution environment before GPT-4 training and ChatGPT launch. This work became the prototype for the later 'AI computer' concept, but it wasn't recognized at the time.

0 favorites 0 likes
#code-execution

VELA

Product Hunt · 6d ago

VELA is a tool for securely executing AI-generated and untrusted code, providing a sandbox environment to prevent malicious actions.

0 favorites 0 likes
#code-execution

TREX: An AI code reviewer that runs your code

Hacker News Top · 2026-06-17 Cached

Greptile introduces TREX, an AI code reviewer that executes code and detects runtime bugs, going beyond static analysis by spinning up parallel agents to investigate issues and generate artifacts like screenshots.

0 favorites 0 likes
#code-execution

CODA-BENCH: Can Code Agents Handle Data-Intensive Tasks?

Hugging Face Daily Papers · 2026-06-13 Cached

CODA-BENCH is a new benchmark for evaluating code agents on data-intensive tasks, bridging the gap between code-centric and data-centric evaluations. It includes over 1,000 tasks from 31 communities, with realistic data scale and noise, revealing that even top agents achieve only 61.1% success rate.

0 favorites 0 likes
#code-execution

Arbitrary code execution in objdump -g

Lobsters Hottest · 2026-06-08 Cached

A security vulnerability in objdump -g allows arbitrary code execution via a crafted FR30 object file due to a missing bounds check in the FR30 relocation handler, with a single-shot exploit that defeats ASLR and other mitigations.

0 favorites 0 likes
#code-execution

Config Files That Run Code: Supply Chain Security Blindspot

Hacker News Top · 2026-06-08 Cached

Config files for IDEs, AI coding agents, and package managers can execute code automatically, creating a supply chain security blindspot. The article details the Miasma worm attack that uses such config files to drop malware, and provides examples of injection vectors.

0 favorites 0 likes
#code-execution

Give your agent its own computer (7 minute read)

TLDR AI · 2026-06-08 Cached

LangChain introduces LangSmith Sandboxes, providing each AI agent with its own isolated computer environment for safe code execution, addressing security risks of running untrusted code in containers or locally.

0 favorites 0 likes
#code-execution

@HowToAI_: China just handed the AI agent community a production-grade sandbox for free. OpenSandbox is an open-source sandbox run…

X AI KOLs Timeline · 2026-06-02 Cached

China released OpenSandbox, an open-source sandbox runtime for AI agents, supporting multiple SDKs and secure execution environments with Docker/Kubernetes isolation.

0 favorites 0 likes
#code-execution

@LangChain: https://x.com/LangChain/status/2060111005917577668

X AI KOLs Following · 2026-05-28 Cached

LangChain's newsletter announces major product launches from Interrupt 2026: LangSmith Engine for automated agent failure diagnosis and fixes, and Sandboxes GA for secure code execution, alongside a new LangChain Labs research initiative and upcoming events.

0 favorites 0 likes
#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
Next →
← Back to home

Submit Feedback