static-analysis

Tag

Cards List
#static-analysis

I used Jev to figure out which tests actually need to run after a Git diff

Reddit r/AI_Agents ↗ · 3h ago

The author built jev-test-impact, a tool that uses Git diffs and static dependency analysis with Jev to score and run only relevant tests, aiming to improve regression recall in testing workflows.

0 favorites 0 likes
#static-analysis

@charliermarsh: ty can now detect conditions that are always-true or always-false. The classic example: forgetting to call a function i…

X AI KOLs Following ↗ · 14h ago Cached

ty has added the ability to detect always-true or always-false conditions in code, helping to prevent common mistakes such as forgetting to call a function in an if-statement.

0 favorites 0 likes
#static-analysis

I made a thing that makes Sonnet beat Opus on prod debugging tasks

Reddit r/AI_Agents ↗ · 19h ago

A live code graph tool that combines static analysis and runtime traces to provide full-stack context for AI coding agents, enabling models like Sonnet to outperform Opus in production debugging.

0 favorites 0 likes
#static-analysis

Which AI tools actually find security issues, instead of just linting?

Reddit r/ArtificialInteligence ↗ · 21h ago

The article compares AI-powered security tools that detect real code vulnerabilities beyond basic linting, with mentions of tools like Snyk, Semgrep, and Coderabbit.

0 favorites 0 likes
#static-analysis

Escaping Python Dependency Hell: A Hybrid Replay-and-Repair Pipeline for Python Dependency Resolution

arXiv cs.AI ↗ · yesterday Cached

This paper introduces PLLM+, a hybrid pipeline that combines deterministic replay of historical dependency configurations with LLM-based repair to resolve Python dependency conflicts, showing improved success rates and reduced runtime on the HG2.9K benchmark.

0 favorites 0 likes
#static-analysis

Show HN: Treepeat – Code similarity detection using Tree-sitter

Hacker News Top ↗ · 2d ago Cached

Treepeat is an open-source tool that uses Tree-sitter for code similarity detection, supporting multiple programming languages with features for finding duplicates, near-duplicates, and structurally similar code.

0 favorites 0 likes
#static-analysis

Benzi - Harness/AI agent beats big players on benchmarks while reading less source code

Reddit r/ArtificialInteligence ↗ · 2026-09-16

Benzi is an AI coding agent that outperforms competitors on benchmarks by reading less source code and using deterministic tool calls, achieving high efficiency in code intelligence tasks.

0 favorites 0 likes
#static-analysis

ImpactGate: A merge gate that scores the structural decay AI adds

Hacker News Top ↗ · 2026-09-16 Cached

ImpactGate is a tool that measures and gates the structural decay introduced by code changes, using a scoring formula to encourage refactoring and maintain code quality.

0 favorites 0 likes
#static-analysis

AI-Generated Technical Debt: Architecture Garbage Collection for Coding Agents

Reddit r/openclaw ↗ · 2026-09-12 Cached

The article highlights how coding agents introduce technical debt in software systems and proposes using tools like ArchUnitPython to enforce architectural rules and prevent structural issues.

0 favorites 0 likes
#static-analysis

Show HN: Graphify C# – Compiler-accurate Find Usages for coding agents

Hacker News Top ↗ · 2026-09-12 Cached

Graphify C# is a free, headless indexer that uses Roslyn and MSBuild to provide compiler-accurate semantic indexing for C# code, enabling coding agents to perform precise find usages analysis.

0 favorites 0 likes
#static-analysis

Chat with a detailed representation of any GitHub repository!

Reddit r/ArtificialInteligence ↗ · 2026-09-06

Benzi is an AI coding assistant that avoids reading source code by using deterministic tool calls and static analysis, available as a VS Code extension and web demo for live GitHub repository analysis.

0 favorites 0 likes
#static-analysis

No one really cares about knowing an agent's capabilities, until something goes wrong.

Reddit r/AI_Agents ↗ · 2026-09-01

The article emphasizes the importance of tracking AI agent capabilities to prevent incidents, introducing SafeAI as a static analyzer tool for detecting configuration issues and instruction injection risks.

0 favorites 0 likes
#static-analysis

Interactive pattern discovery in binaries (FF-16-TUI)

Hacker News Top ↗ · 2026-08-28 Cached

FF-16-TUI is an interactive static analysis tool that finds frequently occurring 16-bit patterns in binary files to help locate structures and understand file layout.

0 favorites 0 likes
#static-analysis

New agentic harness reads LESS source code to write better quality code

Reddit r/ArtificialInteligence ↗ · 2026-08-27

Benzi is a new agentic harness that minimizes source code reading by using deterministic intelligence, achieving better performance on benchmarks like SWE-bench with lower token usage and cost.

0 favorites 0 likes
#static-analysis

Show HN: Automatically detect and patch walking-dead states in Sierra games

Hacker News Top ↗ · 2026-08-19 Cached

A tool that uses static analysis to automatically detect and patch unwinnable states in classic Sierra adventure games, ensuring games remain playable without deadlocks.

0 favorites 0 likes
#static-analysis

A linter for PyTorch 'torch-preflight' [P]

Reddit r/MachineLearning ↗ · 2026-08-14

torch-preflight is a new linter for PyTorch code that catches common GPU-wasting bugs without executing code or requiring a GPU, plus estimates VRAM usage to check if a training run fits before paying for an instance.

0 favorites 0 likes
#static-analysis

How Go detects struct copies with sync.noCopy

Hacker News Top ↗ · 2026-08-13 Cached

The article explains how Go uses the `sync.noCopy` marker and the `go vet` tool to detect and warn about struct copies that could lead to concurrency issues.

0 favorites 0 likes
#static-analysis

SQLite with a Fine-Toothed Comb

Lobsters Hottest ↗ · 2026-08-09 Cached

John Regehr describes using tis-interpreter to search for undefined behavior in SQLite, finding bugs like dangling pointer uses and uninitialized reads that other tools missed.

0 favorites 0 likes
#static-analysis

@akshay_pachaar: Claude Code commits leak secrets 2x more than humans. (28M hardcoded secrets shipped to GitHub in 2025) GitGuardian tra…

X AI KOLs Timeline ↗ · 2026-08-08 Cached

GitGuardian data shows Claude Code commits leak secrets at 3.2% vs 1.5% human baseline; the SonarQube CLI integrates with Claude Code to detect secrets and run static analysis before code reaches production.

0 favorites 0 likes
#static-analysis

An alias-based formulation of the borrow checker (2018)

Hacker News Top ↗ · 2026-08-07 Cached

Niko Matsakis describes an alternative alias-based formulation of Rust's borrow checker, where regions are sets of loans rather than program points, with a working prototype that passes the NLL test suite.

0 favorites 0 likes
Next →
← Back to home

Submit Feedback