# Vlad Temian's Blog > I build agentic programming tools. 15+ years of systems infrastructure experience, now focused on making AI agents reliable and accessible for developers. Former CTO, open-source builder, community organizer at agentic.tm. This file provides an overview of the blog content for LLMs and AI assistants. ## About - Author: Vlad Temian - Website: https://blog.vtemian.com/ - GitHub: https://github.com/vtemian ## Blog Posts Each post is available as markdown at `{url}index.md` for LLM consumption. - [Claude Code Isn't About Code](https://blog.vtemian.com/post/claude-code-isnt-about-code/) ([md](https://blog.vtemian.com/post/claude-code-isnt-about-code/index.md)): The people getting the most out of Claude Code aren't writing code. Some notes on where the value moved, picking up where the disposable tools manifesto left off. - [Fight Slop with Clarity](https://blog.vtemian.com/post/fight-slop-with-clarity/) ([md](https://blog.vtemian.com/post/fight-slop-with-clarity/index.md)): AI made slop cheap. We made more of it, faster. Clarity is the only input that doesn't degrade when you multiply it. - [The Disposable Tools Manifesto](https://blog.vtemian.com/post/disposable-tools-manifesto/) ([md](https://blog.vtemian.com/post/disposable-tools-manifesto/index.md)): I built 20+ tools in 6 months and made zero revenue. Here's what I learned about why SaaS is dying and what's replacing it. - [Harness Engineering: Why Your AI Coding Setup Matters More Than the Model](https://blog.vtemian.com/post/harness-engineering/) ([md](https://blog.vtemian.com/post/harness-engineering/index.md)): My tech friends tried AI coding tools and said they don't work. We use the same models. The difference is the harness. Here's my full setup. - [MCP Is Great for Tools. Terrible for Agents.](https://blog.vtemian.com/post/mcp-is-great-for-tools-terrible-for-agents/) ([md](https://blog.vtemian.com/post/mcp-is-great-for-tools-terrible-for-agents/index.md)): Building claudebin as an MCP server for Claude Code. JSON-RPC protocol, session extraction, device auth, and an honest comparison with OpenCode's plugin model. - [vibe-infer: Learning GPU Programming with Claude Code](https://blog.vtemian.com/post/vibe-infer/) ([md](https://blog.vtemian.com/post/vibe-infer/index.md)): Everyone talks about AI-assisted learning. Here's what it actually looks like. From zero WebGPU knowledge to a working MNIST classifier in 155 messages. - [Parallel Transaction Execution in Blockchains](https://blog.vtemian.com/post/parallel-transaction-execution-in-blockchains/) ([md](https://blog.vtemian.com/post/parallel-transaction-execution-in-blockchains/index.md)): How Solana, SUI, and Aptos execute transactions in parallel. Deterministic vs optimistic approaches, conflict resolution, and the trade-offs each design makes. - [Healthy Python Codebase](https://blog.vtemian.com/post/healthy-python-codebase/) ([md](https://blog.vtemian.com/post/healthy-python-codebase/index.md)): Guidelines for maintaining a healthy Python codebase: consistency, explicit code, fail-fast patterns, testing strategies, and practical refactoring examples - [Building a serverless hosting platform](https://blog.vtemian.com/post/serverless-hosting-platform/) ([md](https://blog.vtemian.com/post/serverless-hosting-platform/index.md)): Building a serverless hosting platform using Knative, Tekton, and Kubernetes on bare metal - from cluster setup to automated CI/CD deployments - [Python Multiple Inheritance](https://blog.vtemian.com/post/multiple-inheritance/) ([md](https://blog.vtemian.com/post/multiple-inheritance/index.md)): How multiple inheritance works in Python? - [Interviews](https://blog.vtemian.com/post/interviews/) ([md](https://blog.vtemian.com/post/interviews/index.md)): A short interviewing statement for 2019 - [2019](https://blog.vtemian.com/post/2019/) ([md](https://blog.vtemian.com/post/2019/index.md)): 2019 - the beginning ## Talks & Presentations Each talk is available as markdown at `{url}index.md` for LLM consumption. - [Why I Think Software Development Will Be Automated by 2030](https://blog.vtemian.com/talk/why-i-think-software-development-will-be-automated-by-2030/) ([md](https://blog.vtemian.com/talk/why-i-think-software-development-will-be-automated-by-2030/index.md)): My PRO argument from a live debate in Timisoara, fact-checked with verified references. - [Riding Existing Waves: My Indie Hacking Journey with Sisif.ai](https://blog.vtemian.com/talk/indie-hacking-update/) ([md](https://blog.vtemian.com/talk/indie-hacking-update/index.md)): How I went from 0 to growing MRR by abandoning traditional marketing and riding existing distribution waves. A former CTO's lesson in Platform-Led Growth. - [Technical Debt is Cheap](https://blog.vtemian.com/talk/technical-debt-is-cheap/) ([md](https://blog.vtemian.com/talk/technical-debt-is-cheap/index.md)): Can AI tools tackle a 2,000-line legacy Laravel controller in 3 hours? A case study in AI-driven refactoring and modernizing technical debt. ## Resources - [Full Content for LLMs](https://blog.vtemian.com/llms-full.txt): Complete article content for deeper context - [RSS Feed](https://blog.vtemian.com/index.xml): Subscribe to updates - [Sitemap](https://blog.vtemian.com/sitemap.xml): All pages on this site