Tag
The author argues that AI agents in production should be defined as declarative manifests with their own runtime, rather than being scattered across application code, in order to enable proper versioning, observability, and rollback. They present their own solution as an open-source tool.
A developer built a cloud-based context layer for AI that stores personas, knowledge, and skills, accessible via MCP across multiple AI tools like Claude, ChatGPT, and Gemini, improving reusability and collaboration.
A developer shares struggles with versioning and rolling back AI agents using git, highlighting issues with silent behavior changes from prompt edits and lack of regression signals. They ask the community for better workflows.
PaceVer is a versioning scheme for mobile apps that distinguishes between native binary releases and over-the-air updates, using MARKETING, NATIVE, and OTA components to reflect how changes reach users.
The article discusses the problem of stale context in AI agent systems, where agents make decisions based on outdated information, and proposes a coordination primitive with versioning and presence signals to prevent conflicts and wasted tokens.
A discussion on API versioning practices, questioning the coupling of URL paths (e.g., /v1/) with semantic versioning and exploring potential antipatterns.
Markokraemer announces SandboxAgent, an opencode-based runtime that runs in sandboxes with remote session storage and git-native versioning for centralized data and isolated operation.
A blog post explaining how to use the Changesets tool for versioning and changelog management in a polyglot monorepo spanning multiple programming languages, leveraging its GitHub Action for custom version and publish scripts.
The article advocates for mandatory version stamping in all software programs to improve incident response, using the i3 window manager's version reporting system as a case study, and covers implementation details with Go and NixOS.