marksmith.dev
My Thoughts
Exploring web development, design patterns, and the future of technology.
Searching for: "architecture"

Why Your Old Xeon Is Still Painfully Slow for LLMs — AVX Explained
AVX, AVX2, and AVX-512 are not marketing buzzwords. They are the difference between an LLM that spits out text in real time and one that sits there grinding through a single prompt for minutes. Here is why your older hardware is holding you back, even if you bolted a modern GPU onto it.

24GB Mac Mini vs 64GB HP Z620
I have two machines on my desk that could not be more different. The M4 Mac Mini is a silver sip of coffee from Apple. The HP Z620 is a tower workstation that hums under my monitor. Here is how they compare as a daily driver and a development workstation.

I Can't Code. Here's How I've Built Production-Grade Applications Anyway.
I spent 15 years in infrastructure and application support. The part I never enjoyed was hand-writing syntax. Current coding agents such as Claude Code and OpenAI Codex changed that equation: they can read codebases, edit files, run commands, and work in terminals, IDEs, and the cloud. What they do not replace is judgment, architecture, and operational experience.

Anthropic Accidentally Leaked 512,000 Lines of Claude Code Source Code: The Full Story
On March 31 2026, Anthropic shipped 512,000 lines of Claude Code TypeScript source code to the public npm registry via a misconfigured source map. Here is what actually happened, what was exposed, and why the company is now issuing DMCA takedowns against its own users.

Qwen 3.6 Plus: Alibaba's Flagship AI Model Redraws the Agentic Coding Boundary
Qwen 3.6 Plus launched April 2 2026 with a 1 million token context window, a 61.6 score on Terminal-Bench 2.0, and a pricing model that undercuts Claude Code at roughly $0.50 per million tokens on Bailian. The agentic coding race just got significantly more competitive.

OpenCode: The Free, Open-Source AI Coding Agent That Puts Developers in Control
OpenCode is a free, open-source AI coding agent with over 95,000 GitHub stars, 75+ LLM provider support, and a terminal-first philosophy that makes AI pair programming genuinely accessible to anyone with a shell prompt.

AI and Machine Learning in Financial Trading: How Algorithms Are Eating Wall Street
Algorithmic trading now accounts for the majority of all equity trades in the US. But the real story in 2026 is not speed — it is intelligence. Machine learning models are now making macro-level trading decisions that once required decades of human experience.

Claude Code: A Hands-On Guide to Anthropic Coding Agents
Claude Code is Anthropic's official AI coding tool — a CLI and desktop app that reads your codebase, edits files, runs commands, and coordinates complex development tasks across multiple files and tools.