Tag

#python

Tagged python 4 posts
30 Aug 2026 AI

The Guardrail Is Not in the Model

Frank Coyle gave a twenty-minute talk at the AI Engineer World's Fair that has been circulating for a few weeks now, and the argument in it is simple enough to state in one sentence: agentic systems need ontologies, because LLMs are probabilistic and probabilistic systems need logical...

26 Apr 2026 blog

Running Gemma 4 31B on an Apple Silicon Mac with Ollama

A practical configuration for a 32 GB M5 Mac that still needs to remain usable Running large language models locally has become surprisingly practical on Apple Silicon. With a modern Mac, Ollama, and a carefully quantized GGUF model, it is possible to run models that only a short time ago …