philipplgh

4.5K posts

philipplgh banner
philipplgh

philipplgh

@philipplgh

looking at things

Katılım Ekim 2013
3.1K Takip Edilen5.1K Takipçiler
Sabitlenmiş Tweet
philipplgh
philipplgh@philipplgh·
1/ I built @kombuse_labs — an open-source desktop app for managing AI coding agents with a local issue tracker. Runs on SQLite, integrates with Claude Code and Codex and makes everything available via MCP for the tools and IDEs you already use. No cloud setup. Here's what it does and why:
philipplgh tweet media
English
1
1
5
309
philipplgh
philipplgh@philipplgh·
10/ Transparency NO MAGIC Sessions are inspectable — full system prompts, invocation traces, which agent called what, which permissions were granted. Layered levels of details: tickets = why: high level management of tasks sessions = how: available to inspect and analyze one by one or batched Productive and mostly autopilot, but never a black box, a loop running for hours, or nested sub agent calls invisible to user.
English
1
0
3
83
philipplgh
philipplgh@philipplgh·
1/ I built @kombuse_labs — an open-source desktop app for managing AI coding agents with a local issue tracker. Runs on SQLite, integrates with Claude Code and Codex and makes everything available via MCP for the tools and IDEs you already use. No cloud setup. Here's what it does and why:
philipplgh tweet media
English
1
1
5
309
philipplgh
philipplgh@philipplgh·
Been working on this and just open sourced it— Kombuse is a local-first app for managing AI coding agents with a private issue tracker. It integrates Claude Code and Codex and come with a full development pipeline that was used to develop the app itself ✌️
Kombuse@kombuse_labs

Introducing Kombuse — local-first agent management and issue tracking. Orchestrate AI coding agents with a private ticket system. Integrates with Claude Code and Codex via MCP. Everything runs on SQLite on your machine. Free and open source. github.com/KombuseLabs/ko…

English
1
1
6
404
icepath
icepath@heymilady·
@philipplgh wait bash and grep are still cooking? some habits never die huh
English
1
0
1
9
philipplgh
philipplgh@philipplgh·
1/ How to optimize your codebase for agents Most repos are optimized for the user's mental model, for file browsers with deeply nested hierarchies or the IDE. Few optimize for search. In 2026, that’s a mistake. If you’re using AI coding agents, you are not optimizing for yourself or even the agent but for code discovery via: - (rip)grep - glob - path heuristics - symbol frequency Ask Claude or Codex: “How can my codebase be optimized for grep and glob?”
philipplgh tweet media
English
4
0
3
399
philipplgh
philipplgh@philipplgh·
@BrunoFOMO just out here fighting to reduce my $ spent on tokens
English
0
0
0
11
philipplgh
philipplgh@philipplgh·
9/ Meta prompting Let claude and codex do your job. Ask them "how can I make things easier for you?". They’ll surface structural inefficiencies you don’t see — from finding KPIs to excessive search cycles to unnecessary token spend. Often the bottleneck isn’t reasoning. It’s exploration. Every codebase has different optimization headroom. Code navigation is one problem. Look at the details of what they are doing from time to time. Check the "Thinking" sections and try to understand where they struggle. Enable agents to help themselves. Build self-healing feedback loops.
English
0
0
0
89
philipplgh
philipplgh@philipplgh·
8/ Advanced optimizations II React Query Registry: Instead of inline string segments create a registry of stable key identifiers. This gives you - deterministic search - safer cache invalidations - stronger typing and enforced structure - refactor safety
philipplgh tweet media
English
1
0
0
94