Tag: Codex

4 posts tagged with "Codex"

The Blog That Builds Itself: AI Automation Behind the Scenes

The Blog That Builds Itself: AI Automation Behind the Scenes

This blog runs on a custom automation pipeline where AI agents compete, critique, and synthesize every post. Here's how the /create-blog-post command, a DALL-E 3 image generation script, pre-commit image enforcement, and WebP optimization all compose into a content system that behaves like production software.

AI , Automation , Web Development
Read more

The Rise of the Agent Wrangler

The Rise of the Agent Wrangler

AI agents can write code, fix bugs, and ship features — but who can be trusted to ship production software when most implementation is delegated? Meet the Agent Wrangler: the engineer who decomposes work, directs multiple agents, validates output, and owns the outcome. Deep technical foundations matter more than ever. The keyboard gets less important. Judgment gets everything.

AI , Best Practices , Career
Read more

Why I Left Notion and Built My Own AI Agent Plugin for Obsidian

Why I Left Notion and Built My Own AI Agent Plugin for Obsidian

After refusing to pay for yet another AI subscription I couldn't customize, I switched from Notion to Obsidian and discovered there was no way to use my existing AI services inside it. So I built one — an open source AI Agent Sidebar plugin developed with agentic engineering and the dark factory method.

AI , Automation , Tools
Read more

Centralizing AI Agent Configurations with the agent-config Repository

Centralizing AI Agent Configurations with the agent-config Repository

Discover how to manage Claude, Codex, and GitHub Copilot configurations from a single source of truth. The coreydaley/agent-config GitHub repository provides a centralized home for agent instructions, reusable skills, custom commands, subagents, and prompts—with a simple Makefile-based setup that symlinks everything into place across your AI tools.

AI , Automation , Tools
Read more