Collection size
100 articles
Page 4 of 5
Geek Labs
Geek Labs
Apr 4, 2026 · Artificial Intelligence

Claude Code Goes Open Source: Run the AI Coding Assistant with a Single Command

The open‑source release of Anthropic's Claude Code lets developers launch a full‑featured AI programming assistant with zero configuration, offering TypeScript‑perfect typing, enterprise‑grade reliability, and hands‑on examples that show how it can bootstrap new projects, refactor legacy code, and debug issues faster than traditional tools.

AI coding assistantClaude CodeDebugging
0 likes · 8 min read
Claude Code Goes Open Source: Run the AI Coding Assistant with a Single Command
DevOps Coach
DevOps Coach
Jan 21, 2026 · Artificial Intelligence

Turn Any Codebase into AI‑Ready Context in 30 Seconds

The author shares a workflow that lets developers convert any code repository into a structured, AI‑friendly context file within seconds using tools like Repomix and OneFileLLM, enabling seamless switching among IDEs, ChatGPT, Claude, Gemini and other models while maintaining full control over included files and queries.

AICode ContextLLM tools
0 likes · 8 min read
Turn Any Codebase into AI‑Ready Context in 30 Seconds
PaperAgent
PaperAgent
Apr 25, 2026 · Artificial Intelligence

86K‑Star Repo Turns Karpathy’s Coding Wisdom into Practical AI‑Coding Rules

The article shares four concrete principles distilled from Andrej Karpathy’s experience—captured in the 86.1k‑star "andrej‑karpathy‑skills" repository—to help developers steer large language models toward reliable, concise, and goal‑driven code changes, with installation tips for Claude Code and other AI assistants.

AI codingClaude CodeKarpathy
0 likes · 7 min read
86K‑Star Repo Turns Karpathy’s Coding Wisdom into Practical AI‑Coding Rules
phodal
phodal
May 28, 2025 · Artificial Intelligence

Boost Code Retrieval with AutoDev’s Pre‑Generated Context Worker

The article explains how AutoDev’s Context Worker pre‑generates semantic code context to improve RAG performance, outlines the limitations of vector‑based retrieval, describes the tool’s multi‑language AST analysis, knowledge‑graph construction, and provides command‑line usage examples for integrating the generated context into AI‑driven development workflows.

AIASTCLI
0 likes · 8 min read
Boost Code Retrieval with AutoDev’s Pre‑Generated Context Worker
Open Source Tech Hub
Open Source Tech Hub
Sep 1, 2025 · Artificial Intelligence

Master Claude Code: 33 Essential Tips and Commands for AI‑Powered Development

Learn how to harness Claude Code’s full potential with 33 practical techniques—from keyboard shortcuts and IDE integration to custom slash commands, cost tracking, multimodal image handling, and essential MCP extensions—providing a step‑by‑step guide that boosts productivity for AI‑assisted coding.

AI coding assistantClaude CodeIDE integration
0 likes · 9 min read
Master Claude Code: 33 Essential Tips and Commands for AI‑Powered Development
High Availability Architecture
High Availability Architecture
Apr 13, 2026 · Artificial Intelligence

How a Google Engineer Automated 80% of His Work Using Claude Code

The article explains how a Google engineer leveraged Claude Code together with a lightweight .NET application and a curated CLAUDE.md file based on Karpathy’s principles, plus the Everything‑Claude‑Code repository, to automate roughly 80 % of his development tasks, reduce token waste, and achieve massive time and cost savings.

AI automationClaude CodeDevOps
0 likes · 11 min read
How a Google Engineer Automated 80% of His Work Using Claude Code
Sohu Tech Products
Sohu Tech Products
Apr 8, 2026 · Artificial Intelligence

How AI Transforms GitLab Merge Request Code Reviews: Architecture & Lessons Learned

This article details the design and implementation of an AI‑powered automated code‑review system for GitLab Merge Requests, covering background problems, layered architecture, diff parsing, prompt engineering, comment management, rate‑limiting, concurrency control, and the measurable improvements achieved.

AI code reviewDiff parsingGitLab
0 likes · 22 min read
How AI Transforms GitLab Merge Request Code Reviews: Architecture & Lessons Learned
PaperAgent
PaperAgent
Dec 9, 2025 · Artificial Intelligence

How Code Graph Model (CGM) Redefines Repository‑Level Code Understanding

The Code Graph Model (CGM) introduced by Ant's multimodal code team integrates repository‑level graph structures into open‑source LLMs, achieving a 44% solve rate on SWE‑bench Lite, eliminating agent dependence, and demonstrating a novel graph‑enhanced code model through multi‑granular graph construction, dual‑modal alignment, and a lightweight GraphRAG framework.

AICode GraphGraphRAG
0 likes · 9 min read
How Code Graph Model (CGM) Redefines Repository‑Level Code Understanding
Amap Tech
Amap Tech
Dec 11, 2025 · Artificial Intelligence

How ACoder Achieved Up to 24× Faster Multi‑Platform Development with AI

The ACoder platform combines multi‑model AI, a panoramic code‑understanding engine, and a layered knowledge‑management system to automate the entire software‑development lifecycle, delivering 5‑20× overall efficiency gains, up to 24× speed‑up for cross‑platform code migration, and dramatically higher code‑recall accuracy.

AI codingcode generationknowledge management
0 likes · 19 min read
How ACoder Achieved Up to 24× Faster Multi‑Platform Development with AI
phodal
phodal
Nov 20, 2023 · Artificial Intelligence

How Generative AI Can Transform Legacy System Modernization

This article explores how generative AI, integrated into intelligent IDEs, can accelerate the analysis, redesign, and migration of legacy systems by providing scenario‑driven code enhancement, automated testing, custom actions, and living documentation, while also addressing validation and customization challenges.

IDELegacy Modernizationcode generation
0 likes · 11 min read
How Generative AI Can Transform Legacy System Modernization
AI Explorer
AI Explorer
Apr 14, 2026 · Artificial Intelligence

Enhance Claude Code with Karpathy‑Inspired Optimization Guidelines

The article examines common pitfalls of AI coding assistants like Claude Code, then presents the Karpathy‑inspired CLAUDE.md project’s four guiding principles—think before coding, prioritize simplicity, make precise edits, and execute goal‑driven tests—to improve code quality, reduce unwanted changes, and streamline prompt engineering.

AI coding assistantClaude CodeClaude.md
0 likes · 6 min read
Enhance Claude Code with Karpathy‑Inspired Optimization Guidelines
Su San Talks Tech
Su San Talks Tech
Apr 7, 2026 · Artificial Intelligence

Unlock Faster Debugging and Design with Claude Code’s Top 10 Skills

This guide reviews ten Claude Code Skills—from systematic debugging and brainstorming to parallel agent dispatch and document generation—showing how to install them, trigger their hard‑gate workflows, combine them into an efficient development pipeline, and avoid common pitfalls.

AI developmentClaude CodeDebugging
0 likes · 18 min read
Unlock Faster Debugging and Design with Claude Code’s Top 10 Skills
21CTO
21CTO
Jan 22, 2023 · Artificial Intelligence

Unlock AI-Powered Coding: How to Set Up CodeGPT in VS Code

This guide walks you through installing the CodeGPT extension in Visual Studio Code, configuring it with your OpenAI API key, adjusting key parameters, and exploring its AI-driven features such as code generation, explanation, refactoring, and documentation creation.

AI codingCodeGPTOpenAI
0 likes · 4 min read
Unlock AI-Powered Coding: How to Set Up CodeGPT in VS Code
Su San Talks Tech
Su San Talks Tech
Mar 1, 2026 · Artificial Intelligence

10 Proven Claude Code Tips to Supercharge Your Development Workflow

This guide consolidates Boris Cherny’s internal practices and official best‑practice documentation into ten actionable techniques that help you manage Claude Code’s context window, plan work, automate repetitive tasks, run parallel sessions, and use prompts effectively for faster, higher‑quality software development.

AI assistantClaude Codeautomation
0 likes · 15 min read
10 Proven Claude Code Tips to Supercharge Your Development Workflow
MoonWebTeam
MoonWebTeam
Apr 23, 2024 · Artificial Intelligence

Exploring Devika AI: An Open‑Source AI Programmer’s Capabilities and Limits

Devika AI, an open‑source AI programmer from Stition AI, is examined for its architecture, supported actions, installation steps, and real‑world performance across tasks such as building a Snake game, Conway’s Game of Life, Vue3 components, and unit‑test generation, highlighting strengths, weaknesses, and future potential.

Devika AIlarge language modelstool evaluation
0 likes · 21 min read
Exploring Devika AI: An Open‑Source AI Programmer’s Capabilities and Limits
Geek Labs
Geek Labs
Apr 17, 2026 · Artificial Intelligence

Practical Claude Code Tools: Token Usage Tracker, Memory Compiler, and Obsidian Knowledge Manager

Three open‑source Claude Code extensions— a token‑usage dashboard, a memory‑compiler that captures and structures daily session logs, and an Obsidian‑integrated knowledge partner—are introduced with installation steps, core features, and use‑case scenarios for heavy Claude Code users and long‑term project maintainers.

AI coding assistantClaude CodeObsidian integration
0 likes · 14 min read
Practical Claude Code Tools: Token Usage Tracker, Memory Compiler, and Obsidian Knowledge Manager
IT Services Circle
IT Services Circle
Apr 22, 2026 · Artificial Intelligence

Claude Code Command Cheat Sheet: Master All CLI Commands and Workflows

This comprehensive guide walks you through Claude Code’s market dominance, core design philosophy, step‑by‑step installation, a complete reference of basic and advanced CLI commands, slash commands, keyboard shortcuts, work modes, and real‑world workflows, helping developers unlock the full power of the AI‑driven programming assistant.

AI CLIClaude CodeGit Integration
0 likes · 21 min read
Claude Code Command Cheat Sheet: Master All CLI Commands and Workflows
DataFunSummit
DataFunSummit
Dec 11, 2025 · Artificial Intelligence

Beyond Assistance: How Code Agents Are Evolving Toward Full Autonomy

A round‑table of AI experts and industry leaders examines the current capabilities, limitations, and future trajectories of code agents, covering topics from capability boundaries and autonomous evolution to large‑scale codebase challenges, multi‑agent collaboration, hallucination mitigation, and security safeguards.

AICode AgentMulti-agent
0 likes · 16 min read
Beyond Assistance: How Code Agents Are Evolving Toward Full Autonomy