Tag
In the context of AI speeding up code writing, the author recommends the IntelliJ plugin Git Scope, which can conveniently compare diffs between the current branch and any branch/tag/commit within the IDE, improving code review efficiency.
Blog post discussing 'slop paralysis'—the inability to review code generated by AI coding agents—and offering strategies to mitigate it.
PostHog's engineer used multiple long-running Claude Code sessions to rewrite their SQL parser, achieving a 70x speedup over the previous ANTLR-based parser, while barely looking at the code themselves.
A detailed guide on using Claude Code effectively, including setup, CLAUDE.md configuration, four-layer architecture, hooks, and daily workflow patterns.
A developer shares that they spent 4 days using Codex to get an app running on Windows, finding the process absurd yet awesome.
Google Labs released DESIGN.md, a specification that defines a visual identity for AI coding agents using YAML design tokens and markdown rationale, enabling consistent UI generation.
OpenSPDD is a structured prompt-driven development methodology and cross-platform CLI that turns AI coding prompts into executable design contracts using the REASONS Canvas for scope, architecture, and safeguards.
An observation that coding agents perform well on new projects but often struggle with existing codebases, where the need for minimal changes and understanding of hidden dependencies limits their effectiveness.
The author measured token waste in AI coding agents and found 42% avoidable, then built a tool to catch it. The tool works with Claude Code, Cursor, and Codex.
Impeccable AI is now a built-in skill in GitHub Copilot, making design and quality a built-in layer for all creators.
This tweet introduces the 9-step guide for Claude Code Dynamic Workflows, emphasizing structured loops and best practices for multi-agent workflows, including manual review, worktree isolation, and automatic rework, pointing out that this is the key to turning agent swarms from toys into productivity.
A software engineer reflects on the strange feeling of relying heavily on AI tools like Codex for coding, questioning whether it makes one a weaker developer or signals the next stage of software engineering.
A detailed guide on using Claude Code's Dynamic Workflows pattern to orchestrate multiple parallel subagents from a single lead agent, with 9 steps covering task decomposition, isolation, and review.
A comprehensive guide with 58K+ stars on best practices for using Claude Code, covering tips from Boris Cherny and community workflows to maximize agentic engineering.
Former Meta/Microsoft/Atlassian staff engineer Kun shares his agentic engineering workflow: centered on terminal, tmux, and Neovim, using global/project-level memory files and skills to train AI teammates, delivering 40-50 tested production PRs daily, boosted by voice input, AXI standard, Lavish interactive planning, and more.
This Cloudflare playbook is designed for the AI coding era, organizing usage methods, common pitfalls, and AI coding workflows for each Cloudflare module, suitable as a reference guide for AI writing Cloudflare projects.
An experiment on using Rust's type system as an AI coding specification, distilling practices from Epic Lora.
realchendahuang published a Cloudflare Playbook for independent developers using AI coding, covering service selection, usage, free tier, paid plans, common pitfalls in AI coding, and open-source project references for Workers, Pages, D1, R2, KV, and other services.
This article compiles 10 high-value Skills essential for Codex, covering planning, code quality, frontend implementation, automated testing, CI/CD, security, and external tool integration, and provides installation methods and recommended combinations to help users improve development efficiency.
The Vercel CEO expresses surprise at the impressive coding capabilities of the GLM-5.2 AI model.