System Design

6 articles

Last updated:

Article

Standard chatbots have a fatal flaw for professional work: they start from zero every time.

Sure, you can drag and drop your strategy files into the chat window at the start of every session. I did that for months. It works, until you forget one file and the AI builds a strategy based on last month's thinking.

At first I would solve this by building custom GPTs and Gemini Gems pre-loaded with both specific directions and important documents like my brand voice, pricing models, and audience research. This gave the AI the permanent context it needed to generate high-quality outputs.

GetViajo
Article

If you're responsible for a brand's reputation, you're likely facing a challenging paradox. The pressure to scale content and improve efficiency has never been higher, and generative AI is often sold as the silver bullet. Yet, the risk is significant.

The idea of publishing a plausible-sounding AI hallucination is a high-stakes concern. A single, confident-sounding error can erode years of trust.

This isn’t a theoretical problem. I faced this challenge while architecting the content pipeline for GetViajo.com. The engineering constraint was severe: I needed to produce high-volume, expert-level content to seed the platform, but I could not compromise on accuracy...

GetViajo
Article

A common failure point in marketing infrastructure is the Data Black Hole—the moment a user crosses a system boundary (e.g., email to product) and loses their identity.

When this happens, a loyal customer becomes an anonymous visitor. You lose the ability to tie product usage back to acquisition source, making it impossible to accurately calculate LTV or identify churn risks.

My approach is to engineer product resilience and [[MyApproachtoEnsuringMarketingDataIntegrity|data integrity]] into the foundation. The requirement is simple: every customer interaction must generate a clear, actionable business signal.

This article walks through the two major system failures I had to fix...

GetViajo
Article

You're looking at your analytics dashboard, and 80% of your traffic is labeled "Direct." You know this is wrong. Your team is running campaigns on LinkedIn, Reddit, and paid search, but you have no clear view of what's actually working. You're spending a budget but can't calculate the ROI, and you're being asked to make strategic decisions based on data you fundamentally don't trust.

This is a common failure point in marketing strategy.

Analytics fails at the "first mile": data entry. Companies often try to solve this with policy (e.g., "everyone please use the new spreadsheet"), but relying on human...

GetViajo
Article

For eight years, I ran a marketing consultancy. While I specialized in SEO and Content, I was inside dozens of businesses, and I kept seeing the same story. A company would hire me to fix a symptom, like low traffic, but I'd immediately see deeper issues: their tools disconnected, their analytics were a mess, they'd have critical bottlenecks in their systems, etc.

The incentives were often misaligned. Companies usually hired me to execute specific tactics, not to fix their infrastructure. Even when I identified the deeper data leaks, the scope of work (and the urgency for immediate traffic) rarely allowed...

GetViajo
Article

Revenue leakage is a silent killer for digital products. You launch a premium report or audio course, and within a week, the direct S3 link appears on Reddit or Discord.

While you cannot stop a determined pirate from re-hosting a file, you can (and must) stop the far more common vector of casual link sharing.

This occurs because most "security" implementations protect the page, not the asset. They hide a permanent link behind a login wall. Once that link is exposed, authentication becomes irrelevant.

When I started building out the premium content library for GetViajo.com, my personal R&D lab for...

GetViajo