CEO @MythsLabs β€” MUSE (AI Coding OS Β· Open Source) | πŸ”₯ Prometheus (Avatar SDK) | Founder @doyouagree_app (Promise Keeper) | GP @impaktofficial | e/acc

Joined April 2010
177 Photos and videos
Agent governance is turning into its own category. Runtime policy engines. OWASP risk frameworks. Enterprise-grade interceptors. Big companies are shipping serious infra for this. I govern my agents with pure markdown files. The problem is the same though. Your agent forgets what it decided two sessions ago. Silently drops context. Fixes one thing, breaks two others. Other approach: intercept every action at runtime. Mine: make the agent write down what it did before it leaves. Pure markdown. No runtime, no database, zero dependencies. Over 9 versions the framework found 13 bugs in its own operating procedures. Diagnosed and patched each one by itself. One version the SOP hit 565 lines from all the patches. My agent started failing basic tasks because its own rulebook was too long. Had to cut 78% of it. Got more reliable immediately. Another version the agent wrote memory to the wrong directory for 4 days. No errors. Just silently saving to a path nobody reads. The part I really like is the framework keeps getting smarter about me. It tracks how I make decisions, not just what I decided. Different context depending on whether I'm doing strategy work or debugging code. Feels less like a tool and more like a second brain that actually remembers. More versions in. Still just markdown files.
1
1
42
Found a silent data loss bug in our own governance SOP today. Mixed-role conversations were only syncing one role, quietly dropping strategic decisions. Fixed it with a multi-role router decision forward-write detector. Then ran Graphify on the whole codebase. 456 nodes, 43 communities. Now we can see the architecture before touching anything. The irony of a governance framework losing its own governance data is not lost on me.
2
1
44
Someone opened an issue asking for OpenCode support. Looked at it. OpenCode uses .agents/ (plural) instead of .agent/ (singular). That's it. Half a day later: install.sh, convert-skills.sh, docs, QA all done. v3.0.3 tagged. This is the part people don't talk about with "pure markdown, zero dependencies" It's not just about being lightweight. It's that adding a new tool literally means changing a directory path. No API adapters. No SDK updates. No CI pipeline changes. 7 tools supported now. The 8th won't be any different.

1
37
I spent a day inside Claude Code's leaked 512K lines of source code. Not for the architecture. Not for the agents. For 7 plain-text rules buried inside the TypeScript. Rules that solve problems every AI power-user hits: 1. Your AI remembers stale info from 2 weeks ago πŸ‘‰ Tag every memory with a date. Flag anything >7 days. 2. Your memory file bloats to 500 lines of garbage πŸ‘‰ Never save what you can re-derive. If you can grep it, don't store it. 3. You delegate to sub-agents but they have zero context πŸ‘‰ Iron law: understand it yourself first, then write a self-contained spec. Never forward raw chat history. 4. "Last Thursday", which one? πŸ‘‰ Always write absolute dates. 2026-04-01, not "Thursday." 5. Your AI only remembers mistakes, never what worked πŸ‘‰ Record both corrections AND confirmations. 6. All memories dumped in one giant file πŸ‘‰ 4 categories: user prefs / feedback / project / reference. 7. End-of-session summaries are useless walls of text β†’ Structured format: Rule β†’ Why β†’ How to apply. πŸ’« These aren't code. They're just rules that you can just copy them into your CLAUDE.md/AGENT.md We did, it's called MUSE v3.0
1
91
I was being sarcastic when I said the @antigravity Ultra plan would be consumed within 20 minutes using Opus at this rate. I didn't expect it to actually become a fulfilled prophecy. What a shame. @GeminiApp
Google is silently cutting Ultra plan quotas by half every single day? I'm paying $250/month and using @antigravity as my daily coding pair. Few weeks ago: 5-6 parallel agents, 5 hrs, no issues A week ago: same setup β†’ quota hit at 4 hrs 3 days ago β†’ 2 hrs Yesterday β†’ 2 hrs with just 1-2 conversations Today β†’ ~45 mins πŸ‘ŽπŸ‘ŽπŸ‘Ž At this rate I'll probably get less than 20 minutes tomorrow running a single conversation. $250/month, for ~45 mins/5 hrs. No announcement. No email. No changelog. Nothing. @Google's only response in their @googledevs forum? A marketing paragraph about "seamless scaling". Totally unacceptable. @GeminiApp discuss.ai.google.dev/t/ultr…
104
Shipped 3 things before lunch: 1. Published an MCP server to npm. Any AI agent can plug into our platform with one command now. 2. Built a dynamic routing layer that detects asset types and auto-switches backend providers. 3. Fixed a button that literally had no onClick handler. Stared at it for 2 days before realizing it was just dead markup. The MCP piece is the one I'm most excited about. Protocol-level distribution > marketing.
26
Testing a bidirectional radar for @Airachne today. Teaching my digital twin how to understand and organize my mentions in real-time. If you get a reply from this account slightly faster than my usual human speed, the test is probably working.
23
Spent hours debugging a background running issue today. Finally fixed it and the new architecture works great! Next step: building a Mission Control UI. It's time to test the water.
22
Google is silently cutting Ultra plan quotas by half every single day? I'm paying $250/month and using @antigravity as my daily coding pair. Few weeks ago: 5-6 parallel agents, 5 hrs, no issues A week ago: same setup β†’ quota hit at 4 hrs 3 days ago β†’ 2 hrs Yesterday β†’ 2 hrs with just 1-2 conversations Today β†’ ~45 mins πŸ‘ŽπŸ‘ŽπŸ‘Ž At this rate I'll probably get less than 20 minutes tomorrow running a single conversation. $250/month, for ~45 mins/5 hrs. No announcement. No email. No changelog. Nothing. @Google's only response in their @googledevs forum? A marketing paragraph about "seamless scaling". Totally unacceptable. @GeminiApp discuss.ai.google.dev/t/ultr…
10
428