<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Thede Technologies</title><link>https://thedetech.com/</link><description>Recent content on Thede Technologies</description><generator>Hugo</generator><language>en-us</language><atom:link href="https://thedetech.com/index.xml" rel="self" type="application/rss+xml"/><item><title>A general-purpose MoE multimodal beat every dedicated vision model on my father's handwriting</title><link>https://thedetech.com/blog/2026-04-23-moe-beats-dedicated-vision/</link><pubDate>Thu, 23 Apr 2026 00:00:00 +0000</pubDate><guid>https://thedetech.com/blog/2026-04-23-moe-beats-dedicated-vision/</guid><description>&lt;p>I&amp;rsquo;ve been transcribing a multi-generational archive of handwritten family letters on my own hardware. Posts &lt;a href="https://thedetech.com/blog/2026-04-23-family-archives-ai-can-read/">one&lt;/a>
 and &lt;a href="https://thedetech.com/blog/2026-04-23-local-models-aging-mac/">two&lt;/a>
 covered why and how. This post is the surprise.&lt;/p>
&lt;p>I assumed the right tool for a vision task was a vision model. If you&amp;rsquo;re reading handwriting, you reach for something labeled &amp;ldquo;VL.&amp;rdquo; If you can find one fine-tuned for OCR and handwriting, even better.&lt;/p>
&lt;p>I was wrong — at least at the sizes I can run locally in 2026.&lt;/p></description></item><item><title>Running real models locally on a Mac Studio that isn't new anymore</title><link>https://thedetech.com/blog/2026-04-23-local-models-aging-mac/</link><pubDate>Thu, 23 Apr 2026 00:00:00 +0000</pubDate><guid>https://thedetech.com/blog/2026-04-23-local-models-aging-mac/</guid><description>&lt;p>I have a multi-generational archive of handwritten family letters in my house, and I wanted to read it without sending the private content to a cloud provider. The &lt;a href="https://thedetech.com/blog/2026-04-23-family-archives-ai-can-read/">first post&lt;/a>
 is the &lt;em>why&lt;/em>. This one is the &lt;em>how&lt;/em> — on the specific hardware I already own, with the software I landed on.&lt;/p>
&lt;p>My Mac Studio is almost four years old. M1 Max, 64 GB of RAM. It&amp;rsquo;s proven more than capable of running large language models locally — it keeps private content in the house, and it&amp;rsquo;s significantly cheaper than any cloud provider.&lt;/p></description></item><item><title>What family archives are for, now that the AI can read them</title><link>https://thedetech.com/blog/2026-04-23-family-archives-ai-can-read/</link><pubDate>Thu, 23 Apr 2026 00:00:00 +0000</pubDate><guid>https://thedetech.com/blog/2026-04-23-family-archives-ai-can-read/</guid><description>&lt;p>I have three collections of letters sitting in my house.&lt;/p>
&lt;p>The oldest is a stack from my great-grandparents, written between 1910 and 1913. The second is from my grandparents, written during World War II. The third is from my father — letters he wrote from the moment I was born until the moment his mother died.&lt;/p>
&lt;p>Three generations, each one writing to the next, each one leaving behind something I&amp;rsquo;ve never fully read.&lt;/p></description></item><item><title>From Tools to Framework: What a Year of Agentic Development Actually Looks Like</title><link>https://thedetech.com/blog/from-tools-to-framework/</link><pubDate>Fri, 03 Apr 2026 00:00:00 +0000</pubDate><guid>https://thedetech.com/blog/from-tools-to-framework/</guid><description>&lt;p>Frameworks are inevitable.&lt;/p>
&lt;p>Kevin Kelly wrote about this in &lt;em>What Technology Wants&lt;/em> — that certain inventions appear independently, in multiple places, at roughly the same time. The telephone, the lightbulb, calculus. Not because of genius, but because the conditions were right. The substrate was ready and the solution was waiting to be found.&lt;/p>
&lt;p>Ruby got Rails. Python got Django. PHP got Laravel. In each case, the same pattern: developers working with raw tools hit a ceiling, and someone assembled an opinionated structure that encoded what worked into something repeatable. The framework didn&amp;rsquo;t invent new capabilities — it organized the ones that already existed into a form that could be taught, shared, and built upon.&lt;/p></description></item><item><title>Context Architecture: Building the Library Your Agents Actually Need</title><link>https://thedetech.com/blog/context-architecture/</link><pubDate>Sat, 28 Mar 2026 00:00:00 +0000</pubDate><guid>https://thedetech.com/blog/context-architecture/</guid><description>&lt;p>Your AI agent isn&amp;rsquo;t stupid. It&amp;rsquo;s lost.&lt;/p>
&lt;p>The most common failure I see in agentic systems isn&amp;rsquo;t a reasoning failure or a coding error. It&amp;rsquo;s a context failure. The agent didn&amp;rsquo;t have the right information at the right time, so it guessed. And the guess looked plausible enough that nobody caught it until production.&lt;/p>
&lt;p>Context architecture is the skill of building structured data environments so that AI agents can reliably search, find, and retrieve exactly the information they need — without getting confused by dirty data, missing context, or irrelevant noise. Anthropic&amp;rsquo;s engineering team put it plainly: &amp;ldquo;Claude is already smart enough. Intelligence is not the bottleneck. Context is.&amp;rdquo;&lt;/p></description></item><item><title>Specification Precision: The Most Valuable AI Skill Isn't Technical</title><link>https://thedetech.com/blog/specification-precision/</link><pubDate>Sat, 28 Mar 2026 00:00:00 +0000</pubDate><guid>https://thedetech.com/blog/specification-precision/</guid><description>&lt;p>The most valuable skill in the AI economy isn&amp;rsquo;t coding. It&amp;rsquo;s writing.&lt;/p>
&lt;p>Not blog posts or marketing copy. I mean writing instructions so precise that a literal-minded machine with no ability to read between the lines will execute exactly what you intended. Every time. Without you watching.&lt;/p>
&lt;p>I&amp;rsquo;ve spent the last year building an AI-augmented engineering operation across 13 projects. The single biggest determinant of whether an agent produces good work isn&amp;rsquo;t the model, the temperature, or the prompt template. It&amp;rsquo;s the specificity of the instruction I gave it.&lt;/p></description></item><item><title>Eliminating Waste in the SDLC</title><link>https://thedetech.com/presentations/eliminating-waste-sdlc/</link><pubDate>Tue, 24 Mar 2026 00:00:00 +0000</pubDate><guid>https://thedetech.com/presentations/eliminating-waste-sdlc/</guid><description>&lt;p>When AI can use the same tools you use — Jira, GitHub, Sentry — the bottleneck in software development shifts from writing code to everything around the code. This talk applies the Toyota Production System&amp;rsquo;s waste-elimination framework to an AI-augmented development workflow, showing how MCP tool handoff, Gherkin specifications, and encoded quality gates systematically remove entire categories of waste from the software development lifecycle.&lt;/p></description></item><item><title>The System That Built Itself</title><link>https://thedetech.com/blog/the-system-that-built-itself/</link><pubDate>Sat, 07 Mar 2026 00:00:00 +0000</pubDate><guid>https://thedetech.com/blog/the-system-that-built-itself/</guid><description>&lt;p>I didn&amp;rsquo;t set out to build a system. I set out to survive.&lt;/p>
&lt;p>For the better part of a year, I&amp;rsquo;ve been operating as a one-person engineering team — across my day job and the products I&amp;rsquo;m building on my own. I wrote about what that looks like in &lt;a href="https://thedetech.com/blog/the-one-person-engineering-team/">The One-Person Engineering Team&lt;/a>
, and about the engineering practices that emerged in &lt;a href="https://thedetech.com/blog/eliminating-waste-in-the-sdlc/">Eliminating Waste in the SDLC&lt;/a>
. But something else happened that I didn&amp;rsquo;t fully recognize until I stopped and looked at what I&amp;rsquo;d built.&lt;/p></description></item><item><title>Eliminating Waste in the SDLC</title><link>https://thedetech.com/blog/eliminating-waste-in-the-sdlc/</link><pubDate>Thu, 05 Mar 2026 00:00:00 +0000</pubDate><guid>https://thedetech.com/blog/eliminating-waste-in-the-sdlc/</guid><description>&lt;p>&lt;em>I wrote a follow-up exploring what happens after you eliminate the waste: &lt;a href="https://thedetech.com/blog/the-processing-layer-is-not-a-moat/">The Processing Layer Is Not a Moat&lt;/a>
.&lt;/em>&lt;/p>
&lt;hr>
&lt;p>I don&amp;rsquo;t write much code anymore.&lt;/p>
&lt;p>About six months ago, Dario Amodei predicted that within a year, 90% of code would be AI-generated. More recently, Boris Cherny — the creator of Claude Code at Anthropic — &lt;a href="https://x.com/bcherny/status/2015979257038831967" target="_blank" rel="noopener noreferrer">said&lt;/a>
 that 100% of his code was already written by AI. I thought those numbers sounded aggressive. Now I&amp;rsquo;m living them.&lt;/p></description></item><item><title>Whispering to the Machine: Take Two</title><link>https://thedetech.com/blog/whispering-to-the-machine-2026/</link><pubDate>Fri, 27 Feb 2026 00:00:00 +0000</pubDate><guid>https://thedetech.com/blog/whispering-to-the-machine-2026/</guid><description>&lt;p>Eight months ago, I wrote &lt;a href="https://thedetech.com/blog/whispering-to-the-machine/">a snapshot&lt;/a>
 of what it felt like to collaborate with AI in software development. I talked about using Cursor, chatting with models, migrating a codebase from Bootstrap to Tailwind. I laid out five principles: plan meticulously, work iteratively, use the right tool, embrace collaboration, don&amp;rsquo;t be afraid to start fresh.&lt;/p>
&lt;p>Those principles still hold. Every one of them. But the way I execute on them has changed so dramatically that the original piece reads like a dispatch from a different era. Eight months in this field might as well be a decade.&lt;/p></description></item><item><title>The One-Person Engineering Team</title><link>https://thedetech.com/blog/the-one-person-engineering-team/</link><pubDate>Tue, 17 Feb 2026 00:00:00 +0000</pubDate><guid>https://thedetech.com/blog/the-one-person-engineering-team/</guid><description>&lt;p>Boris Cherny, the creator of Claude Code at Anthropic, &lt;a href="https://x.com/bcherny/status/2015979257038831967" target="_blank" rel="noopener noreferrer">recently wrote&lt;/a>
 that &amp;ldquo;pretty much 100% of our code is written by Claude Code.&amp;rdquo; For him personally, it had been 100% for over two months — he doesn&amp;rsquo;t even make small edits by hand. He shipped 22 PRs in one day and 27 the day before, each one entirely written by Claude.&lt;/p>
&lt;p>I think he&amp;rsquo;s right. And I think most engineering teams aren&amp;rsquo;t ready for what that means.&lt;/p></description></item><item><title>Whispering to the Machine: A Snapshot of AI-Powered Development in 2025</title><link>https://thedetech.com/blog/whispering-to-the-machine/</link><pubDate>Mon, 16 Jun 2025 00:00:00 +0000</pubDate><guid>https://thedetech.com/blog/whispering-to-the-machine/</guid><description>&lt;p>I had a conversation with another developer recently that left me feeling energized. We were kicking off a new project, and as we started talking about process, it became clear we were both arriving at similar conclusions about how to actually &lt;em>work&lt;/em> with AI in software development. It was one of those moments that validates the path you&amp;rsquo;ve been on — making you realize you&amp;rsquo;re not just shouting into the void.&lt;/p></description></item><item><title>About</title><link>https://thedetech.com/about/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://thedetech.com/about/</guid><description>&lt;h2 id="the-short-version">The Short Version&lt;/h2>
&lt;img src="https://thedetech.com/images/profile.jpg" alt="Adam Thede" class="not-prose float-right ml-6 mb-4 w-32 h-32 md:w-36 md:h-36 rounded-full object-cover border-2 border-white/10" width="400" height="400">
&lt;p>I&amp;rsquo;m Adam Thede — founder of Thede Technologies, a software company based in Nashville, Tennessee. I build AI-native products and operate a portfolio of software across life-tracking, knowledge management, and personal data infrastructure. The flagship is the Tractor &amp;amp; Silo ecosystem — a suite of privacy-first, personal life-tracking applications across web, iOS, and macOS — a project I&amp;rsquo;ve been working on since 2016.&lt;/p></description></item><item><title>Contact</title><link>https://thedetech.com/contact/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://thedetech.com/contact/</guid><description>&lt;div class="not-prose">
&lt;form action="https://formsubmit.co/adam@thedetech.com" method="POST" class="max-w-lg space-y-6 mb-12">
 &lt;!-- Honeypot -->
 &lt;input type="text" name="_honey" style="display:none">
 &lt;!-- Disable captcha -->
 &lt;input type="hidden" name="_captcha" value="false">
 &lt;!-- Success redirect -->
 &lt;input type="hidden" name="_next" value="https://thedetech.com/contact/?thanks=true">
 &lt;div>
 &lt;label for="name" class="block text-sm text-slate-400 uppercase tracking-widest mb-2">Name&lt;/label>
 &lt;input type="text" name="name" id="name" required
 class="w-full bg-white/[0.03] border border-white/10 rounded-lg px-4 py-3 text-slate-100
 focus:border-brand-gold focus:outline-none focus:ring-1 focus:ring-brand-gold
 placeholder-slate-600 transition-colors duration-300"
 placeholder="Your name">
 &lt;/div>
 &lt;div>
 &lt;label for="email" class="block text-sm text-slate-400 uppercase tracking-widest mb-2">Email&lt;/label>
 &lt;input type="email" name="email" id="email" required
 class="w-full bg-white/[0.03] border border-white/10 rounded-lg px-4 py-3 text-slate-100
 focus:border-brand-gold focus:outline-none focus:ring-1 focus:ring-brand-gold
 placeholder-slate-600 transition-colors duration-300"
 placeholder="you@company.com">
 &lt;/div>
 &lt;div>
 &lt;label for="message" class="block text-sm text-slate-400 uppercase tracking-widest mb-2">Message&lt;/label>
 &lt;textarea name="message" id="message" rows="5" required
 class="w-full bg-white/[0.03] border border-white/10 rounded-lg px-4 py-3 text-slate-100
 focus:border-brand-gold focus:outline-none focus:ring-1 focus:ring-brand-gold
 placeholder-slate-600 resize-y transition-colors duration-300"
 placeholder="Tell me about your project or how I can help...">&lt;/textarea>
 &lt;/div>
&lt;p>&lt;button type="submit" class="btn-primary">Send Message&lt;/button>&lt;/p></description></item><item><title>Products</title><link>https://thedetech.com/products/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://thedetech.com/products/</guid><description>&lt;h2 id="the-vision">The Vision&lt;/h2>
&lt;p>Everything in the Silo ecosystem exists to produce a &lt;strong>journal entry worth keeping and handing down&lt;/strong>. We organize life data around the 5Ws — Who, What, When, Where, and Why — because that&amp;rsquo;s how humans naturally remember.&lt;/p>
&lt;p>&lt;strong>The Legacy Test&lt;/strong>: &amp;ldquo;Will my children find this meaningful in 30 years?&amp;rdquo; — this guides every feature decision.&lt;/p>
&lt;hr>
&lt;h2 id="how-the-harvest-works">How the Harvest Works&lt;/h2>
&lt;p>Your life is the farm. Each app and service works a different field — your iPhone captures where you go, your Mac records what you&amp;rsquo;re working on, RescueTime measures your productivity, GitHub logs your code, Limitless and Omi transcribe your conversations.&lt;/p></description></item><item><title>Services</title><link>https://thedetech.com/services/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://thedetech.com/services/</guid><description>&lt;h2 id="builder-first">Builder First&lt;/h2>
&lt;p>My primary focus is building the &lt;a href="https://thedetech.com/products/">Tractor &amp;amp; Silo ecosystem&lt;/a>
 — privacy-first personal data infrastructure across web, iOS, and macOS. Everything I know about technical strategy, AI operations, and engineering leadership comes from building and operating my own products, not from advising from the sidelines.&lt;/p>
&lt;p>I occasionally take on advisory work when the right opportunity comes along.&lt;/p>
&lt;hr>
&lt;h2 id="what-ive-built-expertise-in">What I&amp;rsquo;ve Built Expertise In&lt;/h2>
&lt;ul>
&lt;li>&lt;strong>Technical strategy &amp;amp; architecture&lt;/strong> — system design, data modeling, infrastructure decisions, and technology evaluation&lt;/li>
&lt;li>&lt;strong>AI-native operations&lt;/strong> — orchestrating AI agents across a full product portfolio, from code generation to autonomous workflows&lt;/li>
&lt;li>&lt;strong>Engineering leadership&lt;/strong> — code review standards, workflow optimization, and team scaling&lt;/li>
&lt;li>&lt;strong>Full-stack development&lt;/strong> — hands-on building across web, mobile, and desktop&lt;/li>
&lt;/ul>
&lt;hr>
&lt;h2 id="if-youre-interested">If You&amp;rsquo;re Interested&lt;/h2>
&lt;p>I&amp;rsquo;m not actively taking on new engagements right now, but I&amp;rsquo;m always open to conversations — especially about AI operations, data ownership, and where agents actually create value in real organizations.&lt;/p></description></item></channel></rss>