A deep dive into the langchain-ai/langchain repository, exploring its modular architecture, LCEL composition model, agents, retrieval-augmented generation, and integration ecosystem.
Ollama - Run Large Language Models Locally
12 Feb 2026
A look at the ollama/ollama repository, a tool for downloading, running, and managing large language models locally on your own hardware.
A guide to Google’s Dopamine framework for fast prototyping of reinforcement learning algorithms, featuring DQN, Rainbow, C51, and IQN agents on Atari environments.
Explore Langfun, Google’s Python library for composing and calling LLM-powered functions using natural language prompt templates and structured output.
TensorFlow Federated (TFF) is an open-source framework for federated learning and federated analytics, enabling machine learning on decentralized data while preserving privacy.
TensorFlow Graphics: Differentiable 3D Layers for Deep Learning — Guide and Honest Assessment
29 Jan 2026
What TensorFlow Graphics offers for differentiable 3D deep learning, where it stands today versus PyTorch3D, Kaolin, and nvdiffrast, and an honest take on whether you should build on it.
TPOT is a Python AutoML tool that uses genetic programming to automatically design and optimize scikit-learn machine learning pipelines.