Most self-hosted AI review tooling still makes you assemble the stack yourself.
LoopOver, formerly Gittensory, just shipped Orb v0.6.0-beta.1: a published multi-arch image for its review stack with Claude Code and Codex CLIs already in the container, while credentials stay runtime-only.
That turns “self-hosting” into a much shorter path from pull to first review.
Gittensor is building a Bittensor block explorer
🚀Big @metagraphed update
The data layer is getting much deeper:
• Rust indexer decoding Finney history into Postgres
• every block, extrinsic, and event captured
• block authors now tracked
• chain event APIs live at the edge
• load-balanced public RPC with failover
• archive node coming next
This is the path to Taostats-class deep queries, fully first-party.
Try it: https://t.co/GakEZP4xng
this week: we built our own Rust indexer + fullnode — killing 3rd-party RPC/data dependency. Closed dozens of chain-data parity gaps. Frontend milestone = 96.5%. 657 PRs merged.
Shoutout to @gittensor_io & their horde of miners for making this possible.
https://t.co/zAYTWXu8pC
@blockmachine_io How well are miners doing in terms of earnings for serving this amount? Potentially interested in operating but wondering if the economics make sense.
About to push a huge refactor live for https://t.co/xXynKVO6DF:
- dynamic routes
- /trending page w/ live Redis view counts
- new category "Statuslines"
- simplified templates for contributors to easily add content
- openAPI endpoint
And much more! If you use Claude, check it
@claudeai Also, if you guys need some fresh ideas for Hooks, Agents, Commands, MCP Servers, or Rules - check out the free, open-source directory I'm working on:
https://t.co/YYPvTljLpO
@claudeai I will also say, it was way more intelligent about how/when to use multiple agents to work on tasks in parallel without being told, and it also seems to do this as a way to preserve context/tokens, which I appreciated.
Means way less context window compacting!
@claudeai It's significantly better when working with typescript + specifically, zod. It actually understood to extract primitives and create proper schema scaffolding, for once!
Huzzah