64 related articles

Linus Torvalds says Linux is not anti-AI and never a social warrior project. AI is a useful tool; the answer is better integration, not rejection. Technical merit remains the only standard.

Analysis of how OpenAI optimizes Git for massive repositories, covering monorepo bottlenecks, partial clone, sparse checkout, fsmonitor, and practical tips for engineering teams.

A detailed guide on using AI Agents to build Research Logs for scientific experiments, covering skeleton structure, daily workflows, pre-experiment thinking standards, code change tracking, and Agent-researcher division of labor.

Learn how to use AI Agents to build a Research Log for scientific experiments, covering structure, daily workflows, pre-experiment thinking, code change tracking, and human-AI division of labor.

A comprehensive guide to OpenAI's new AI coding agent Codex: from concept and comparison of its four forms, to installing Git/Node.js/VS Code, configuring the API Key, and creating a workspace.

OpenAI Codex is more than a coding tool—it's an AI agent that writes code, makes slides, and operates browsers. This guide covers its four versions, permission modes, plugins, automation, and six best practices.
CS Self-Study Guide: The 74K-Star Comp…
A 74K-star GitHub project by Peking University students curates MIT, Stanford, and CMU open courses into a complete CS self-study roadmap covering algorithms, OS, databases, and more.

A zero-to-product AI coding bootcamp by Guo Ke: 14 live sessions, 6 real projects, covering Cursor, Trae, and Codex. Full walkthrough from setup to deployment.

CSDN founder Jiang Tao analyzes how DeepSeek uses open source to challenge ChatGPT's dominance — from technical transparency to national AI strategy.

Kova is an open-source Markdown presentation tool for developers. With Git support and content-style separation, it hit 250 GitHub Stars in just three weeks.

No coding needed: master Claude Code workflows with folder structure, sub-agents, third-party connectors, and scheduled routines to build your own AI automation OS.

Juggler is an open-source AI coding agent for hardcore programmers that treats LLM context as an editable document, offering deep inspection, fast navigation, and flexible local/remote deployment.
The Quiet Drop: GitHub's Culture of Si…
A tweet reveals GitHub's 'quiet drop' culture — releasing code silently and waiting for the community to notice. Explore why developers go low-key and whether it works.

When multiple AI coding agents work on the same codebase simultaneously, how do you avoid interface conflicts and coordination chaos? A deep dive into Git worktree isolation, contract-first design, and intent declaration.

AI agents are breaking Git's core assumptions. Explore the three key challenges—concurrent conflicts, history readability, and code review—and where version control is headed next.

Does The Mythical Man-Month still hold 50 years on? A deep analysis of Brooks's Law, the second-system effect, and conceptual integrity in the AI coding era.

Embedded Linux or AI Agent development? This in-depth comparison covers salary, job availability, and career stability to help developers pick the right path.

How developer Theo used Anthropic's Fable model to rebuild his AI coding workflow — controlling reasoning levels, multi-model routing with Codex, and sub-agent orchestration to cut costs from thousands to $150.

Hands-on guide: Use Anthropic's Fable model to optimize AI coding workflows — control reasoning levels, leverage Claude-Codex multi-model collaboration, and cut costs from thousands to $150.

Are Git hash chains truly immutable? This article dives into Git hash chain malleability, SHA-1 collision risks, and security boundaries, offering practical tips like GPG signing and SHA-256 migration to build a correct Git security trust model.