Collection size
93 articles
Page 2 of 5
Geek Labs
Geek Labs
Jun 17, 2026 · Artificial Intelligence

Five AI Tools to Write Less, Write Better, and Code More Reliably

This article reviews five GitHub‑Trending AI coding assistants—improve, ponytail, effective‑html, omnigent, and architect‑loop—detailing how each automates code auditing, reduces unnecessary code, generates polished HTML, unifies multiple agents, and orchestrates a dual‑agent development pipeline, with benchmark figures and installation commands.

AI codingGitHubcode audit
0 likes · 9 min read
Five AI Tools to Write Less, Write Better, and Code More Reliably
java1234
java1234
Jul 19, 2026 · Artificial Intelligence

FastCode: Up to 4× Faster and 44% Cheaper Than Claude Code for Codebase Understanding

FastCode, an open‑source framework from HKU’s DS team, builds semantic maps and structural graphs of codebases to let AI assistants answer queries up to four times faster, cut token usage by up to 44 %, and achieve higher accuracy across benchmarks, supporting multiple languages and deployment options.

AI code analysisFastCodePython
0 likes · 7 min read
FastCode: Up to 4× Faster and 44% Cheaper Than Claude Code for Codebase Understanding
PaperAgent
PaperAgent
Mar 6, 2026 · Artificial Intelligence

BeyondSWE: Rethinking Code Agent Benchmarks with Real‑World Multi‑Repo Challenges

BeyondSWE expands code‑agent evaluation beyond single‑repo bug fixing by introducing four realistic scenarios, scaling to 246 repositories and 500 samples, revealing a sharp performance drop for top models and highlighting the nuanced impact of search‑augmented agents like SearchSWE.

AI evaluationBeyondSWESearchSWE
0 likes · 6 min read
BeyondSWE: Rethinking Code Agent Benchmarks with Real‑World Multi‑Repo Challenges
Tech Minimalism
Tech Minimalism
May 4, 2026 · Artificial Intelligence

How to Build an AI Agent Code Knowledge Base with GitNexus – Full Guide

GitNexus transforms a codebase into a pre‑computed knowledge graph—capturing dependencies, call chains, functional clusters, and execution flows—and exposes this structured context to AI agents via MCP, CLI, and Web UI, enabling accurate code understanding, impact analysis, safe refactoring, and seamless integration with tools like Claude Code, Cursor, and Codex.

AI code analysisCLIGitNexus
0 likes · 19 min read
How to Build an AI Agent Code Knowledge Base with GitNexus – Full Guide
PaperAgent
PaperAgent
May 21, 2026 · Artificial Intelligence

Anthropic’s Claude Code Harness: Best Practices for AI Coding in Large Codebases

Anthropic’s applied‑AI team found that the success of Claude Code in million‑line monorepos and multi‑repo microservice environments depends far more on a well‑engineered harness—such as layered CLAUDE.md files, hooks, skills, plugins, LSP integration, MCP servers and sub‑agents—than on the underlying model itself.

AI Programming ToolsAnthropicClaude Code
0 likes · 10 min read
Anthropic’s Claude Code Harness: Best Practices for AI Coding in Large Codebases
SpringMeng
SpringMeng
Jun 23, 2026 · Artificial Intelligence

Taming Claude Code: Essential Tricks to Turn It from Unruly to Powerful

This article walks through the inner workings of Claude Code, explains why it behaves unpredictably out of the box, and provides a step‑by‑step guide—including CLAUDE.md configuration, three operating modes, Hooks, Skills, Agents, and cost‑saving techniques—to transform the tool into a reliable, project‑aware AI coding assistant.

AI coding assistantCLAUDE.mdClaude Code
0 likes · 23 min read
Taming Claude Code: Essential Tricks to Turn It from Unruly to Powerful
Data STUDIO
Data STUDIO
Sep 1, 2026 · Artificial Intelligence

Why Top AI Coding Agents Dropped Vector Databases for Grep-Based Retrieval

Major AI coding tools like Claude Code and Cursor have replaced vector databases with agentic retrieval using grep and ripgrep, achieving higher accuracy, freshness, and security; benchmarks show agentic keyword search reaches 94.5% of RAG faithfulness with zero embeddings, while Anthropic's multi-agent system beats single Opus 4 by 90.2%.

AnthropicClaude CodeCursor
0 likes · 32 min read
Why Top AI Coding Agents Dropped Vector Databases for Grep-Based Retrieval
IT Services Circle
IT Services Circle
Aug 30, 2026 · Backend Development

How a 7‑Step SOP Stops AI‑Driven Code Refactoring from Breaking 40% of Projects

The article explains why AI‑assisted code refactoring often introduces hidden bugs—due to limited context windows, rising duplicate‑code rates, and fleeting speed gains—and presents a concrete 7‑step SOP that combines static analysis, dependency mapping, single‑function changes, test‑first development, adversarial review, feature‑flag rollout, and a git‑based rollback plan to keep AI refactors safe and reliable.

AI refactoringCI/CDSOP
0 likes · 19 min read
How a 7‑Step SOP Stops AI‑Driven Code Refactoring from Breaking 40% of Projects
JD Tech Talk
JD Tech Talk
Nov 3, 2025 · Artificial Intelligence

How JoyCode Agent Achieves 74.6% Pass@1 on SWE‑bench Verified with Patch‑Test Co‑generation

JoyCode Agent reaches a 74.6% pass rate on the authoritative SWE‑bench Verified benchmark, ranking in the global top‑3, and is now open‑source, showcasing a high‑efficiency, test‑driven, iterative approach to automated code repair that dramatically reduces token consumption while improving success rates.

Artificial IntelligenceAutomated Code RepairSWE-bench
0 likes · 44 min read
How JoyCode Agent Achieves 74.6% Pass@1 on SWE‑bench Verified with Patch‑Test Co‑generation
Code Mala Tang
Code Mala Tang
Jun 5, 2026 · Artificial Intelligence

10 High‑Star Claude Code & Codex GitHub Repos That Supercharge Your Coding Efficiency

After battling nightly bugs, the author screened over a hundred Claude Code/Codex repositories, tested each, and curated ten high‑star GitHub projects—detailing their core value, pain points solved, ideal scenarios, installation steps, and star counts—to dramatically boost AI‑assisted coding productivity.

AI coding assistantsClaude CodeCodex
0 likes · 16 min read
10 High‑Star Claude Code & Codex GitHub Repos That Supercharge Your Coding Efficiency
ShiZhen AI
ShiZhen AI
Apr 22, 2026 · Artificial Intelligence

35 Practical Claude Code Tips with Ready‑to‑Use Commands

This article presents 35 hands‑on Claude Code techniques, each paired with a ready‑to‑use command or prompt, covering project initialization, session management, code quality, architecture review, automation, documentation, dependency handling, debugging, and recovery to help developers harness the AI coding assistant efficiently.

AI assistantAutomationClaude Code
0 likes · 18 min read
35 Practical Claude Code Tips with Ready‑to‑Use Commands
Code of Duty
Code of Duty
May 18, 2026 · Artificial Intelligence

Codex vs Cursor vs Claude Code: How to Choose the Right AI Coding Tool

This article compares three leading AI coding assistants—Codex, Cursor, and Claude Code—by examining their workflows, strengths, limitations, and ideal user scenarios, and provides practical guidance on selecting the tool that best fits personal, team, or enterprise development needs.

AI codingClaude CodeCodex
0 likes · 14 min read
Codex vs Cursor vs Claude Code: How to Choose the Right AI Coding Tool
ELab Team
ELab Team
Jul 7, 2025 · Artificial Intelligence

Inside Cursor’s Agent Mode: How System Prompts Power AI Coding Assistants

This article dissects Cursor’s Agent mode by reverse‑engineering its system prompt, outlining the core components such as user context, tool integration, memory handling, and parallel execution, and then discusses the essential tools required to build a similar AI‑driven coding assistant while proposing a research roadmap.

0 likes · 24 min read
Inside Cursor’s Agent Mode: How System Prompts Power AI Coding Assistants
Data Party THU
Data Party THU
Sep 19, 2025 · Artificial Intelligence

How RepoMaster Enables AI Agents to Master GitHub Repositories for Complex Tasks

RepoMaster is an AI‑driven framework that automatically discovers, analyzes, and executes code from massive GitHub repositories, turning them into reusable tools and achieving state‑of‑the‑art performance on challenging benchmarks while drastically reducing token consumption and engineering effort.

AI AgentsRepoMasterautonomous execution
0 likes · 9 min read
How RepoMaster Enables AI Agents to Master GitHub Repositories for Complex Tasks
AI Insight Log
AI Insight Log
Feb 22, 2026 · Artificial Intelligence

Claude Code Desktop Receives Major Update: Server Previews, AI Pre‑Push Review, CI Monitoring, and Session Mobility

Anthropic quietly rolled out a substantial Claude Code desktop update that adds in‑app server previews, an AI‑driven pre‑push code review, background CI and PR monitoring with auto‑fix/merge, and seamless session mobility, dramatically reducing manual waiting and context‑switching for developers.

AI coding assistantAnthropicClaude Code
0 likes · 7 min read
Claude Code Desktop Receives Major Update: Server Previews, AI Pre‑Push Review, CI Monitoring, and Session Mobility
Code of Duty
Code of Duty
May 24, 2026 · Artificial Intelligence

Getting Started with Codex: How an AI Partner Can Read Code, Fix Bugs, and Add Features

This guide walks beginners through installing and configuring OpenAI's Codex, explains its CLI and cloud modes, compares permission levels, demonstrates effective prompt patterns, outlines a step‑by‑step workflow, and highlights common pitfalls to help developers use the AI assistant safely and productively.

AI programming assistantCLICodex
0 likes · 8 min read
Getting Started with Codex: How an AI Partner Can Read Code, Fix Bugs, and Add Features
AI Step-by-Step
AI Step-by-Step
Aug 13, 2026 · Artificial Intelligence

6 Combo Techniques to Make Codex and Claude Code Truly Boost Efficiency

The article presents six concrete, step‑by‑step combos that let developers produce high‑quality code with Codex and Claude Code while enabling non‑technical teammates to save time and deliver verifiable results, covering new feature pipelines, automated reviews, large refactors, nightly automation, urgent bug fixes, and project hand‑over.

AutomationClaude CodeCodex
0 likes · 6 min read
6 Combo Techniques to Make Codex and Claude Code Truly Boost Efficiency
phodal
phodal
Nov 26, 2025 · Artificial Intelligence

How Multi‑Agent AI Transforms Code Review into Automated Fixes

AutoDev leverages a multi‑agent architecture and comprehensive information aggregation to turn traditional, fragmented code review into an intelligent, end‑to‑end process that not only detects issues but also generates and applies corrective patches automatically.

AIDevOpsLLM
0 likes · 9 min read
How Multi‑Agent AI Transforms Code Review into Automated Fixes
Tech Ocean
Tech Ocean
Feb 17, 2026 · Artificial Intelligence

How Oh-My-OpenCode’s Six Specialized Agents Can Double Your AI Coding Efficiency

Oh‑My‑OpenCode replaces a single AI coder with six specialized agents—Sisyphus, Oracle, Explore, Librarian, Visual Engineering, and Writing—automating task decomposition, parallel execution, and expert analysis, delivering 3‑8× speedups across code understanding, bug fixing, refactoring, documentation, and full‑stack development, as shown in real‑world case studies.

AIAutomationOh-My-OpenCode
0 likes · 20 min read
How Oh-My-OpenCode’s Six Specialized Agents Can Double Your AI Coding Efficiency