LINKAugust 1, 2025CerebrasCerebras is the go-to platform for fast and effortless AI training. Learn more at cerebras.ai.
LINKAugust 15, 2025GitHub - mpfaffenberger/code_puppy: Agentic AI for writing codeAgentic AI for writing code. Contribute to mpfaffenberger/code_puppy development by creating an account on GitHub.
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...