Week 35 Summary (Aug 23 - Aug 29, 2026)

A week bookended by writing. It opened with On Integrating Quick Reads Into My Digital Ecosystem going out the door on Sunday, and closed with three consecutive mornings on “I’m proud of my failures” article as a creator alongside the next issue of the ephemeral scrapbook newsletter. Underneath it all was a sustained hunt for better reading sources — chasing an RSS feed on understandingwar.org, adopting Bubbles.town, and opening a trial of Standard Reader. AI experiments ran in parallel almost daily: Whisper transcription on the M4 Mac mini, scheduled tasks in the Claude cloud, Claude in gateway mode against Ollama, and an attempt to make Ghost CMS content searchable through Claude — most of them reaching a verdict rather than staying open. Maintenance took a real share of the week too, with n8n instability, a manual MCP config merge, and a refreshed ecosystem diagram, while a consistent editorial stance on engagement-driven platforms surfaced twice in conversation.

Week 34 Summary (Aug 16 - Aug 22, 2026)

A week with one clear centre of gravity: the On Integrating Quick Reads Into My Digital Ecosystem piece, picked up on five consecutive mornings — continued, diagrammed, re-diagrammed, then restarted from scratch on Thursday. Around it, Claude AI shifted from assistant to workbench: documenting MCP endpoint dependencies, connecting Neon Postgres, refreshing n8n workflow docs, and by week’s end turning bank statements into a financial dashboard for retirement planning. Reading was front-loaded into early mornings and skewed toward AI commentary and Apple’s App Store fight, with a detour into Craft Agents. Infrastructure got quiet attention too — an n8n upgrade to 2.35.4, and a failed Micro.blog highlight deletion that turned into a support ticket. Momentum tapered after Wednesday: Friday came down to a single entry, and Saturday was blank.

Week 33 Summary (Aug 09 - Aug 15, 2026)

This is my first week summary. It is built automatically with AI by consuming my manually-written notes Craft Daily notes where I document most of my activities. Then, I do some touch ups before publishing here.

A week centered on the Quick Reads read-later service, which threaded through nearly every day — from drafting a review and appreciation piece to extracting text highlights, weighing data portability, and wiring a Quick Reads section into the personal Dashboard. Automation was the second big theme: the newly discovered Brrr push-notification app went from curiosity on Tuesday to being integrated into four n8n workflows by Saturday, while Claude Code helped tidy the bookmarking app’s documentation and fix its code. Two blog posts shipped — ‘The digital toxicity’ on the return to the web for app development, and ‘It’s fun to go back’ reflecting on past writing. Reading and watching leaned heavily on AI and industry shifts, spanning antirez on lab risks, the OpenAI/Hugging Face incident timeline, the end of Google Search, and self-hosting LLMs to control token costs. The week opened with continued research for an upcoming iPhone review, focused on the camera control button.

Here and There

If it’s a very short thought, it goes here. If it’s a great link, I share it there, too. Any in-the-moment thing is here, too. When I explain why I do this and how I do that, it’s right here. Long-form articles or a new edition of my newsletter, well, that’s over there. Other written tidbits, not too short, not too long, well, it goes here, of course. I wish I could make this post stick to the main page.

Now that I manage all my issues and enhancements in GitHub Issues, I just realized that I could automate many manual workflows on issues closure… many interesting ideas here, like updating the README.md file once an issue is closed by Claude Code. 🤓

Today I went ahead and fully migrated “Who Is Numeric Citizen” website to Realmac Software Elements Hosting instead of Chillidog Hosting service. Here’s why: A) Chillidog was recently sold, and people are already complaining about a decline in service quality. B) What Realmac Software accomplished with Elements in the last year is nothing less than exemplary. They built mature, native web design software for the Mac and a hosting service. I prefer to reward this company for this hard work.

The migration was really simple and took me less than an hour. The service is a bit more expensive but includes more storage and unlimited network bandwidth. This could enable a future option for hosting more photography-related content. Finally, the web service feels snappier, too!

I realized I forgot to clearly state the design goals before starting to build this custom theme for Micro.blog. They became clearer as I progressed and explored how Hugo and Micro.blog work, especially with assistance from Claude AI, and as I encountered various challenges. Here are the goals: a) I want a theme that stands out and doesn’t resemble typical Micro.blog blogs. b) I aim to minimize the use of external plugins, ensuring that all functionality is integrated within the custom theme. c) I want the same theme to be usable on more than one blog (I have two). Stay tuned for more news.

I recently decided to drop the numericcitizen.io domain name and focus on numericcitizen.me for all my needs. The former was tied to a Craft subscription that I’ll cancel, too. I prefer to manage everything inside a single space under a single domain. It’s cheaper.

What Happened in Recent Days - A LOT

Over the past few weeks, I’ve been on an intensive learning journey exploring automation, cloud deployment, and AI integration. I’ve been hands-on, building real workflows and connecting actual services. Here’s what I discovered along the way.

Getting Started with Automation

The foundation of this exploration was deploying n8n as a self-hosted instance on a cloud provider. This wasn’t just about clicking a button—it required understanding infrastructure, configuration, and the basics of running a service in the cloud. Once that was in place, I could start building workflows.

Building basic workflows in n8n taught me what it actually means to create a functional automation. It’s not enough to have a good idea; you need to understand how data flows through your workflow, how triggers initiate actions, how conditions branch logic, and how errors are handled. Meeting all the requirements for a working workflow meant learning to think systematically about each step and its dependencies.

Accelerating Learning with AI

One of the biggest breakthroughs was leveraging Claude AI to accelerate my learning across different subject matters. Rather than struggling through documentation alone or spending hours debugging, I could ask targeted questions and get explanations tailored to my specific use cases. This fundamentally changed how quickly I could iterate and experiment.

Claude became my learning partner—helping me understand concepts, troubleshoot issues, and even write code. This wasn’t just about saving time; it was about compressing what might have taken weeks of traditional learning into days of focused experimentation.

Building and Connecting

From there, I expanded into multiple directions simultaneously. I deployed Next.js apps on Vercel using Claude Code, which gave me a way to build custom web interfaces quickly. I integrated GitHub for continuous delivery, automating the process of pushing code changes to live services like Scribbles and Micro.blog.

But the real power came from connecting external services directly into n8n workflows. I learned to interact with Telegram, Discord, Micro.blog, and Tinylytics through their APIs, webhooks, and HTTP requests. Each integration taught me something different about how modern services communicate with each other. Some services have well-documented APIs; others require reverse-engineering their webhook payloads. Some are straightforward; others have quirks you only discover through experimentation.

The Deeper Challenges

The more complex problems emerged when I tackled data persistence and LLM integration within n8n. Adding state management to automation workflows isn’t trivial—you need to decide where to store data, how to retrieve it, and how to keep it synchronized across multiple workflow runs. It’s one thing to run a workflow once; it’s another to run it reliably over time while maintaining context and history.

Incorporating AI services—whether through pay-per-use models like Claude or subscription-based services—required careful consideration. I had to think about cost implications, rate limits, and how to structure requests efficiently. Suddenly, every API call had a price tag, and I became much more conscious of resource consumption.

Key Insights

What stands out most is a clearer understanding of tool selection. Each platform has its place, and knowing when to use n8n versus a custom Next.js app versus a direct API call makes all the difference. Sometimes the right answer is a simple webhook; sometimes you need the flexibility of a full application. This contextual thinking has become invaluable.

I’ve also learned to transpose ideas into concrete use cases, leveraging service APIs from Scribbles, Tinylytics, and Micro.blog in ways I hadn’t considered before. What started as “I wonder if I can connect these services” became “Here’s a specific workflow that solves a real problem.”

I’ve discovered how to make the most of services I was already depending on—Micro.blog and Inoreader—by understanding their capabilities more deeply. These tools had features and integrations I’d overlooked, and now I’m using them in ways that actually enhance my workflow.

I’ve also expanded my toolkit with utilities like VS Code, GitHub, and Postman, each playing a crucial role in different parts of the workflow. VS Code became my development environment, GitHub my version control and deployment trigger, and Postman my tool for testing and understanding APIs before integrating them into n8n.

The Bigger Picture

The journey has been about understanding not just individual tools, but how they fit together in a larger ecosystem. It’s about recognizing that modern development isn’t about mastering one tool—it’s about understanding how to orchestrate multiple tools to solve real problems. And it’s about using AI not as a replacement for learning, but as an accelerant that lets you learn faster and go deeper.