Tagged articles
5 articles
Page 1 of 1
AI Architecture Hub
AI Architecture Hub
May 8, 2026 · Artificial Intelligence

Mastering Codex Commands: A Complete Beginner‑to‑Pro Guide

This guide explains how to efficiently control the Codex AI programming assistant by distinguishing its command types, presenting a step‑by‑step onboarding workflow, detailing the ten core slash commands, introducing advanced commands, and answering common questions to help developers avoid pitfalls and boost productivity.

AGENTS.mdAI programming assistantCLI workflow
0 likes · 36 min read
Mastering Codex Commands: A Complete Beginner‑to‑Pro Guide
SpringMeng
SpringMeng
Mar 30, 2026 · Artificial Intelligence

Quick Start Guide to Claude Code: Master the AI-Powered Programming Assistant

This comprehensive tutorial walks you through installing, configuring, and using Claude Code, covering its tool‑use mechanism, context management, command shortcuts, custom MCP servers, and practical tips for integrating the assistant into real‑world development workflows.

AI programming assistantClaude CodeContext management
0 likes · 21 min read
Quick Start Guide to Claude Code: Master the AI-Powered Programming Assistant
ShiZhen AI
ShiZhen AI
Mar 14, 2026 · Artificial Intelligence

How Context Hub Lets AI Coding Assistants Remember Past Pitfalls

Context Hub, an open‑source tool from Andrew Ng's team, automates real‑time API documentation retrieval and adds persistent annotations and community feedback, enabling AI coding assistants to avoid outdated calls, remember previous mistakes, and continuously improve their knowledge base.

AI programming assistantAPI documentationCLI tool
0 likes · 10 min read
How Context Hub Lets AI Coding Assistants Remember Past Pitfalls
Tech Minimalism
Tech Minimalism
Nov 2, 2025 · Artificial Intelligence

Claude Code: How a Minimalist Design Turns an AI Tool into a True Programming Partner

Claude Code redefines AI programming assistants by abandoning complex multi‑agent architectures in favor of a single‑loop, single‑file design, leveraging Unix‑style simplicity, LLM‑based search, and sophisticated context engineering to act as a collaborative partner rather than a mere code‑completion tool.

AI programming assistantClaude CodeContext Engineering
0 likes · 12 min read
Claude Code: How a Minimalist Design Turns an AI Tool into a True Programming Partner
Tencent Cloud Developer
Tencent Cloud Developer
Nov 2, 2023 · Artificial Intelligence

Reverse Engineering GitHub Copilot: Architecture and Implementation Analysis

The article reverse‑engineers GitHub Copilot’s VSCode extension, detailing how its webpack‑bundled JavaScript is unpacked, its registerGhostText entry point identified, and its prompt‑building, multi‑layer caching, debouncing, and Jaccard‑based similarity mechanisms operate, offering insights into AI‑assisted code completion design.

AI programming assistantGitHub CopilotJaccard similarity
0 likes · 31 min read
Reverse Engineering GitHub Copilot: Architecture and Implementation Analysis