LINKJuly 31, 2025GitHub - charmbracelet/crush: The glamourous AI coding agent for your favourite terminal šThe glamourous AI coding agent for your favourite terminal š - charmbracelet/crush
LINKJune 20, 2025GitHub - opencode-ai/opencode: A powerful AI coding agent. Built for the terminal.A powerful AI coding agent. Built for the terminal. - opencode-ai/opencode
BLOGJuly 25, 2025How to Have LLMs Write More Efficient Code using Optimal Data StructuresLLMs often generate O(n²) solutions when O(n) would suffice. Learn how to prompt for optimal data structures, avoid common performance pitfalls, and g...