ai-coding

Tag

Cards List
#ai-coding

@alswl: AI writes code too fast, making it harder to see changes. Online PR review is too inefficient. I've been using IntelliJ IDEA as my main IDE (now my main code reviewer). The official Git plugin works okay for local changes, but what I really need is: continuously...

X AI KOLs Timeline · 18h ago Cached

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.

0 favorites 0 likes
#ai-coding

Slop Paralysis

Lobsters Hottest · 23h ago Cached

Blog post discussing 'slop paralysis'—the inability to review code generated by AI coding agents—and offering strategies to mitigate it.

0 favorites 0 likes
#ai-coding

I rewrote PostHog's SQL parser, 70x faster, while barely looking at the code

Hacker News Top · yesterday Cached

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.

0 favorites 0 likes
#ai-coding

@humzaakhalid: Most developers are using Claude Code wrong (100%) Claude Code fixes it in 90 seconds flat. Here is exactly how: 1. Get…

X AI KOLs Timeline · yesterday Cached

A detailed guide on using Claude Code effectively, including setup, CLAUDE.md configuration, four-layer architecture, hooks, and daily workflow patterns.

0 favorites 0 likes
#ai-coding

@gabriel1: haha it's been working for 4 days on making it run on windows

X AI KOLs Following · yesterday Cached

A developer shares that they spent 4 days using Codex to get an app running on Windows, finding the process absurd yet awesome.

0 favorites 0 likes
#ai-coding

@connect24h: As expected, Google dropped another bombshell. Even after I told them "Make the UI feel right" ten times and it didn't …

X AI KOLs Timeline · 2d ago Cached

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.

0 favorites 0 likes
#ai-coding

@DanKornas: AI coding plans are easy to write. Keeping them aligned with the code is the hard part. OpenSPDD is a structured prompt…

X AI KOLs Timeline · 2d ago Cached

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.

0 favorites 0 likes
#ai-coding

Are coding agents much better at starting projects than fixing real codebases?

Reddit r/AI_Agents · 2d ago

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.

0 favorites 0 likes
#ai-coding

I measured where my AI coding agents waste tokens, 42% was avoidable. Built a tool to catch it (Claude Code / Cursor / Codex)

Reddit r/AI_Agents · 3d ago

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.

0 favorites 0 likes
#ai-coding

@github: .@impeccable_ai earned its way to 40k+ stars on GitHub by delivering exceptional value. Today, we are making design and…

X AI KOLs Following · 3d ago Cached

Impeccable AI is now a built-in skill in GitHub Copilot, making design and quality a built-in layer for all creators.

0 favorites 0 likes
#ai-coding

@RealCodedAlpha: This 9-step guide on Claude Code Dynamic Workflows really explains it thoroughly! Many people playing with multi-agent just start a swarm, resulting in a bunch of conflicts, low-quality outputs, and merge hell. The author makes the core point clear: structured loo…

X AI KOLs Timeline · 3d ago Cached

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.

0 favorites 0 likes
#ai-coding

I’ve been using AI heavily as a software engineer, and honestly, it feels a bit strange.

Reddit r/artificial · 3d ago

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.

0 favorites 0 likes
#ai-coding

@0xMortyx: https://x.com/0xMortyx/status/2069002136873058485

X AI KOLs Timeline · 3d ago Cached

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.

0 favorites 0 likes
#ai-coding

@techNmak: Someone finally documented how to actually use Claude Code. 58K+ stars. claude-code-best-practice. Direct from Boris Ch…

X AI KOLs Timeline · 3d ago Cached

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.

0 favorites 0 likes
#ai-coding

@shao__meng: Former Meta/Microsoft/Atlassian Staff Engineer's Agentic Engineering Workflow With this workflow @kunchenguid ships 40-50 tested production-grade PRs per day. He describes it: "You are the captain, agents are your crew…

X AI KOLs Timeline · 3d ago Cached

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.

0 favorites 0 likes
#ai-coding

@realchendahuang: Many people use AI to write Cloudflare projects and fail, not because of syntax. The real problem is: AI often treats Workers as Node.js, uses Binding as process.env, forgets await, abuses global variables to store request state, doesn't know static asset requests are free, and calls its own R2 via REST API from a Worker. I've compiled these pitfalls into the Cloudflare Playbook. I also wrote about how to connect Codex / Claude Code with Cloudflare Skill, MCP, and Wrangler. It's suitable as a manual for AI writing Cloudflare projects.

X AI KOLs Timeline · 3d ago Cached

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.

0 favorites 0 likes
#ai-coding

@blackanger: Distilled many good practices from Epic Lora

X AI KOLs Timeline · 4d ago Cached

An experiment on using Rust's type system as an AI coding specification, distilling practices from Epic Lora.

0 favorites 0 likes
#ai-coding

@realchendahuang: I made a Cloudflare Playbook. Ideal for indie developers building products with AI Coding. It covers: How to choose common Cloudflare services: Workers / Pages / D1 / R2 / KV / AI Gateway…

X AI KOLs Timeline · 4d ago Cached

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.

0 favorites 0 likes
#ai-coding

@AI_jacksaku: https://x.com/AI_jacksaku/status/2068702722807771294

X AI KOLs Timeline · 4d ago Cached

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.

0 favorites 0 likes
#ai-coding

Vercel CEO: "Almost shocked" by how good GLM-5.2 is at coding

Reddit r/LocalLLaMA · 4d ago

The Vercel CEO expresses surprise at the impressive coding capabilities of the GLM-5.2 AI model.

0 favorites 0 likes
Next →
← Back to home

Submit Feedback