Elena' s AI Blog
  Browse by topic  · Browse by tag

Other Tags

How to Run a Multi-LLM Stack as a Team of One


With open models polarising into 2.8-trillion-parameter giants and sub-4GB pocket reasoners, hardcoding API clients is officially a production anti-pattern. Here is how to build a unified, resilient AI gateway layer in 10 minutes using Docker and LiteLLM. Read more...

Docker Permissions Without Panic: Why I Ran chown Inside My Container


Why a Flask container throws Permission denied when it runs as a non-root user, and how to fix ownership properly with chown instead of chmod 777. Read more...

Local AI Agents with Cline, Ollama, and MCP


A practical guide to Cline, Ollama, and MCP — runnable stdio + FastAPI example, where to discover servers, and a short student-oriented note on security vs public directory listings. Read more...

AI Weekly — Agents Grow Up, Clouds Get Bigger


OpenAI books a mountain of AWS compute, Google ships production tooling for agents, and GitHub adds org-wide steering. A structured breakdown of the week's AI workflow shifts. Read more...

Brewing with Homebrew


Manually compiling software from source or navigating dependency hell on macOS is inefficient. Homebrew solves this by providing a robust package management layer. Here is a complete setup guide, command cheat sheet, and a list of essential developer tools. Read more...

GitHub Codespaces


GitHub codespaces provide a development environment running in the cloud. A codespace environment is created with the help of configuration files added to a GitHub repository. Read more...