Benchmark: I replaced Gemini CLI’s Vector RAG with Context Trees to stop the hallucinations (99% Token Reduction)

If you’ve been following the recent debates here between Gemini CLI (Gemini 3/Flash) and Claude Code, you probably know: Gemini CLI: Incredible value (free tier/high limits) but feels chaotic on Continue reading Benchmark: I replaced Gemini CLI’s Vector RAG with Context Trees to stop the hallucinations (99% Token Reduction)

From Data Mesh to AI Excellence: Implementing Decentralized Data Architecture on Google BigQuery

In the era of Generative AI and Large Language Models (LLMs), the quality and accessibility of data have become the primary differentiators for enterprise success. However, many organizations remain trapped Continue reading From Data Mesh to AI Excellence: Implementing Decentralized Data Architecture on Google BigQuery

Cattri: The Ruby DSL for Clean, Scalable Class and Instance Attributes

GitHub: https://github.com/bnlucas/cattri Ruby gives us tools like attr_accessor, and Rails builds on this with class_attribute, cattr_accessor, and more—but if you’ve ever wrestled with their inconsistencies around visibility, subclassing, or defaults, Continue reading Cattri: The Ruby DSL for Clean, Scalable Class and Instance Attributes