joined with @chad in this technical deep dive, exploring early-game aggression, greedy build punishments, and worker mining optimizations. They review multiple replays to debug Terran behavior and discuss the quirks of Sharpie’s speed-mining implementation.
Key Takeaways:
Reaper harassment is critical — bots that skip early pressure allow greedy opponents to snowball uncontested.
Add a “greed detection” check (third/fourth base timing) to trigger early attacks before the enemy economy scales.
Implement rush detection logic to adapt defensive builds — cancel risky structures and reposition to high ground when rushed.
Prioritize eliminating “stupid” behaviors (unsafe building, wasted workers) before layering in advanced tactics.
Speed mining bugs: Sharpie’s code can fail when workers approach minerals from odd angles — consider delaying speed mining until after a worker’s first return trip.
Study Eris’s mining groups system to release and reassign workers properly, avoiding contradictory commands and collisions.
When debugging frameworks, consult maintainers (like Infi for Sharpie) to clarify differences between SmartandGathercommands and avoid redundant fixes.