DevOps Toolkit Series (Viktor Farcic)

DevOps Toolkit Series (Viktor Farcic)

Creator
0 followers

Tool‑heavy demos and impartial takes on cloud‑native/DevOps tooling and workflows.

How I Access Every AI Model Without the Lock-In
VideoJun 1, 2026

How I Access Every AI Model Without the Lock-In

The video explains how developers can avoid vendor lock‑in by routing all large‑language‑model (LLM) requests through Open Router, a service that presents a single OpenAI‑compatible API endpoint while aggregating dozens of providers such as OpenAI, Anthropic, Google Gemini, and emerging...

By DevOps Toolkit Series (Viktor Farcic)
DevOps Q&A: April 2, 2026
VideoMar 31, 2026

DevOps Q&A: April 2, 2026

In a casual DevOps Q&A on April 2, 2026, hosts recapped highlights from KubeCon and related collocated events, noting strong interest in Argo sessions that forced room changes and full-capacity halls. Presentations recommended for viewing include talks on GitHub secrets,...

By DevOps Toolkit Series (Viktor Farcic)
Stop Designing UIs for AI - Let the LLM Decide What You See
VideoMar 9, 2026

Stop Designing UIs for AI - Let the LLM Decide What You See

The video argues that conventional user interfaces, built for static data structures, are ill‑suited for the fluid, unpredictable outputs of large language models. Instead of pre‑defining dashboards or markdown layouts, developers should let the LLM dictate how information is presented,...

By DevOps Toolkit Series (Viktor Farcic)
Why Self-Hosting AI Models Is a Bad Idea
VideoMar 4, 2026

Why Self-Hosting AI Models Is a Bad Idea

The video argues that self‑hosting large language models is economically untenable and legally risky, urging users to rely on provider APIs instead. It breaks down the hardware needed for a 2.5‑billion‑parameter model—four to sixteen Nvidia H100 GPUs, 595 GB storage, and 300‑400 GB...

By DevOps Toolkit Series (Viktor Farcic)
ElevenLabs API Review: A Developer's Honest Take
VideoFeb 9, 2026

ElevenLabs API Review: A Developer's Honest Take

The video is a developer‑focused review of ElevenLabs’ audio‑and‑video API, illustrating how the author automated the dubbing of his YouTube videos and why the API matters for software‑engineers who want to embed multimedia capabilities directly into code. He walks through his...

By DevOps Toolkit Series (Viktor Farcic)
AI Agent Debugging Setup: OpenTelemetry + Jaeger in Kubernetes
VideoFeb 6, 2026

AI Agent Debugging Setup: OpenTelemetry + Jaeger in Kubernetes

The video demonstrates how OpenTelemetry combined with Jaeger can provide end‑to‑end visibility into AI agents running in Kubernetes, turning what appears to be a black‑box LLM interaction into an observable distributed trace. By instrumenting the agent, its prompts, tool calls,...

By DevOps Toolkit Series (Viktor Farcic)
DevOps Q&A: Helm Charts, Cilium Service Mesh, AI Tooling, and GitOps Promotion
VideoFeb 6, 2026

DevOps Q&A: Helm Charts, Cilium Service Mesh, AI Tooling, and GitOps Promotion

The live DevOps Q&A tackled a grab‑bag of topics—from Helm chart management and MCP package quirks to AI‑generated code, advertising strategies, and service‑mesh choices. Hosts fielded audience questions, sharing real‑world experiences and practical recommendations for teams navigating modern cloud‑native tooling. Key...

By DevOps Toolkit Series (Viktor Farcic)