All Topics
All Topics
Technology
Technology
Design
Design
Programming
Programming
Science
Science
News
News
Gaming
Gaming
Entertainment
Entertainment
Business
Business
Finance
Finance
Sports
Sports
Health
Health
Food
Food
Travel
Travel
Art
Art
Music
Music
Books
Books
Education
Education
Politics
Politics
Personal
Personal
No algorithm. No AI slop. No ads. Just RSS. Pro-human. Indie writers. Real journalism. Open web. Chronological. Hand toasted.

Kin: A local-first semantic version control system for AI-native development teams

By

troyjr4103

2mo ago· 10 min readenCode

Summary

Kin is a new local-first semantic version control system (VCS) designed for AI-native development teams. Unlike Git, which stores text-based diffs and file history, Kin models code as a graph of semantic entities and relationships, enabling precise context retrieval for AI agents and developers. It is positioned as a sovereign VCS replacement — not a Git wrapper or coding assistant. Early benchmarks show Kin winning 69/70 task comparisons against Codex CLI with 50% less wall-clock time. Kin works with or without .git repositories.

Key quotes

· 5 pulled
Kin is the semantic system of record for software work.
It replaces the file-first, diff-first repository model with a graph of semantic entities and relationships, then serves precise context to AI agents and developers.
Kin is not a coding assistant or a Git wrapper -- it is a sovereign VCS and the semantic operating layer that any assistant can use.
Git stores text history. Kin understands code.
kin-native won 69/70 task comparisons while using 50.0% less wall-clock
Snippet from the RSS feed
Local-first semantic version control for AI-native teams. Git stores text history. Kin understands code. - firelock-ai/kin

You might also wanna read