---
title: "Community — Ataraxy Labs"
---

# Community

Voices from the field. Notes, reactions, and quiet approvals from practitioners using sem, weave, and the rest of the stack in anger.

## On sem

> Remember Weave, the entity-level git merge tool? Same team just shipped Sem: semantic version control on Git. Instead of 'line 43 changed' you get 'function validateToken added.' Entity-level diffs, blame, impact analysis. 16 langs via tree-sitter.
— Zoltan (@zoltansoon) · https://x.com/zoltansoon/status/2030631503198031905

> git tells you 'line 43 changed'. sem tells you 'function validateToken was added in src/auth.ts'. entity-level diffs on top of git. also does impact analysis, dependency graphs, and entity-level blame. this is how code review should work
— Anandu (@BFRAnandu13) · https://x.com/BFRAnandu13/status/2030622474011070657

> you need to check this out. this has SO many applications, from build optimizations to CI / CD, to LLMs. i have no doubt that this, or a project like it, will become the go-to in the future
— merlin (@merlindru) · https://x.com/merlindru/status/2030277627626320173

> Not exactly what you asked for but you really really really gotta check this one out. Semantic diffs
— merlin (@merlindru) · https://x.com/merlindru/status/2035093698308956193

> いいね、振り切ってる。Every tool in software development was designed for human hands. We're done building for human hands.
— Mako (@fulore) · https://x.com/fulore/status/2039969629628739756

> 構文解釈したgit代替commandかな。sem diffを実行すると対象ファイルの言語構文を解釈した上で差分がある関数名を提示してくれたり。diff以外にblame, graph, impactなどが用意されてる。
— matsuu (@matsuu) · https://x.com/matsuu/status/2033143895547351235

> すごく良さそう！AI以前もほぼ無意識にこの程度のレビューで十分だと思ってたけど、今はなおさらだと思う
— jackchuka (@jackchuka) · https://x.com/jackchuka/status/2040034543374385281

> Git diff está oficialmente muerto. En vez de escupirte 300 líneas para que adivines qué cambió... te dice la verdad: Función login() fue modificada. Clase UserService renombrada. Método validateToken() se movió.
— Erick (@ErickSky) · https://x.com/ErickSky/status/2039507180739506354

> Another really cool one built on top of a different abstraction from the same team
— Oliver Beavers (@oliverbeavers) · https://x.com/oliverbeavers/status/2037214929720107410

> if i never had to write 'this code hasn't changed, i just moved it' comments on my own prs again i'd be a happy bunny
— jenna (@jjenzz) · https://x.com/jjenzz/status/2030660623814611089

> Okay, I took a look. This is freaking awesome.
— Lacy (@lacybuilds) · https://x.com/lacybuilds/status/2030392092007006632

> Crazy no one ever thought about building this before. Insanely useful!
— Parth S. (@savss624) · https://x.com/savss624/status/2030347730372186175

> This is some cool shit
— Allison (@allisonology) · https://x.com/allisonology/status/2030299109538627748

> I've wished for something like this
— tmuxvim (@tmuxvim) · https://x.com/tmuxvim/status/2030354499596902575

## On inspect

> Inspect does semantic code review using entity graphs + LLMs – it understands what your code *means*, not just what it says. Most linters catch syntax. This catches logic.
— Gustavo Salami (@gustavosalami) · https://x.com/gustavosalami/status/2043230165522673919

> annotation-led review is the future. I wonder if you'd consider incorporating something like Inspect
— Oliver Beavers (@oliverbeavers) · https://x.com/oliverbeavers/status/2036063959267016740

## On opensessions

> If you use tmux daily and have recently been using coding agents, this project might be worth checking out. A tmux sidebar that can synchronize and manage the status and sessions of different coding agents.
— Jintao Zhang (@aiandcloud) · https://x.com/aiandcloud/status/2041518659714379786

> I just gave opensessions a spin after vibe-slopping my own solution – amazing work
— Nimrod Gutman (@theguti) · https://x.com/theguti/status/2043999528156639351

> Tried cmux/conductor/superset/etc, the random bugs are really annoying. I've completely abandoned them for tmux plugins. Using opensessions.
— Micro 小熊猫 (@xxm459259) · https://x.com/xxm459259/status/2042147729007341837
