<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Blog on Thede Technologies</title><link>https://thedetech.com/blog/</link><description>Recent content in Blog on Thede Technologies</description><generator>Hugo</generator><language>en-us</language><atom:link href="https://thedetech.com/blog/index.xml" rel="self" type="application/rss+xml"/><item><title>The Architecture of Advice: Inside the AI High-Fidelity Loop</title><link>https://thedetech.com/blog/2026-05-11-architecture-of-advice/</link><pubDate>Mon, 11 May 2026 00:00:00 +0000</pubDate><guid>https://thedetech.com/blog/2026-05-11-architecture-of-advice/</guid><description>&lt;p>In &lt;a href="https://thedetech.com/blog/2026-05-07-30-days-of-ai-collaboration/">the last post&lt;/a>
 I looked at the sheer &lt;em>volume&lt;/em> of AI-assisted engineering: 55,000 turns of professional capital recovered from a single month. But once you have the data, you stop asking &amp;ldquo;how much?&amp;rdquo; and start asking &amp;ldquo;what kind?&amp;rdquo;&lt;/p>
&lt;p>So I ran a high-fidelity thematic enrichment pass over 466 sessions from the corpus and started mapping what I&amp;rsquo;m calling the &lt;strong>architecture of advice&lt;/strong>: the hidden patterns that define how AI actually influences a multi-repo technical portfolio.&lt;/p></description></item><item><title>30 Days of AI Collaboration: Recovering 55,000 Turns of Professional Capital</title><link>https://thedetech.com/blog/2026-05-07-30-days-of-ai-collaboration/</link><pubDate>Thu, 07 May 2026 00:00:00 +0000</pubDate><guid>https://thedetech.com/blog/2026-05-07-30-days-of-ai-collaboration/</guid><description>&lt;p>In the spring of 2026 I spent 30 days living in the &amp;ldquo;jagged frontier&amp;rdquo; of AI-assisted software engineering.&lt;/p>
&lt;p>If you&amp;rsquo;ve worked with Claude Code, Gemini CLI, Cursor, or Codex you know the feeling. A high-intensity session ends, the terminal clears, and months of architectural decisions, hard-won debugging insights, and technical pivots vanish into the ephemeral void of chat history. The next morning you remember the &lt;em>outcome&lt;/em> but not the &lt;em>reasoning that got you there&lt;/em>.&lt;/p></description></item><item><title>Getting good output from Lens: the model and LM Studio settings matter more than you think</title><link>https://thedetech.com/blog/2026-05-05-getting-good-output-from-lens/</link><pubDate>Tue, 05 May 2026 00:00:00 +0000</pubDate><guid>https://thedetech.com/blog/2026-05-05-getting-good-output-from-lens/</guid><description>&lt;p>&lt;figure class="my-8">
 &lt;img
 src="https://thedetech.com/images/blog/2026-05-05-getting-good-output-from-lens/mbp-garbled-output.png"
 alt="A Lens daily summary derailed by reasoning artifacts — **People:**, **Patterns:**, **Drafting structure:**, &amp;ldquo;Constraint Check&amp;rdquo; — bleeding into the narrative"
 loading="lazy"
 decoding="async"
 class="rounded-md cursor-zoom-in w-full"
 data-lightbox
 >
 
 &lt;figcaption class="text-sm text-slate-500 mt-2 text-center">A Lens daily summary derailed by reasoning artifacts — &lt;code>**People:**&lt;/code>, &lt;code>**Patterns:**&lt;/code>, &lt;code>**Drafting structure:**&lt;/code>, &amp;ldquo;Constraint Check&amp;rdquo; — bleeding into the narrative&lt;/figcaption>
 
&lt;/figure>
&lt;/p>
&lt;p>People pick up &lt;a href="https://tractorandsilo.com/lens" target="_blank" rel="noopener noreferrer">Lens&lt;/a>
, connect it to LM Studio, point it at whatever model they downloaded first, and expect polished daily snapshots. Sometimes they get them. Sometimes the same setup on a different machine produces output that reads like the model thinking out loud — or worse, fabricating events that didn&amp;rsquo;t happen.&lt;/p></description></item><item><title>Four frontier models, one year of office sensor data, four very different dashboards</title><link>https://thedetech.com/blog/2026-04-29-clue-dashboard-bakeoff/</link><pubDate>Wed, 29 Apr 2026 00:00:00 +0000</pubDate><guid>https://thedetech.com/blog/2026-04-29-clue-dashboard-bakeoff/</guid><description>&lt;p>I have an &lt;a href="https://www.adafruit.com/product/4500" target="_blank" rel="noopener noreferrer">Adafruit Clue&lt;/a>
 sensor sitting on the desk in my home office. It has been quietly logging temperature, humidity, pressure, light, sound, and color every thirty seconds for a little over a year. 425,000 readings. About 33 megabytes of CSV. (I &lt;a href="https://thedetech.com/blog/2025-04-08-adafruit-clue-datalogger/">wrote up the build itself&lt;/a>
 a year ago — CircuitPython on the device, a Python &lt;code>pywebview&lt;/code> gateway on the Mac, USB Serial in between.)&lt;/p>
&lt;p>I finally fed that year of data to four frontier models and asked each of them to build me a single self-contained HTML dashboard. Same prompt. Same data. Four very different answers.&lt;/p></description></item><item><title>The move was upstream</title><link>https://thedetech.com/blog/2026-04-28-the-move-was-upstream/</link><pubDate>Tue, 28 Apr 2026 00:00:00 +0000</pubDate><guid>https://thedetech.com/blog/2026-04-28-the-move-was-upstream/</guid><description>&lt;p>I spent most of a day pointing at broken cases. Each time I pointed at one, the model patched it. The next regeneration would surface a different broken case in a different file. We&amp;rsquo;d patch that. Then a third. By late afternoon I was the one suggesting we slow down and return to first principles — the model wasn&amp;rsquo;t pulling me up a level on its own.&lt;/p>
&lt;p>The bug itself was small. I&amp;rsquo;ve been wiring up a pipeline that turns transcripts of my conversations with AI tools into clean Markdown for an Obsidian vault. The reasoning part — extracting topics, summarizing, tagging — was working. The &lt;em>rendering&lt;/em> kept breaking. Stray characters, broken callouts, content that ended up harder to read than the original conversation had been. I was working it inside Gemini CLI, mostly on their fast tier with occasional escalation to their reasoning model. Twelve back-and-forth turns across roughly six hours of intermittent work, and we still hadn&amp;rsquo;t landed it.&lt;/p></description></item><item><title>The race nobody else is running: why personal AI belongs on hardware you already own</title><link>https://thedetech.com/blog/2026-04-27-personal-ai-belongs-on-your-hardware/</link><pubDate>Mon, 27 Apr 2026 00:00:00 +0000</pubDate><guid>https://thedetech.com/blog/2026-04-27-personal-ai-belongs-on-your-hardware/</guid><description>&lt;p>Tim Cook stepped down this week. The next CEO of Apple is John Ternus, the hardware engineer who ran the Mac transition to Apple Silicon. The new Chief Hardware Officer is Johny Srouji, who built the chips that made the transition possible. Two hardware people at the top of the company, at the exact moment the cloud AI labs are quietly losing money on their best customers.&lt;/p>
&lt;p>Nate B. Jones &lt;a href="https://www.youtube.com/watch?v=RaAFquzj5B8" target="_blank" rel="noopener noreferrer">made the case&lt;/a>
 that this is Apple declining the race the rest of the industry is running and lining up for a different one. I think he&amp;rsquo;s right, and I want to add what I can only add from inside it: this is the race I&amp;rsquo;ve already been running on a four-year-old machine under my desk, and the people I trust are starting to run it too.&lt;/p></description></item><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>The Memex Has Been Waiting 80 Years for This Moment</title><link>https://thedetech.com/blog/2026-04-11-the-memex-has-been-waiting-80-years/</link><pubDate>Sat, 11 Apr 2026 00:00:00 +0000</pubDate><guid>https://thedetech.com/blog/2026-04-11-the-memex-has-been-waiting-80-years/</guid><description>&lt;p>In July 1945, an engineer named Vannevar Bush published an essay in The Atlantic called &amp;ldquo;As We May Think.&amp;rdquo; It is one of the strangest, most hopeful documents I know.&lt;/p>
&lt;p>Bush had spent the war as the director of the U.S. Office of Scientific Research and Development. He oversaw the entire American scientific war effort — radar, the proximity fuse, penicillin manufacturing, and, indirectly, the work that would end the war the same month his essay was published. The atomic bombs fell on Hiroshima and Nagasaki in August 1945. Bush&amp;rsquo;s essay came out a few weeks earlier. He could feel what was coming. He wrote the essay anyway, and what he wrote was not a triumphal account of what science had done. It was a quiet, almost embarrassed argument that the same instruments scientists had built for destruction could be turned, just as easily, toward the preservation of human knowledge.&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>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>From idea to IoT data: building an environmental monitor with Adafruit Clue and Python</title><link>https://thedetech.com/blog/2025-04-08-adafruit-clue-datalogger/</link><pubDate>Tue, 08 Apr 2025 00:00:00 +0000</pubDate><guid>https://thedetech.com/blog/2025-04-08-adafruit-clue-datalogger/</guid><description>&lt;p>&lt;em>This post was originally published on &lt;a href="https://officeofadamthede.com/blog/2025/04/08/from-idea-to-iot-data-building-an-environmental-monitor-with-adafruit-clue-and-python/" target="_blank" rel="noopener noreferrer">officeofadamthede.com&lt;/a>
 on April 8, 2025. I&amp;rsquo;m consolidating it here because the data this Clue has been quietly logging ever since became the dataset behind a &lt;a href="https://thedetech.com/blog/2026-04-29-clue-dashboard-bakeoff/">bake-off post a year later&lt;/a>
 — capture solved here, synthesis explored there.&lt;/em>&lt;/p>
&lt;hr>
&lt;p>Have you ever had an idea for a connected device, something that could sense the world around you and share that data? I recently embarked on such a journey, diving headfirst into the Internet of Things (IoT) with the goal of creating an environmental data logger using the versatile &lt;a href="https://www.adafruit.com/product/4500" target="_blank" rel="noopener noreferrer">Adafruit Clue&lt;/a>
 board. As someone relatively new to both IoT hardware projects and Python, this was an exciting, challenging, and ultimately very rewarding experience, &lt;strong>made significantly faster and more manageable with the help of AI development tools.&lt;/strong>&lt;/p></description></item></channel></rss>