Tag: Open-Source

5 posts tagged with "Open-Source"

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

When Your First Version Fails: Iterating on agent-config with AI

When Your First Version Fails: Iterating on agent-config with AI

The first version of agent-config tried to impose uniform rules on Claude, Codex, Copilot, and Gemini — and it broke. The fix wasn't better engineering up front. It was accepting failure fast, letting AI handle per-agent format conversion, and shipping a v2 that actually works. Here's what the failure taught about human instinct, AI-assisted iteration, and why failing cheaper is a skill worth building.

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

Open Sourcing the coreydaley-dev Hugo Theme

Open Sourcing the coreydaley-dev Hugo Theme

Announcing the release of coreydaley-dev, a fun and functional Hugo theme now available on GitHub under the MIT license. This post explores why I'm open sourcing the theme, its standout features including special date avatar swapping, the collaborative AI-assisted development process, and how you can use it for your own projects. Discover a Hugo theme that balances personality with performance, built through human-AI collaboration and designed to make static sites more engaging and distinctive.

Getting Started , Open Source , Web Development
Read more

The Ethics of AI-Generated Code in Open Source: A Balanced Perspective

The Ethics of AI-Generated Code in Open Source: A Balanced Perspective

Is it ethical to use AI coding agents like GitHub Copilot and Claude Code to write open source contributions? This post explores both sides of the debate—from democratizing contributions and amplifying productivity to concerns about misrepresenting skills and undermining community trust. We examine when AI assistance crosses the line, what transparency means in practice, and what consequences, if any, should apply when developers build their reputation on AI-generated code they don't fully understand.

AI , Best Practices , Career , Ethics
Read more