Tagged articles

Gotchas

3 articles · Page 1 of 1
Frontend AI Walk
Frontend AI Walk
Jun 10, 2026 · Artificial Intelligence

Skill vs SOP: Engineering AI Agent Skills with a Vulnerability‑Matching Framework

The article explains how to engineer AI Agent Skills by matching instruction precision to task vulnerability, distinguishing when to apply strict SOP controls versus flexible Skill logic, and provides a decision tree, progressive disclosure, context budgeting, Gotchas, and best‑practice examples for robust, reusable assets.

AI AgentGotchasProgressive Disclosure
0 likes · 21 min read
Skill vs SOP: Engineering AI Agent Skills with a Vulnerability‑Matching Framework
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
MaGe Linux Operations
MaGe Linux Operations
Mar 30, 2024 · Fundamentals

Why Untyped Constants in Go Can Sneak Bugs into Your Code

This article explains how Go's untyped constants infer their default types, how they can automatically match target types, and why this behavior can lead to subtle bugs, especially when defining enums or passing constants to functions without explicit types.

EnumGotchasUntyped Constants
0 likes · 10 min read
Why Untyped Constants in Go Can Sneak Bugs into Your Code