dom 🔭.
845 posts

dom 🔭.
@optimizooor
interested in ai, creativity, psychology, blockchains and business • https://t.co/YihpgzOUP1


I didn’t know Berlin had game. Looking forward to what everyone builds with @GradiumAI


Cursor can now attach demos and screenshots of its work to PRs it opens. Your team can review artifacts created by cloud agents directly in GitHub.

@levelsio Is there a good way to jump between tmux sessions on Termius? I find it quite hard to manage multiple codex/claude sessions on the go



Just published my speed chapter: how latency becomes profit in MEV, and how we built the funnel that keeps the bot fast without going blind. This one is practical and code‑level. link: optimizooor.substack.com/p/mev-edge-ser…






Unfortunately I can’t share all of them, but one example was route calculation taking too long in some backrun cases (~300ms even after optimizations, and worst under high congestion). We built an offline replay pipeline: every candidate opportunity was logged with the relevant world state and replayed historically to produce labels (profit after costs, execution success/failure). We engineered features from state + route/search graph stats and trained a lightweight regressor + classifier. In the end, the signal boiled down to a few simple, intuitive features (~3), so we reimplemented them as a hand tuned heuristic in rust. That reduced the candidate set by ~90% and improved realized PnL ~3x by focusing compute on the highest-value paths. We could’ve thrown more servers at it, but this was cheap, elegant, and maximized resource utilization. Also, ~3 days of data was used to get this result. I am certain that using various regime filters or a dynamic approach would amplify profits even further.


















