ast

Tag

Cards List
#ast

CSP-Atlas: Concept-Specific Neural Circuits in a Sparse Python Transformer

arXiv cs.CL · 2026-05-26 Cached

This paper investigates neural circuits in a sparse 8-layer Python transformer, finding dedicated circuitry for 106 programming concepts and decomposing them into concept-specific and token-driven components, with implications for understanding structural encoding in code models.

0 favorites 0 likes
#ast

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
#ast

Even More Tagged Union Subsets with Comptime

Lobsters Hottest · 2026-05-19 Cached

This article explores using Zig's comptime to create tagged union subsets, inspired by Mitchell Hashimoto's work, and applies the technique to a MyST parser's AST traversal.

0 favorites 0 likes
← Back to home

Submit Feedback