versioning

Tag

Cards List
#versioning

@rohanpaul_ai: Agent memory is no longer just context. Persistent skills can change future behavior, so treat them as executable state…

X AI KOLs Timeline · 2d ago Cached

The article discusses how persistent skills in AI agents, as implemented in SentientAGI's EvoSkill v2, can change future behavior by acting as executable state, necessitating versioning and testing similar to code to prevent failure modes.

0 favorites 0 likes
#versioning

The agent gets rescued. Where does the fix go?

Reddit r/AI_Agents · 6d ago

The article discusses how to incorporate manual fixes for AI agents into future improvements using a structured process, exemplified by Reef's harness tutorial, which involves recording corrections, testing changes, and publishing versions.

0 favorites 0 likes
#versioning

Cpak – OCI application package format for Linux desktops, servers and devices

Hacker News Top · 2026-09-13 Cached

Cpak is an OCI-based application package format for Linux systems, providing Docker-style compatibility, host GPU integration, and secure resource access to streamline deployment across desktops, servers, and devices.

0 favorites 0 likes
#versioning

Dynamic linking best practices (2021)

Lobsters Hottest · 2026-09-04 Cached

This article provides best practices for dynamic linking and shared libraries on UNIX-based systems, covering versioning, linkers, loaders, and portable implementation strategies.

0 favorites 0 likes
#versioning

So... Nobody on our team could tell me which version of our agent was actually running in production!

Reddit r/AI_Agents · 2026-09-03

A team encountered version tracking and monitoring failures with AI agents in production, leading to unreviewed changes and behavioral drift. The author discusses tools and practices to manage agent deployment similarly to traditional software.

0 favorites 0 likes
#versioning

Xanadu was waiting for agents

Hacker News Top · 2026-09-01 Cached

The article discusses how Ted Nelson's vision of Project Xanadu, emphasizing attribution and versioning, is becoming feasible with AI agents that can manage complex references and maintain information integrity.

0 favorites 0 likes
#versioning

Stop building AI workflows your team is afraid to touch

Reddit r/AI_Agents · 2026-08-23

The article highlights common issues with complex AI workflows, such as lack of documentation and knowledge transfer, and suggests practices like versioning and testing to improve team handoffs.

0 favorites 0 likes
#versioning

My agent kept losing track of itself between sessions, so I rebuilt the harness instead of switching models

Reddit r/AI_Agents · 2026-08-19

The author found that AI agent reliability issues were caused by the harness rather than the model, and improved it by separating context tracking, loading, and output checking, while working on versioning to manage code across projects.

0 favorites 0 likes
#versioning

We found four different versions of "the" system prompt and none of us could say which one was live

Reddit r/AI_Agents · 2026-07-27

Researchers discovered four different versions of 'the' system prompt in a live AI model, highlighting confusion over which version is actually deployed.

0 favorites 0 likes
#versioning

@DanKornas: Machine Learning for Production This repository contains a curated list of awesome open source libraries that will help…

X AI KOLs Timeline · 2026-07-11 Cached

A curated list of open source libraries for deploying, monitoring, versioning, scaling, and securing production machine learning systems.

0 favorites 0 likes
#versioning

I think the AI agent conversation is about to move beyond frameworks

Reddit r/ArtificialInteligence · 2026-07-09

The author argues that building AI agents is no longer the hard part; the real challenges are deployment, testing, version control, and operational management, which remain fragmented in the ecosystem.

0 favorites 0 likes
#versioning

Should an agent be code or a declared thing with its own runtime?

Reddit r/AI_Agents · 2026-06-08

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.

0 favorites 0 likes
#versioning

I built a tool to store all my ai context, personas, and skills in the same place and access it from any ai tool I use. Would anyone use it?

Reddit r/AI_Agents · 2026-06-05

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.

0 favorites 0 likes
#versioning

How do you version and roll back your AI agents? git is failing me and I feel like I'm missing something.

Reddit r/AI_Agents · 2026-06-05

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.

0 favorites 0 likes
#versioning

PaceVer (an alternative to SemVer, for mobile apps)

Lobsters Hottest · 2026-06-02 Cached

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.

0 favorites 0 likes
#versioning

Stale context is the weird new coordination bug

Reddit r/AI_Agents · 2026-06-01

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.

0 favorites 0 likes
#versioning

How do you version public web APIs?

Lobsters Hottest · 2026-05-29 Cached

A discussion on API versioning practices, questioning the coupling of URL paths (e.g., /v1/) with semantic versioning and exploring potential antipatterns.

0 favorites 0 likes
#versioning

@markokraemer: Yes we are building SandboxAgent which is just opencode based runtime running in sandboxes 1 random thing is remote ses…

X AI KOLs Following · 2026-05-15

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.

0 favorites 0 likes
#versioning

Using Changesets in a polyglot monorepo

Hacker News Top · 2026-04-21 Cached

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.

0 favorites 0 likes
#versioning

Stamp It! All Programs Must Report Their Version

Michael Stapelberg · 2026-04-05 Cached

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.

0 favorites 0 likes
← Back to home

Submit Feedback