code-audit

Tag

Cards List
#code-audit

Tokens were eating my wallets, so i tried GLM5.2 and compare it to Fable 5 and Opus 4.8

Reddit r/ArtificialInteligence · 2026-07-08

A developer compares GLM 5.2 with Fable 5 and Opus 4.8 on OpenRouter, finding GLM 5.2 cost-effective for code audits and reviews but not for long unattended builds due to accumulating test-error-edit costs.

0 favorites 0 likes
#code-audit

@yibie: Recommend this project. shadcn (creator of shadcn/ui) built an Agent Skill — let the most expensive model handle auditing and planning, and let the cheap model write code. The idea itself isn't new, but shadcn turned it into an installable, orchestrated system with an execution closed loop. Every design decision is practical...

X AI KOLs Timeline · 2026-07-05 Cached

shadcn released the Agent Skill project improve, which has high-cost models perform code auditing and planning while low-cost models execute, forming an installable, orchestrated system with an execution closed loop.

0 favorites 0 likes
#code-audit

@vintcessun: An 8-stage vulnerability discovery agent that runs on a Claude subscription, essentially a reproduction of the Cloudflare Project Glasswing paper. Multiple narrow agents + intentional disagreement verification + reachability gating, breaking down 'which piece of code can actually be exploited by an attacker' into 8 precise steps. Recon uses Opus to decompose tasks, H…

X AI KOLs Timeline · 2026-06-17

Introduces an 8-stage vulnerability discovery agent based on Claude subscription, reproducing the core ideas of the Cloudflare Project Glasswing paper. It uses multiple narrow agents, intentional disagreement verification, and reachability gating to break down exploit analysis into precise steps, without the need for API keys.

0 favorites 0 likes
#code-audit

@aiedge_: This Claude Fable 5 prompt audits your ENTIRE codebase for vulnerabilities, bugs, attack vectors, and more. If you have…

X AI KOLs Timeline · 2026-06-10 Cached

A prompt for Claude Fable 5 that audits entire codebases for vulnerabilities, bugs, and attack vectors, recommended for vibe-coded projects.

0 favorites 0 likes
#code-audit

@shadcn: You have Claude Fable for only a few days. Here's how to make the most of it. Introducing /improve: use your most capab…

X AI KOLs Following · 2026-06-10 Cached

Introducing /improve, a tool that uses Claude's most capable model to audit your codebase, identify bugs, performance issues, tech debt, missing tests, and write plans that cheaper models can execute.

0 favorites 0 likes
#code-audit

@alphabatcher: 540,000 lines of Rails is a brutal way to learn the agent era Garry's List shipped with: > 262,000 lines of app code > …

X AI KOLs Following · 2026-06-01 Cached

A critique of large Rails codebases in the AI agent era, proposing a shift to skill-based development with agents, markdown skills, and TypeScript for deterministic I/O.

0 favorites 0 likes
#code-audit

@vintcessun: LLMs can now write their own work scripts, decomposing tasks into a group of sub-agents that execute in parallel. A single assistant thinks sequentially, and when faced with tasks like codebase audits or large-scale refactoring, it's either slow or prone to mixing up its thoughts. pi-dynamic-workflows lets the model directly generate a JS script, using agent() and parallel() for task orchestration, runs them in a sandbox, and then aggregates the results—with real-time progress display. The essence is transforming "one person working" into "one person writing a scheduling script, while minions execute in parallel."

X AI KOLs Timeline · 2026-05-30 Cached

Introducing pi-dynamic-workflows, a tool that enables LLMs to dynamically orchestrate multiple sub-agents for parallel task execution by generating JavaScript scripts, suitable for code audits, large-scale refactoring, and similar scenarios.

0 favorites 0 likes
← Back to home

Submit Feedback