Jonathan Ellis, founder of Brokk (brokk.ai), presents an AI-native code platform designed for large enterprise codebases. Key insights include: model selection strategy (use large models like Opus to decompose tasks, then cheaper mid-size models like Gemini Flash 3 for execution), why existing benchmarks like SWEBench are flawed (over-indexed on Django, susceptible to training contamination), and Brokk's approach of treating code semantically rather than as text. The platform features semantic code search, automatic test execution, dependency ingestion with decompilation support, and AI-assisted code review that leverages session history from the original author. Ellis also recommends leveraging compiler/static analysis tools (like NullAway, ErrorProne) to enforce code quality that prompts alone cannot, and advocates for faster compile times—suggesting Go for greenfield projects.
Sort: