Séries

Todas as postagens

Fundamentos da IA e Agentes Inteligentes

Antes de qualquer algoritmo, uma pergunta: o que é um agente racional? Aqui a resposta vem com definição formal, medida de desempenho e exercícios resolvidos.

A Probabilidade da Linguagem

Um modelo de linguagem distribui probabilidade entre continuações; treiná-lo é cobrar, em logaritmos, o preço das probabilidades que atribuiu ao texto observado.

Prever, não gerar: o template **JEPA** e o problema do colapso

O **JEPA** se recusa a gerar: prevê representações e joga fora o ruído. Este post constrói o template **JEPA** e enfrenta o colapso, com a matemática que a maioria das...

Anatomy of the .claude Folder

The .claude folder is the control center of Claude Code in your project. This text reorganizes the concepts by authority, context, execution, and reusable capabilities.

High Performance, Rules that Survive Measurement

A catalog of Cpp23 rules for fast code, organized by theme and seasoned with the oldest lesson in optimization, which is to measure before believing.

Your Program Does Not Start at main

Before main(), a lot has already happened: the operating system loaded the process, the loader resolved libraries, and the runtime initialized the environment.