146 related articles

A complete Dify 1.8 guide covering 3 deployment methods (Docker/cloud/source), MySQL integration, 5 app types (Chatbot/Agent/Workflow), model selection, and publishing strategies.

AI Agents in production face systemic dependency drift risks — model updates silently change outputs and silent failures are hard to detect. Learn detection strategies, hidden costs, and engineering practices.

Microsoft Power Platform's Dataverse plugin for coding agents supports GitHub Copilot, Claude Code, and more — enabling natural language data modeling, queries, security config, and docs generation.
FastMCP: The Go-To Framework for Pytho…
FastMCP is a Pythonic MCP framework by PrefectHQ that lets developers build MCP servers and clients with minimal code using decorators. 26,000+ GitHub stars.
Kimi CLI Open-Sourced: Moonshot AI's C…
Moonshot AI open-sources Kimi CLI, a command-line AI coding agent for code generation, debugging & refactoring. Hits 9K+ GitHub Stars, competing with Claude Code and Gemini CLI.

Frontend engineers pivoting to AI Agent development: TypeScript and Zod are now must-have skills. Explore the full progression from API calls to building LangGraph-style frameworks, and nail the 3 core interview topics.

Google DeepMind engineer Philip reveals: almost everyone uses coding agent Skills, yet almost no one writes evals for them. A deep dive into Skill evaluation methods, 8 actionable tips, and a real Gemini API case study.

Microsoft Build deep dive: how to deploy AI agents in Teams multi-user collaboration. A three-pillar framework—Manners, Privacy, Polish—covering emoji reactions, targeted messages, Adaptive Cards, and more for enterprise agent developers.
Building AI Engineering Skills from Sc…
A deep dive into 'ai-engineering-from-scratch,' the GitHub project with 38K+ stars that helps developers build real AI engineering skills through a Learn-Build-Ship methodology.

How Boundary built a self-healing AI Agent loop that automatically writes BAML code, discovers bugs, and generates fix PRs — a practical software factory with deduplication, human-in-the-loop leverage points, and extensible multi-loop design.

Deep dive into Flyte's core capabilities: cloud-native GPU scheduling, intelligent caching, checkpoint recovery, and conditional deployment — plus a full comparison with Argo and KubeFlow Pipelines.

Gemini new API keys (AQ__ prefix) returning 401/400 errors in Python? Learn the key format differences, SDK compatibility issues, and fixes including upgrading google-genai.

Cosmonapse is an open-source multi-agent framework that replaces central orchestrators with peer nodes, using typed signals and an event bus to fully decouple tool calls, memory, and HITL. Supports Python and TypeScript under Apache 2.0.
BAML: A Type-Safe Programming Language…
BAML is a domain-specific language for AI Agent development that uses a type system to solve unreliable LLM structured output and unmaintainable prompts.

How AirOps replaced traditional workflow builders with the Claude Agent SDK to build an AI agent platform for content marketers — covering three architectural iterations, harness engineering, and sub-agent context management.
Anthropic Open-Sources CWC Workshops: …
Anthropic open-sources cwc-workshops on GitHub — a TypeScript-based, structured workshop covering Prompt design, Tool Use, and Agent orchestration to help developers master Claude integration.
PostHog Deep Dive: The Open-Source All…
PostHog is an open-source all-in-one platform combining product analytics, session replay, feature flags, A/B testing, and AI Observability. Supports self-hosting and MCP protocol.

Learn how to combine Cursor AI with Appium in a 4-step workflow—environment check, test planning, project generation, and reporting—to build mobile automation fast.

MCP (Model Context Protocol) is the open standard for AI tool integration. Build your own MCP server with ~20 lines of Python. Learn tools, resources, prompts, and both local and remote deployment.
GitHub Daily · July 17: AI Coding Infr…
AI coding infrastructure explodes on GitHub: context management, code graphs, and vector indexes become the new battleground as the community shifts from apps to underlying capabilities.