Tagged articles

AGENTS.md

28 articles · Page 1 of 1
LuTiao Programming
LuTiao Programming
Jul 10, 2026 · Backend Development

Using Codex to Automate Full Java Spring Boot Tasks, Not Just Generate Code

The article explains how Java developers can treat Codex as an engineering agent that executes complete, well‑scoped Spring Boot tasks—by defining project rules, isolating work in a Git worktree, crafting detailed prompts with acceptance criteria, and reviewing changes in stages—to save repetitive development effort.

AGENTS.mdAI codingAutomation
0 likes · 18 min read
Using Codex to Automate Full Java Spring Boot Tasks, Not Just Generate Code
Su San Talks Tech
Su San Talks Tech
Jul 7, 2026 · Artificial Intelligence

Master 97% of Codex Features in 3 Minutes: A Practical Guide

This guide walks you through the essential three‑step setup—creating a project workspace, writing an AGENTS.md specification, and using plan mode—then expands to phone integration, Skills, plugins, MCP, automation, Git workflows, and Worktree isolation, showing how to turn Codex from a chat window into a full‑featured AI‑powered development workstation.

AGENTS.mdAutomationCodex
0 likes · 10 min read
Master 97% of Codex Features in 3 Minutes: A Practical Guide
Su San Talks Tech
Su San Talks Tech
Jul 4, 2026 · Artificial Intelligence

How to Write an Effective CLAUDE.md for Claude Code (Even If You’ve Only Used It 2½ Years)

The article explains why AI coding tools like Claude Code need a concise CLAUDE.md onboarding file, details what should be included, offers concrete best‑practice tips such as keeping the file under 200 lines, using positive directives, leveraging Hooks and AGENTS.md, and provides troubleshooting steps and team‑collaboration strategies.

AGENTS.mdAI programmingCLAUDE.md
0 likes · 16 min read
How to Write an Effective CLAUDE.md for Claude Code (Even If You’ve Only Used It 2½ Years)
Old Meng AI Explorer
Old Meng AI Explorer
Jun 26, 2026 · Artificial Intelligence

Understanding Codex: Agents, Sandbox, Approval, AGENTS.md, and Memory

This article explains Codex’s core concepts—its autonomous Agent loop, sandbox permission boundaries, approval policies, the project‑specific AGENTS.md handbook, and optional Memory/Chronicle features—showing how they work together, how to configure them, and why they affect file‑renaming and other tasks.

AGENTS.mdAI AgentApproval
0 likes · 16 min read
Understanding Codex: Agents, Sandbox, Approval, AGENTS.md, and Memory
Architect
Architect
Jun 25, 2026 · Artificial Intelligence

Why a Concise CLAUDE.md Entry File Is Critical for LLM Agents in Your Repo

The article explains how a short, well‑structured CLAUDE.md file injects the minimal yet essential context an LLM coding agent needs before it scans a repository, preventing common mis‑assumptions about tech stack, commands, boundaries, and completion criteria.

AGENTS.mdAI toolingCLAUDE.md
0 likes · 16 min read
Why a Concise CLAUDE.md Entry File Is Critical for LLM Agents in Your Repo
Linyb Geek Road
Linyb Geek Road
Jun 24, 2026 · Artificial Intelligence

Google Agent Skills Whitepaper: How Lightweight SKILL.md Files Transform AI Agent Development

The whitepaper explains how the SKILL.md‑based agent‑skill framework solves four major LLM pain points—prompt bloat, missing procedural memory, costly multi‑agent ops, and cross‑vendor migration—by introducing a three‑stage progressive loading mechanism, rigorous evaluation standards, and meta‑skill automation for scalable, low‑token AI agents.

AGENTS.mdAgent SkillsLLM Optimization
0 likes · 35 min read
Google Agent Skills Whitepaper: How Lightweight SKILL.md Files Transform AI Agent Development
Old Meng AI Explorer
Old Meng AI Explorer
Jun 11, 2026 · Artificial Intelligence

Master 98% of Codex’s Features in Just 35 Minutes

This tutorial walks you through configuring AGENTS.md, using over 30 slash commands, leveraging Plan and Comment modes, building reusable Skills, connecting external services via MCP, automating long‑running tasks with Goal, and enabling security scanning to unlock the full power of the Codex AI coding assistant.

AGENTS.mdAI coding assistantAutomation
0 likes · 17 min read
Master 98% of Codex’s Features in Just 35 Minutes
LuTiao Programming
LuTiao Programming
Jun 10, 2026 · Backend Development

Why 90% of Developers Misuse Codex for Spring Boot – The Critical First Mistake

Most developers give AI coding tools vague one‑sentence requests for Spring Boot tasks, causing the AI to generate code that violates project conventions, while a detailed engineering task sheet that includes context, constraints, and verification steps dramatically improves the quality and safety of the generated code.

AGENTS.mdCodexJava
0 likes · 16 min read
Why 90% of Developers Misuse Codex for Spring Boot – The Critical First Mistake
SpringMeng
SpringMeng
Jun 5, 2026 · Artificial Intelligence

Complete 2026 Guide to Codex Best Practices

This comprehensive 2026 guide details Codex best‑practice strategies, covering AGENTS.md configuration, phased workflows, sub‑agent orchestration, memory management, security considerations, common pitfalls, installation steps, and real‑world usage scenarios to help developers maximize AI‑assisted coding efficiency.

AGENTS.mdAI WorkflowCodex
0 likes · 22 min read
Complete 2026 Guide to Codex Best Practices
Code Ape Tech Column
Code Ape Tech Column
Jun 4, 2026 · Artificial Intelligence

The Complete 2026 Guide to Codex Best Practices

An exhaustive 2026 guide walks through Codex best‑practice configuration, staged workflows, debugging tactics, context management, prompt engineering, sub‑agent usage, security safeguards, common pitfalls, typical scenarios, installation steps, and a comparison of Codex’s web, CLI, and IDE forms, all backed by official docs and community insights.

AGENTS.mdAI code generationCodex
0 likes · 25 min read
The Complete 2026 Guide to Codex Best Practices
DataFunTalk
DataFunTalk
May 30, 2026 · Artificial Intelligence

Mastering Codex: Essential Practices from OpenAI

This guide outlines a systematic, engineering‑focused approach to using OpenAI's Codex, covering context provision, prompt structuring, configuration management, skill creation, automation, and common pitfalls to help developers turn Codex into a reliable, continuously improving teammate.

AGENTS.mdAutomationCodex
0 likes · 15 min read
Mastering Codex: Essential Practices from OpenAI
Sohu Tech Products
Sohu Tech Products
May 27, 2026 · Artificial Intelligence

6 Practical Tips for Using Codex Effectively in Research Projects

The article outlines a six‑step workflow for leveraging Codex in research tasks—starting with reading the codebase, defining clear long‑term rules, planning complex changes, verifying assumptions, resetting the session after each task, and demanding explicit validation output—to make AI‑assisted development reliable and reproducible.

AGENTS.mdAI code generationCodex
0 likes · 6 min read
6 Practical Tips for Using Codex Effectively in Research Projects
Code of Duty
Code of Duty
May 27, 2026 · Artificial Intelligence

Configuring Codex Coding Rules with AGENTS.md: A Practical Guide

The article explains why Codex needs explicit project rules, distinguishes between collaboration rules in AGENTS.md and command‑permission rules in .codex/rules, and provides concrete examples, templates, and a checklist for writing effective, specific rules that keep Codex aligned with team conventions.

AGENTS.mdAI programmingCodex
0 likes · 11 min read
Configuring Codex Coding Rules with AGENTS.md: A Practical Guide
Eric Tech Circle
Eric Tech Circle
May 26, 2026 · Artificial Intelligence

Taming Codex with AGENTS.md: Project‑Level Context Governance

When AI coding assistants like Codex are launched in a project without proper context, they often modify the wrong code, run incorrect commands, misplace files, or ignore project conventions; the article explains that this stems from missing project rules and shows how an AGENTS.md file can provide the needed guidance, improve efficiency, and avoid common pitfalls.

AGENTS.mdAI AgentsCodex
0 likes · 10 min read
Taming Codex with AGENTS.md: Project‑Level Context Governance
ZhiKe AI
ZhiKe AI
May 23, 2026 · Artificial Intelligence

Why AI Won’t Follow Your Commands—and How a Simple “Rule” Manual Fixes It

Developers often receive AI‑generated code that ignores their framework, naming, or style preferences, but by creating a concise Rule file (e.g., AGENTS.md) that the assistant reads at startup, they can boost efficiency, enforce consistent standards, and reduce low‑level errors, as shown by recent industry studies.

AGENTS.mdAIDeveloper Tools
0 likes · 11 min read
Why AI Won’t Follow Your Commands—and How a Simple “Rule” Manual Fixes It
Linyb Geek Road
Linyb Geek Road
May 9, 2026 · Artificial Intelligence

Why Overly Long Context Files Reduce AI Agent Success by 3% and Raise Token Cost 20%

The article shows that adding redundant context to AI agents like Claude harms efficiency: each extra 50 lines dilutes attention, lowers task success by about 3 % and inflates token usage by roughly 20 %, because the model’s instruction budget is capped at 150‑200 tokens, so context files must be concise and focused on non‑derivable information.

AGENTS.mdAI AgentsCLAUDE.md
0 likes · 17 min read
Why Overly Long Context Files Reduce AI Agent Success by 3% and Raise Token Cost 20%
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
Old Meng AI Explorer
Old Meng AI Explorer
Apr 13, 2026 · Artificial Intelligence

Master Codex: Advanced AGENTS.md, Context Compaction, and MCP Tricks

This guide walks experienced developers through Codex’s advanced capabilities—layered AGENTS.md configuration, Context Compaction to prevent memory loss, Claude‑Code hybrid workflows, sandbox and Rules security controls, the extensible MCP protocol, profile switching, pipeline integration, and session management—to transform casual use into expert mastery.

AGENTS.mdAI codingCodex
0 likes · 14 min read
Master Codex: Advanced AGENTS.md, Context Compaction, and MCP Tricks
Java Backend Technology
Java Backend Technology
Apr 2, 2026 · Artificial Intelligence

Avoid Common Pitfalls When Designing AGENTS.md for LLM Agents

This article analyzes frequent misunderstandings about AGENTS.md files—such as treating them as encyclopedias, over‑explaining basics, bloating with full text files, poor structure, excessive permissions, and ineffective usage patterns—and provides concrete best‑practice recommendations to keep them concise, modular, and token‑efficient.

AGENTS.mdAI AgentDocumentation Best Practices
0 likes · 10 min read
Avoid Common Pitfalls When Designing AGENTS.md for LLM Agents
o-ai.tech
o-ai.tech
Mar 14, 2026 · Artificial Intelligence

Mastering Codex: Essential Best Practices for Coding Agents

This guide walks beginners through proven habits for using Codex more efficiently across CLI, IDE extensions, and the Codex app, covering prompting, planning, validation, AGENTS.md, MCP integration, skills, automations, configuration, testing, and session management.

AGENTS.mdAI codingAutomation
0 likes · 16 min read
Mastering Codex: Essential Best Practices for Coding Agents
Old Zhang's AI Learning
Old Zhang's AI Learning
Mar 7, 2026 · Artificial Intelligence

5 Key Takeaways After Deep‑Diving the Official Codex Windows Docs

The article redefines Codex from a simple code‑completion tool to a supervised, configurable, parallel, and auditable software‑engineering agent, outlines its evolution, official high‑level usage, why community tutorials fall short, and provides a step‑by‑step guide for deep, production‑grade adoption.

AGENTS.mdAI AgentsOpenAI Codex
0 likes · 24 min read
5 Key Takeaways After Deep‑Diving the Official Codex Windows Docs
AI Engineering
AI Engineering
Jan 29, 2026 · Artificial Intelligence

How a Tiny AGENTS.md Change Boosted AI Coding Accuracy from 53% to 100%

A Vercel team experiment shows that replacing the Skills approach with a small 8 KB AGENTS.md file raised AI coding agents' pass rate from 53% to a perfect 100%, revealing the fragility of explicit tool calls and the strength of passive, always‑available context.

AGENTS.mdAI Coding AgentsNext.js
0 likes · 11 min read
How a Tiny AGENTS.md Change Boosted AI Coding Accuracy from 53% to 100%
Eric Tech Circle
Eric Tech Circle
Jan 26, 2026 · Artificial Intelligence

How to Build Enterprise‑Ready AI Coding Rules with AGENTS.md

This article explains why scattered prompts hinder AI‑assisted development, introduces the AGENTS.md concept as a project‑level behavior constraint, and provides a step‑by‑step C.A.R.S framework for designing executable, version‑aware, team‑aligned rules that keep AI generators reliable in large codebases.

AGENTS.mdAI codingPrompt engineering
0 likes · 8 min read
How to Build Enterprise‑Ready AI Coding Rules with AGENTS.md
Instant Consumer Technology Team
Instant Consumer Technology Team
Aug 29, 2025 · Artificial Intelligence

Why AI Coding Tools Need a Unified Agent Specification and How AGENTS.md Leads the Way

This article systematically reviews eight popular AI coding tools, compares their fragmented configuration mechanisms, introduces the OpenAI‑driven AGENTS.md specification, and proposes a broader Agent Specification Language (ASL) to unify agent rules across coding, design, and product domains while addressing security concerns.

AGENTS.mdAI AgentsAgent Specification Language
0 likes · 26 min read
Why AI Coding Tools Need a Unified Agent Specification and How AGENTS.md Leads the Way