iamgroot2285 ↗ analysis ↗ GitHub trustfoundry-ai/mike
A fork exploring how Mike's assistant chat plugs into outside tools and holds its connection during slow requests.
This is trustfoundry-ai's fork of Mike, and so far it reads as an engineering-minded experiment rather than a rebrand or a legal-practice niche play. Nothing has actually diverged from upstream yet - the fork is even with Mike - but two threads of proposed work show where the contributor's head is at, both authored by @iamgroot2285.
The first idea is about openness: letting outside tool providers drop into Mike's assistant chat as self-contained modules, instead of having every new provider hardwired into one central place. The second is about reliability under load - keeping the live stream that carries assistant replies to your browser from dying when a tool call takes 30 to 60 seconds to answer.
Taken together, this looks like plumbing work aimed at making Mike's chat more extensible and more dependable during long external calls. There's no product story here yet - no legal vertical, no deployment angle - so if you're curious, the threads on GitHub are the place to see how far the thinking has gone.
What's in it
- Pluggable tool integrations Lets external tool providers connect to Mike's assistant chat as self-contained modules, rather than being hardcoded into one central spot.
- Streams that survive slow tool calls Keeps the live connection carrying assistant replies alive with heartbeats, so a 30-to-60-second external search doesn't look like a dropped session.
Direction
integrationinfrastructure
Activity
iamgroot2285 ↗ analysis ↗ GitHub Threads of work (detailed view)
iamgroot2285 stops the assistant from cutting out mid-answer
A plumbing fix so long-running answers actually reach the browser instead of dying halfway through.
trustfoundry-ai turns Mike's chat into a socket for outside tools
The team built a plug-in system so third-party legal tools can drop into the assistant chat without anyone rewiring the core.
Pull requests (detailed view)
🟢 Open (2)
iamgroot2285 · opened 1mo ago iamgroot2285 · opened 1mo ago