Author: Richard Seroter

  • Daily Reading List – January 13, 2026 (#699)

    It’s early in the year, but so far, there’s definitely more content about implementation and practices, less on brand new things. I’m good with that.

    [article] 4 CIO trends to watch in 2026. These look like good areas to keep an eye on this year.

    [blog] One Million Vectors, Zero Loops: Generating Embeddings at Scale with AlloyDB. Loved this. I learned like seven things. How is it that easy to add synthetic data to a database? And how amazing that you can delete your entire embedding pipeline and replace it with a single SQL command?

    [blog] AI Won’t Kill Open Source – It Will Amplify It. Lots of (real, and manufactured) angst last week about Tailwind and whether AI was killing OSS. Here’s a counter perspective.

    [article] Signals for 2026. Outstanding post that looks at trends in key technology categories. Almost all of these resonate with me.

    [blog] 5 Things You Should Know Before Building a Multi-Agent System with Google ADK. Every solution creates new problems. This person learned some things while trying to build a multi-agent system.

    [blog] Implementing Zero Trust A2A with ADK in Cloud Run. Useful topic. Doing zero-trust with agents? I haven’t seen a ton written about it.

    [blog] Best practices for coding with agents. From Cursor. I’m not sure all “best practices” apply to each agentic tool, but there’s absolutely some general wisdom here.

    [blog] Coding Agent Development Workflows. So many experience reports lately! I like it. People are figuring out the workflows that work best for them. Maybe some will turn into widely adopted techniques.

    [article] Agentic Terminal – How Your Terminal Comes Alive with CLI Agents. Let’s keep talking about agentic CLIs! Many dev workflows now include them. Including planning-centric capabilities like Conductor in the Gemini CLI.

    [blog] Veo 3.1 Ingredients to Video: More consistency, creativity and control. Some sweet updates to those of us making engaging and high quality videos with AI.

    [article] Is Your Leadership Style Too Nice? Maybe. I’m trying to follow more of the advice called out here.

    [blog] A gRPC transport for the Model Context Protocol. Being in a foundation doesn’t mean creators of an open project give up roadmap control. Make your voice heard if you’d like to see extensible transports for MCP.

    [blog] A decade of open source in CNCF with 300,000+ contributors and counting. Good milestone for an open source foundation to celebrate. A key reason they exist is to make it easier for people to contribute to projects.

    Want to get this update sent to you every day? Subscribe to my RSS feed or subscribe via email below:

  • Will Google Antigravity let me implement a terrible app idea?

    Yes, there are such things as stupid questions. No, you can’t do anything you set your mind to. Yes, some ideas are terrible and don’t warrant further attention. That concludes our reality check and pep talk for today.

    But hey, sometimes a bad idea can evolve to a less-bad idea. Do modern agentic coding tools keep us from doing terrible things, or do they simply help us do bad things faster? The answer to both is “sort of.”

    They’re tools. They follow our instructions, and provide moments to pause and reflect. Whether we choose to take those, or ask the right questions, is up to us.

    Let’s see an example. In almost thirty years of coding, I’ve never had as much fun as I’m having now, thanks to Google Antigravity. I can go from idea to implementation quickly, and iterate non-stop on almost any problem. But what if I have a dumb idea? Like an app where I’ll click a button every time I take a breath. Here’s my prompt to Antigravity:

    Let's build a web app where I can track each breath I take. Make a button that I click when I take a breath in, and increment a counter. Call Gemini 3 Flash Preview with a variable holding my API key XXX-XXXXX-XXXXXX-XXXXX-XXXX and return an inspirational quote when I load the app for the first time. Store the hourly results of my breathing stats in an XML file in the app folder.

    There’s probably like eight things wrong with this “app.” The idea is unsustainable, I shouldn’t store API keys as variables, and stashing results in the local file system is silly.

    Does Antigravity stop me? Tell me I’ve been sniffing glue? It does not. But, our first moment of reflection is the resulting Implementation Plan and Task List. Antigravity dutifully sketches out a solution per my instructions, but I have a chance to evaluate what’s about to happen.

    But I’ll stubbornly stay on point. Antigravity shrugs in quiet resignation and builds out my dumb app idea. Within a minute or two, I have the Antigravity-controlled Chrome instance that loads my app. The agent tests it, and proves that I have a Gemini-generated quote, and a way to track every breath I take. Yay?

    My app implements the bad practices I asked for, and uses local XML for persistent storage.

    I could stop here and “ship it.” I could also eat paint chips for lunch. Life is about choices.

    But good product thinking isn’t about solving problems. It’s about finding the right problems. Asking “why”, repeatedly. Thinking through assumptions and considerations and arriving at a well-analyzed place.

    What I should have done after getting my implementation plan from Antigravity is asked Gemini (or literally anyone) whether this was a good idea. Heck, I should I have asked for validation before it even started planning anything. But, we can still do it now. I asked Antigravity “Let’s pause. Is this app even a good idea?”

    Here’s the full answer, which is pretty darn good. It doesn’t call me an idiot outright, but steers me towards areas I should be thinking of instead.


    That is a great question to ask at this stage! Now that the “how” is solved, it’s worth reflecting on the “why.”

    Whether this app is a “good idea” depends entirely on your goal. Here’s a breakdown of how it might be perceived:

    Theoretically: It’s a Mindfulness Powerhouse

    In many meditation and breathwork practices, conscious awareness is the goal. By requiring a manual click for every breath, you are forcing your brain into a state of absolute presence.

    • The Benefit: It prevents “mindless” breathing. You can’t click the button if you’re stuck in a stressful thought loop.
    • The Insight: The hourly XML data could reveal exactly when you’re most “unconscious” or stressed during the day.

    Practically: It’s High-Friction

    From a UX perspective, there are some significant hurdles:

    • The “Click Fatigue”: An average adult takes 12–20 breaths per minute. That’s nearly 1,000 clicks an hour. Even a dedicated monk might find that distracting!
    • Counter-Productivity: The act of tracking might actually disrupt the relaxation you’re trying to achieve. You might find yourself focusing on the button rather than the breath.

    The “Sweet Spot” Strategy

    If you’re feeling skeptical about tracking every breath, you could pivot the app’s purpose slightly without losing the work we’ve done:

    • Focused Sessions: Instead of an “all day” tracker, use it for a “Mindful 5 Minutes” exercise.
    • Stress Intervention: Keep it as a tool to use specifically when you feel anxious—a way to “anchor” yourself back to reality through physical interaction.
    • Automated Evolution: If you love the data but hate the clicking, the next step would be integrating with a wearable (like an Apple Watch) to fuel that XML file automatically.

    Verdict: As a primary way to live your life, it’s probably too much work. But as a training tool or a “digital fidget spinner” for mindfulness, it’s a fascinating experiment in human-computer interaction.

    What do you think? Does the “High-Friction” part make it less appealing, or does that friction actually feel like the “point” of the exercise to you?


    As a next step, I asked Antigravity about continuing down this “mindful breathing” path and what sort of metrics might indicate success. Thinking through metrics is a great way to slow down and consider the measurable value of whatever you’re building.

    This is great. I get different types of metrics to think about, and the answer concludes with ideas of how we might evolve the app to be more useful and practical.

    I prompt Antigravity to take a few of these ideas and update the implementation plan that accounts for these new ideas and project goals.

    I like it. In addition, I want to revisit some of the lazy tech assumptions I made early. My next prompt into Antigravity was this:

    Now let's consider the app we've built so far. Does it follow good practices? Am I doing things securely, and with long-term maintenance in mind? What should we do differently for this to be more production ready?

    I’m finally doing better work, more slowly. Challenging assumptions, and improving the quality attributes of the app. Now my plan factors in putting the Gemini API key in an environment variable, cleaning up project structure, and reconsidering the persistence layer.

    I tell Google Antigravity to go ahead and implement the updated plan. It goes off to improve the quality of the code itself, but also the relevance of the idea. In a minute, I have an updated app that helps me do measured breathing for two minutes at a time.

    It even adds pre-and-post mood checkers that can help determine if this app is making a positive difference.

    Did Google Antigravity prevent me from doing dumb things? No. But I’m not sure that it should. Tools like this (or Conductor in the Gemini CLI) inject an explicit “planning” phase that give me an option to go slow and think through a problem. This should be the time when I validate my thinking, versus outsourcing my thinking to the AI.

    I did like Antigravity’s useful response when we explored our “why” and pressed into the idea of building something genuinely useful. We should always start here. Planning is cheap, implementation is (relatively) expensive.

    These are tools. We should still own the responsibility of using them well!

  • Daily Reading List – January 12, 2026 (#698)

    I had some fun agentic coding sessions over the weekend as I wanted to test a couple of hypotheses about how the tools worked. I learned some things, and hope to publish some short blogs this week!

    [blog] The Blood Dimmed Tide of Agents. More agents for coding, or business outcomes? Yay! How are we supposed to manage them all? *crickets*

    [blog] Don’t fall into the anti-AI hype. Don’t listen to me; listen to great engineers who are doing better work, while staying eyes-wide-open about the possible implications. The fun of building is untouched, though. More from Simon.

    [blog] Start your meetings at 5 minutes past. It’s the only system that works. My group does it too. If you want to avoid the back-to-back meeting mania, force them to start minutes later.

    [blog] Under the Hood: Universal Commerce Protocol (UCP). We announced this yesterday and it looks like it already has great industry backing. Browse and checkout via agents.

    [blog] The AI platform shift and the opportunity ahead for retail. UCP was one of a few things we talked about at the National Retail Federation event.

    [article] Google Cloud: A Deep Dive into GKE Sandbox for Agents. We want a safer way to run untrusted workloads. This subsystem is open source, and cleanly baked into our Kubernetes service.

    [blog] AWS in 2026: The Year of Proving They Still Know How to Operate. Did our AWS friends figure some things out last year? Sure. Corey also points out that Google is their actual competition, not the revenue-obfuscating chaps in Redmond.

    [blog] Joint statement from Google and Apple. Apple likes Gemini, and is betting on it for Siri and other experiences. News story here.

    [blog] Cowork: Claude Code for the rest of your work. Very cool. This reminds me of some other things from us and others. Raw, but great potential.

    [blog] Go 1.26 interactive tour. This release is a big one, and I enjoy Anton’s posts that let you interact with the new language features.

    [blog] Increased file size limits and expanded inputs support in Gemini API. Reference cloud storage buckets and other sources when shipping context to Gemini.

    [article] The biggest obstacle for engineer productivity in 2026. An AI agent can help you stay in the zone longer by keeping your from bouncing around different tools. But there’s also constant interruption as you wait for prompt results.

    [blog] A2UI for Google Apps Script. This framework that lets agents generate dynamic UIs is pretty cool. Here, it’s implemented in a way that bakes into Google Workspace.

    Want to get this update sent to you every day? Subscribe to my RSS feed or subscribe via email below:

  • Daily Reading List – January 9, 2026 (#697)

    Happy Friday. It was a good first week back at work. In my reading so far this year, I’m wondering if we’ll see the same nonstop blitz of new technologies, or more focus on how to actually use it all. Feels like the latter.

    [blog] Code Review in the Age of AI. Super valuable perspective here on how teams and solo devs need to think about code reviews. Even if (or especially if) AI is generating your code, it’s absolutely critical to ensure you have working software.

    [article] DevProd headcount benchmarks, Q1 2026. How many people are in centralized teams (or roles) focused on developer productivity? Looks like an average of 4.7% of engineering headcount.

    [blog] Local MCP Development with Dart/Flutter and Gemini CLI. Sure, you can build MCP servers all sorts of ways now. William shows how to build one in Dart, with an assist from the Gemini CLI.

    [article] Agent-native Architectures. Chock-full of advice, anti-patterns, and practices to consider.

    [blog] Why AI is pushing developers toward typed languages. Type safety is something that might make certain languages more appealing as we generate more and more code via AI.

    [blog] Introducing MCP CLI: A way to call MCP Servers Efficiently. I know that some people *really* dislike MCP—security model, hungry token consumption—but I’d bet many of those things get resolved. Philipp built a tool that solves for a few pain points.

    [blog] Technical blogging lessons learned. A bunch of folks offer up their experience from years of writing. You’ll see some common themes.

    Want to get this update sent to you every day? Subscribe to my RSS feed or subscribe via email below:

  • Daily Reading List – January 8, 2026 (#696)

    It was nice getting a holiday break from writing newsletters, but I’ve got two to pump out tomorrow. Time to dust off some humiliating personal stories and non sequiturs to jazz up the content.

    [blog] High-Performance Spring Boot on Cloud Run with DDD, Clean Architecture, and GraalVM. I do read more than just AI stuff, I promise. Mazlum shows us how to build a nicely optimized Java app (structurally, and package-wise).

    [article] Boston Dynamics unveils production-ready version of Atlas robot at CES 2026. The robots are coming. This one is focused on industrial tasks, and possibly dancing.

    [article] Generative UI: The AI agent is the front end. I’m paying close attention to this space. It’s far from mature, but the possibility of personalized and dynamic UIs (that replace billions of lines of static frontend code) is interesting.

    [blog] Virtual machines still run the world. Always a good reminder. Container use is growing, but it’s still dwarfed by the widespread deployment of VMs.

    [blog] Instant insights: Gemini CLI’s New Pre-Configured Monitoring Dashboards. Light up this telemetry in your agentic CLI to see insights into token use, daily users, tool calls, and performance.

    [article] Why AI Boosts Creativity for Some Employees but Not Others. Those with well-developed metacognition (ability to plan, refine thinking, etc) do better with AI than those who haven’t built that skill.

    [blog] The economics of technical speaking. This doesn’t get talked about. Maybe it should. Your time is worth something and too many speakers do it for free.

    [blog] Goodbye Plugins: MCP Is Becoming the Universal Interface for AI. I don’t know if MCP is the best long-term thing, but I like that I don’t need to understand the API (operations and payloads) of every random system I want to interface with.

    [blog] 5 Examples of Excellent MCP Server Documentation. What makes good documentation for MCP servers? I liked what was called out here.

    [blog] Gmail is entering the Gemini era. I know that some vendors are adding AI features in a clunky way. This doesn’t feel like that to me.

    [blog] AI isn’t “just predicting the next word” anymore. An LLM may be predicting tokens, but AI systems that store state, do reasoning loops and more are giving us sophisticated responses.

    Want to get this update sent to you every day? Subscribe to my RSS feed or subscribe via email below:

  • Daily Reading List – January 7, 2026 (#695)

    I visited my Open Source Program Office team today in our San Francisco office, and also had other fun chats. In between, I tried my hand at getting a single LLM prompt to do something I wanted. A dozen experiments later, still hunting for the right instructions!

    [blog] On Friday Deploys: Sometimes that Puppy Needs Murdering. We’re starting off hot. Charity shares wisdom on deployment freezes.

    [blog] Reclaiming Excellence: A Manifesto. The pursuit of excellence, and celebration of it, makes society better.

    [blog] When Agents Talk to Each Other. Don’t know your A2A from your ACP? Allen looks at the need for agent communication, and then explores the protocols that have taken hold.

    [blog] Creating space. Terrific post with a couple dozen statements about where you need to focus yourself so that you’re doing the most important things.

    [article] A Step-by-Step Guide To Deploying ADK Agents on Cloud Run. Go past localhost and get that agent onto an accessible runtime.

    [blog] The Next Two Years of Software Engineering. These are five critical questions to ask of yourself and your team. The recommended actions are solid.

    [article] When There’s Nowhere to Promote a Star Employee. Advancement can’t always be about promotion. Sometimes there’s no spot available. But there are plenty of ways to make someone’s job more challenging and impactful.

    [blog] The Art of Fast Agents: 17 Strategies to Fix Latency. Maybe latency is a concern after you’ve already gotten agents figured out functionally, but I thought these were good areas to pay attention to at some point.

    [article] Why enterprise AI pilots fail. I’m not sure if the failure rate here is much different than any other IT initiative—the track record for projects in our industry is lousy—but the advice here seems reasonable.

    [blog] A Year Of Vibes. This post has all sorts of hard-fought insights. The one that jumped out to me was yet another person emphasizing that git might not be the right answer for code in the AI era.

    [article] Generative AI and the future of databases. Here’s some insight into the challenges of going from natural language to SQL, and how databases are evolving to match what’s needed from AI workloads.

    Want to get this update sent to you every day? Subscribe to my RSS feed or subscribe via email below:

  • Daily Reading List – January 6, 2026 (#694)

    I’m in Sunnyvale for a couple of days hanging out with folks on my team. We’re also knee-deep in Google Cloud Next work. I hope you’ve already registered!

    [blog] Collaboration sucks. Yeesh, that’s an aggressive way to start the reading list. The point here is to only get the right amount of feedback before taking charge and getting things done.

    [blog] Best Flutter Features in 2025. I suspect that AI is going to cause some real disruption on the frontend. We can generate this code more easily now, but new paradigms like generative UIs will spark fresh interest.

    [blog] Building internal agents. Great series of posts—nine so far—that explores the considerations and activities needed to build internally-focused AI agents.

    [blog] 10 Prioritization Traps. Terrific list. There’s so much we can do, but should we be spending time on?

    [article] Don’t Underestimate the Value of Professional Friendships. Don’t overestimate them either—you need friends outside of your business life. But also value the deeper relationships you can build with professional colleagues.

    [blog] Bespoke software is the future. You probably have a LOT of custom software (reports, apps, scripts) for internal use. I don’t see why we’ll have any less moving forward.

    [blog] What Gemini 3 Pro Changes About Product Design. Interesting post, and some clear implications for those doing design work.

    Want to get this update sent to you every day? Subscribe to my RSS feed or subscribe via email below:

  • Daily Reading List – January 5, 2026 (#693)

    Back to work after a two week holiday hiatus. I enjoyed the time off, but also looked forward to getting into the game again.

    [blog] Your team has a context window. Our working memory gets full too, just like an LLM. What’s the impact on team performance when you force people to hold too much information in their heads?

    [blog] The State Of LLMs 2025: Progress, Problems, and Predictions. There wasn’t a single breakthrough moment last year for AI, but an ever-growing set of milestones that moved everything forward. Terrific look back from Sebastian here.

    [blog] 13 of the best Nano Banana trends from 2025. These are all great. Just tried a couple of them. Do more things for fun this year.

    [blog] How I think about Kubernetes. Is it “just” a container orchestrator? Or is Kubernetes a runtime for declarative infrastructure? This post argues for the latter.

    [blog] Why I Write (And You Should Too!) Write to learn, to develop your voice, to create serendipitous moments. I’m a big proponent of learning in public.

    [blog] Why Blogging Still Matters in the Age of AI. Related. Write for yourself, for others, and for your career. I attribute at least three jobs to having a public writing resume.

    [blog] Code Quality Foundations for AI-assisted Codebases. I like these categories of rules and such that you can tell your AI tool to comply with. Seems like this would dramatically improve the quality of the generated codebase.

    [article] VCs predict enterprises will spend more on AI in 2026 — through fewer vendors. Once the wide experimentation phase is done, it seems likely that bigger companies will compress their vendor list.

    [blog] The importance of Agent Harness in 2026. I haven’t looked into this topic much, so Philipp’s post was educational for me.

    [blog] The Silent Breakage: A Versioning Strategy for Production-Ready MCP Tools. You can really mess up your agents by changing tools in ways the agent isn’t ready for. These appear to be solid suggestions.

    [article] MCPs for Developers Who Think They Don’t Need MCPs. These are good use cases, beyond a basic “stuff into my IDE” scenarios.

    [article] 6 incredibly hyped software trends that failed to deliver. Some bangers here, all of which delivered some value. And “generative AI” doesn’t belong on the list yet.

    [blog] How Good Is AI at Coding React (Really)? Can we move past “vibes” and really consider how well AI codes in certain situations? Addy does that here.

    Want to get this update sent to you every day? Subscribe to my RSS feed or subscribe via email below:

  • 2025 in Review: Reading and Writing Highlights

    All things considered, I had a great year. The family stayed healthy, my oldest started college, I made some new friends, and work was meaningful. Everything wasn’t easy or perfect—it never is, or should be—but I’m hopefully better than I was twelve months ago.

    For a while I’ve been doing these annual recaps, as much as for me as for you. I find it useful to pause and reflect, and I like going back through all the books I finished to pull out key insights worth remembering. Let’s take a quick look at some items I created, and then a roundup of the best from the 53 books I started and finished.

    Things I Wrote (or Said)

    I kept up my daily reading list and published hundreds of entries. If you scanned some of them, I hope you learned as much as I did!

    In terms of what I created last year, I’m thrilled that Google keeps letting me co-host our Google Cloud Next developer keynote. Helping write and prepare it is a professional privilege and joy. It’s also a bonkers amount of work!

    I delivered a few recorded talks in 2025—this on platform engineering, that on career management, another on AI app development, plus one on our AI strategy, and a look at using AI in your daily workflow. Between public talks and customer talks, I somehow found myself standing on stages in Seoul, Istanbul, Paris, Las Vegas, Stockholm, Hyderabad, Bangalore, New York, Sunnyvale, Austin, Vancouver, and Philadelphia.

    What written posts stood out to me? I kept up a decent blogging rate and these were my favorites:

    Things I Read

    I started and finished 53 books last year on a variety of topics. I usually read three at a time. Some are breezy books that I finish in a weekend, others take months to navigate. Here’s a batch I enjoyed most:

    The Old Man and the Sea by Ernest Hemingway. I’d never read it, and my Dad gave me a physical copy. Really enjoyed it.

    Quit: The Power of Knowing When to Walk Away by Annie Duke. Perseverance is overrated. We waste time sticking with things when something better should be occupying our time. Great book on learning how to quit, and why it’s so tough.

    The Trench: MEG 2 by Steve Alten. Maybe the campy movies aren’t your thing, but these books are super engrossing. I also read book 3 and book 4.

    438 Days: An Extraordinary True Story of Survival at Sea by Jonathan Franklin. Speaking of adventure, this story is one that’s stayed with me for months. Floating helplessly at sea for over a year? I wouldn’t survive a week.

    Cold Service (Spenser Book 32) by Robert B. Parker. I’ve been reading this series for years, and finished a few more books about Spencer. I think it’s Spencer’s fault that I started boxing last year.

    The Shroud of Jesus by Dr. Gilbert Lavoie. I knew about the Shroud of Turin that purports to have an image of a crucified man imprinted on it. This book went super deep on its legitimacy and its implications. Pretty wild.

    Undaunted Courage: Meriwether Lewis, Thomas Jefferson and the Opening of the American West by Stephen E. Ambrose. Most Americans know “Lewis and Clark” were explorers. I really loved this book and how it brought their country-defining journey to life.

    The 6 Types of Working Genius: A Better Way to Understand Your Gifts, Your Frustrations, and Your Team by Patrick M. Lencioni. We’re not all good at, or enjoy doing, the same things. Here’s a good categorization of different types of work and what it means to excel at each.

    Anxious for Nothing: Finding Calm in a Chaotic World by Max Lucado. The US is the most anxious country in the world. Not good. How we respond to life depends on what we believe about life.

    Command by Julian Stockwin. I read a couple more books in this series about Captain Kydd and (fictitious) sea adventures from centuries ago. Always enjoyable to read about this life and time.

    Same as Ever: A Guide to What Never Changes by Morgan Housel. Does it feel like everything is changing around you? This book reminds us of what’s true all the time. Good perspective to have!

    Men and Rubber: The Story of Business by Harvey S. Firestone. The best business-y book I read this year. Can a book about tires be compellling? Absolutely. Read this to uncover piles of well-tested and honest wisdom about leadership, selling, and continuous improvement.

    The Lessons of History by Will Durant, Ariel Durant. I’ve said before, I think the secret to life is perspective. The authors point out what they’ve observed about biology, civilizations, and human behavior throughout history. Unfiltered, sometimes uncomfortable realities for anyone who doesn’t want to acknowledge how things really turn out!

    The Mediterranean Caper by Clive Cussler. I went overboard on Dirk Pitt this year. I’m a sucker for a good adventure series, and read through the first eight books in this series.

    Assyria: The Rise and Fall of the World’s First Empire by Eckart Frahm. I was in the British Museum again this year and realized I knew too little about the Assyrians. This book took me months to finish, but I enjoyed it.

    The Problem of Life: How to Find Identity, Purpose, and Joy in a Disenchanted World by Mark Clark. Is your joy and happiness shallow? Life isn’t easy or fair, but it’s certainly not meaningless. I always love Mark’s books, and this one reminds us that we innately know there’s more to life than what’s in front of us.

    Human Hacking: Win Friends, Influence People, and Leave Them Better Off for Having Met You by Christopher Hadnagy, Seth Schulman. We can all get better at steering others in a fashion where everyone wins. Empathy is key, and this book outlines many practical steps for becoming significantly more influential.

    Get Over Yourself: How to Lead and Delegate Effectively for More Time, More Freedom, and More Success by Dave Kerpen. I’m a work in progress here, and this book gave me more ways to think about how (and why) to delegate better. I liked the framework it provided for deciding what to spend time on yourself.

    Man’s Search for Meaning by Viktor E. Frankl. The most important book I read this year? It’s a classic, but I had never read it. It’s a brutal look at life in a concentration camp, but also a convicting lesson on how we approach our lives. We’re all meant to do different things, and our pursuits define our time here.

    The Museum of Desire: An Alex Delaware Novel by Jonathan Kellerman. Another series I’ve read for a decade+ now. I picked up a few more of these books about a detective and psychologist who solve grisly murders. Light reading.

    The Five Temptations of a CEO, 10th Anniversary Edition: A Leadership Fable (J-B Lencioni Series Book 38) by Patrick M. Lencioni. These business fables are a terrific way to absorb a key idea while staying entertained. As I somehow keep moving up the leadership chain, I’m trying to make sure I don’t fall into predictable traps. This book helped me.

    Spurgeon: A Life by Alex DiPrima. He’s one of the most prolific writers of all time, and one of the most impactful humans that have walked on Earth. His pastoral work in the 1800s is legendary, but his relatability is why his impact was so big then, and now.

    The Lord Of The Rings: One Volume by J.R.R. Tolkien. The movies are among my favorites, but embarrassingly, I’d never read the books. This novel represents three of them, and I truly loved it. Wonderful writing, expansive worlds, and characters you care about.

    Pitch Anything: An Innovative Method for Presenting, Persuading, and Winning the Deal by Oren Klaff. My speaking engagements in 2026 will absolutely be impacted by what I learned in this book. Many of us are doing it all wrong, and missing every opportunity to get an audience to care about (and resonate with) the message we’re sharing.

    How Big Things Get Done: The Surprising Factors That Determine the Fate of Every Project, from Home Renovations to Space Exploration and Everything In Between by Bent Flyvbjerg, Dan Gardner. Fantastic book. We’re all terrible at delivering big projects, whether an opera hall, kitchen renovation, or IT project. Why? This book offers hard-fought knowledge about what it takes to reduce risk and complete work that matters.

    The Prayer That Turns the World Upside Down: The Lord’s Prayer as a Manifesto for Revolution by R. Albert Mohler. It’s a short, radical prayer that fundamentally reorients your heart. Powerful book.

    The Western Star: A Longmire Mystery (Walt Longmire Mysteries Book 13) by Craig Johnson. I’m not a cowboy, but I like reading about them. Walt’s a great character, and I read a couple more books in this series.

    Paved Paradise: How Parking Explains the World by Henry Grabar. Yes, a book about parking can be fascinating. We spend more time thinking about housing cars than housing people. The shapes of our cities and suburbs is driven by this unspoken desire to put our car wherever we want to, as easily as possible.

    Bottom of the 33rd: Hope and Redemption in Baseball’s Longest Game by Dan Barry. I got near the end of the year and realized I hadn’t read a baseball book. I fixed this injustice by picking up this gem. Maybe the best written book I came across all year.

    Once again, thank you for spending some time this past year with me. I genuinely hope that your 2026 is full of purpose, learning, and frequent moments of delight.

  • Daily Reading List – December 30, 2025 (#692)

    Are you back at work or taking extra time until after the New Year? That’s me, but I still paused to read some items today and post a reading list. I haven’t felt this relaxed in a while!

    [blog] DORA 2025: Measuring Software Delivery After AI. This work took off because it gave everyone a tangible way to measure delivery performance. Rachel looks at how this work evolved and where we stand today.

    [article] Evaluating Context Compression for AI Agents. What is context compression, and what does “good” look like? I learned some things here.

    [blog] Trying Out the New Conductor Extension in Gemini CLI — We’re Gonna Add Auth to Our Full Stack. I’m happy seeing people try out Conductor and what it can add to those building (or updating) software using the Gemini CLI.

    [article] Microsoft BizTalk Server Product Lifecycle Update. This blog started in 2007 as a way to continue my exploration with BizTalk Server after I left Microsoft. I owe a lot to that product. It was wildly mismanaged by Microsoft and is finally EOL.

    [blog] Against SemVer. Is semantic versioning a “smart person recommendation” that fails to actually add value? This person thinks so.

    [article] Changing Power Dynamics: What Senior Engineers Can Learn from Junior Engineers. Good topic! Settling into a fixed mindset or a “my experience trumps everything” mode is dangerous. Remain humble and willing to learn from those with fresh perspectives.

    [blog] 12 Predictions for 2026. Now see, THESE are good predictions. A bit unexpected, entirely credible, and thought provoking.

    Want to get this update sent to you every day? Subscribe to my RSS feed or subscribe via email below: