Tag: open source

16 posts tagged with "open source"

Preview image for AGENTS.md Mistakes to Avoid

Over 60,000 repositories now ship AGENTS.md files, but research shows poorly written ones reduce task success rates and increase inference costs by over 20%. The key mistake is treating AGENTS.md as documentation rather than operational policy—auto-generated files and those exceeding 100 lines cause significant performance degradation. Human-written, minimal files under 100 lines improve performance by 2-6% when they focus on command-first behavioral rules.

Preview image for Project: My SaaS App

AGENTS.md is an open-source Markdown standard for providing AI coding agents with project-specific instructions, now supported by 28+ tools and adopted in over 60,000 repositories. Research shows that minimal, constraint-focused AGENTS.md files deliver better agent performance, lower inference costs, and fewer failures than bloated, overly detailed versions.

Preview image for The Velvet Rope Apocalypse: Why GPT-5.6’s 'Trusted Partner' Program is a Declaration of War on the Open Source Community

OpenAI's GPT-5.6 launch restricts frontier model access to a small group of U.S. government-vetted 'trusted partners' under a new dual-track release system. This structure creates a hard barrier for the open source community, blocking independent research, transparent benchmarking, and competitive development of open source AI alternatives.

Preview image for Gemini CLI Review: Open-Source Tool Gated by Corp Paywalls

The once open-source Gemini CLI, which amassed over 100,000 GitHub stars, is no longer accessible to free, Pro, or Ultra users as of June 18, 2026. Only enterprise license holders retain full access, while all other users are pushed to a closed-source replacement with a 98% smaller free tier. This shift serves as a case study in how open-source AI tools get captured for enterprise monetization.

Preview image for Gemini CLI for Large Codebases: What Works After Jun 18 2026

Google shut down free and paid consumer access to Gemini CLI on June 18, 2026 with no warning, breaking workflows for developers using the tool for large codebase analysis and monorepo refactors. Only enterprise license holders retain full access, while non-enterprise users must migrate to the closed-source Antigravity CLI or alternatives like Claude Code.

Preview image for Agent Cards Explained: How AI Agents Discover Other Agents

The fast-growing AI agent ecosystem faces a critical discovery gap created by MCP's tool-connectivity success. Agent Cards, machine-readable JSON identity documents, solve this by letting agents find and verify other agents at runtime without hardcoded connections. This guide explains how Agent Cards work, competing discovery systems, and key trust considerations for your architecture.