Where Am I?

Every time I glance at my phone, this view reminds me exactly of where my feet are right now.

I have a deliberate business ritual: whenever I am traveling for work or diving into a specific market, I need to be entirely present. No distractions about what my Hong Kong looks like, what hour it is back home – just absolute focus on the task at hand.

That’s why my lock screen always displays an image of my current local city instead of my hometown. I intentionally pull these photos from my own album – shots I’ve personally taken during my travels. It serves as a meaningful, visual trigger to instantly switch my context to the local market. Focus, focus, focus… on the real work.

But being “present” in 2026 means something entirely different than it did just a few years ago. As professionals, we are all navigating an era of ubiquitous AI. It saves us time, but it also forces us to ask a critical question about where we direct our daily attention:

What is your real work goal today?

➡️ Is it merely managing and polishing the outputs of an AI tool?

➡️ Or is it leveraging your deeply earned expert knowledge to guide, prompt, and orchestrate those tools to do the work?

For me, the value isn’t in letting AI take the wheel while we passively watch. True leverage comes from using our human intuition, strategic vision, and local context to steer it in the right direction. Just like my phone wallpaper, it all comes down to where you choose to place your focus.

Curious to hear from my network – what is your business travel ritual and how are you redefining your “real work” in the age of AI?

#FutureOfWork #AI #BusinessRituals

The Digital Print and Footprint

The Digital Photo Dilemma: What happens to all those pictures we take?

We snap countless photos every single day and on every trip we take. But once the moment passes, how do you treat or reuse your photos?

Instead of letting them gather digital dust on my hard drive, I decided to try something different. While I regularly use my own shots in my presentations, I’ve started hand-picking a few of my favorites for some years and hosting them on #Unsplash – completely free for anyone to download.

Then, the experiment began…

I am always curious about how other people perceive and appreciate my photography. I realized the best way to find out is to see exactly how they use my photos out in the wild on their own blogs, articles, or websites.

By making these photos freely available to other netizens, I can trace their journey across the web and see the unique, creative contexts they end up in.

I recently did another deep dive to see where my images have traveled, and it’s been incredibly rewarding. Here are the results of my latest Google Image search! 👇

Photography #CreativeCommunity #DigitalFootprint #PhotographyExperiment

Clear Thinking > Fast Typing

I came across this “relic” today – my old IBM Flowcharting Ruler.

In the “good old days,” before typing a single line of code onto a punch card, we had to be incredibly intentional. Computer time was expensive and punch cards weren’t free. We used these rulers to meticulously map out program logic, followed by hours of “desktop debugging” before the hardware ever saw our work.

Fast forward to 2026, and the game has changed. We are in the age of Chat-to-Code. With a simple Product Requirements Document (PRD) or a solid implementation plan, AI can generate entire application with hundreds line of code in seconds.

But here is the reality: The tool has changed, but the “Golden Rule” hasn’t.

Clear Thinking > Fast Typing

Just because we can generate code instantly doesn’t mean we should do it blindly. In the age of AI, your clear thinking is still your most valuable asset.

➡️ Garbage In, Garbage Out: If your requirements or logic is fuzzy, your AI-generated code will be a hallucinated mess.

➡️ Architectural Integrity: AI is great at writing functions; humans are still the masters of designing systems.

➡️ Efficiency: A well-structured prompt born from a clear plan saves hours of “prompt-tweaking” and debugging later.

The Lesson from the Ruler

Back then, we planned to save punch cards. Today, we plan to save technical debt and architectural drift.

Whether you’re using a plastic stencil from the 70s / 80s or the latest LLM, the secret to great software remains the same: Understand the requirements and logic before you touch the keys.

How much time do you spend “ruling out” your logic before you ask AI to build?

#SoftwareEngineering #GenerativeAI #Flowchart #Programming