On AI

My perspective on AI: building systems that enhance human capability and organizational effectiveness. AI is a strategic tool. How we deploy it shapes competitive advantage.

Artificial Intelligence is transformative and carries great promise. We are building and experimenting better than ever before, learning in new ways, and finding productivity unlocks that could've only been dreamed up a few years ago.

As a dad in the midwest, it doesn't matter much to me how AI impacts me - but it matters a whole lot how it'll impact my little girl. I seek to find synergies in human-AI collaboration that enhance learning experiences and give time - our most precious resource - back to our families.

My AI Philosophy

AI is a tool, not a search engine

Most people today still treat AI like a search engine instead of as a tool. Where many leaders shift the narrative to say "AI instead of people," I believe strongly that AI productivity + human creativity is how we get to peak efficiency and outcomes with the technology. Use it wrong and you get slop. Use it right and you multiply what you're capable of.

Blind trust destroys credibility

Many people trust AI blindly, copying and pasting ChatGPT speak with emojis they've never used before onto platforms like LinkedIn. AI can be an effective writer, but it also has to sound like you and be grounded in fact. One hallucination copied and pasted into a social platform will immediately turn a thought leader's credibility upside down. This is the core thesis behind Ember—generating content in a user's voice, grounded in research around topics they actually care about.

Physical AI is underhyped

If I train an AI on only contextual information from the web, my results will be mixed. Just think: Facebook is 60% of somebody's uncle's political rants, and 50-60% of the content on StackOverflow is code that didn't work. Physical AI—wearables, AR glasses, robotics, handheld devices—brings context that doesn't exist in these tools today. People are generally more pleasant and thoughtful in face-to-face interactions. This context powers better outcomes through connected systems.

Small language models are the future

Most of the AI hype is around LLMs, but small language models will actually be more effective across vertical tasks in important fields like computer science and medicine. The biggest leap in AI isn't a bigger model—it's smarter placement of it. Think mobile phones, not mainframes.

This philosophy directly shapes my strategic work: Ember explores how to scale authentic voice responsibly. My partnerships with frontier autonomous companies focus on how autonomous technology integrates into human-centered operations. Every initiative reflects this conviction: AI should enhance human capability and organizational effectiveness, not replace human judgment.

What Concerns Me About AI

Guardrails are critical

I see firsthand people taking AI slop and trusting it as if it's gospel. AI has propelled ads, spam, and malicious content alongside all of the good we've gotten from it. AI doesn't know if it's "helping" by pen-testing a developer's benign software or if that developer is actually instructing it to exploit a new zero-day to attack a bank. The technology needs thoughtful guardrails.

The knowledge atrophy problem

Having AI do EVERYTHING for you is bound to cause an ultimate loss of knowledge. I've seen students submit AI-written essays or research contributions, and I've seen where hallucinations have caused them to get it wrong—or they can't complete a test or answer basic questions in a field because they didn't do the work. ChatGPT did. We must learn to work WITH AI, not have AI do everything for us.

The Human Future

Humans become orchestrators

Humans will move more into an orchestration role, enabling them to 10x productivity if they use these tools effectively. AI can give us more time back to spend on the human things we love—like spending time with our families and friends. If used effectively, we can learn, build, dream, and do—faster.

Relationships remain everything

I believe relationships are today, and still will be, the single most important thing in our lives. The Harvard Grant Study—one of the longest studies of adult life ever conducted—confirms this: close relationships, more than money or fame, are what keep people happy throughout their lives. AI should serve this truth, not replace it.

AI Should Be Fun

The joy in AI

In between working on AI content, building AI-powered software systems, and researching AI, we've got to recognize its power to have a little fun, right? I used Google's Nano Banana Pro to visualize my career journey as a 16-bit adventure map—because sometimes the best way to appreciate how far you've come is to see it through a lens that sparks joy.

Multi-model approaches win

Today's AI models are becoming better and better at research and discovery. But if you're looking for better results, I implore you to try a multi-agent system with a multi-model approach. The old adage "garbage in, garbage out" still applies—but with multiple models cross-checking each other, you're far less likely to let garbage through.

AI as the great equalizer

The potential for AI to reduce technical barriers for new founders is real. Low-cost experimentation is readily available, but it takes support from community, industry, and government to nurture small startups into high-powered companies. AI could be the great equalizer—if we fund the bridge.

Sharing the journey

I share my experiments, wins, failures, and learnings from my research in Human-Computer Interaction and Artificial Intelligence as I go. The best way to learn is to build in public.

The Strategy & Innovation Saga of Tristan Nolan - A 16-bit style career journey map

My career journey visualized with Google's Nano Banana Pro - Super Mario World style

On Agentic Development

We're all learning this together

AI is rapidly evolving and still "new" by any stretch. The gap between a learner and teacher is still relatively small. My best advice for anyone wanting to use AI for marketing, product, or sales: just give it a shot, learn through experimentation and collaboration, and refine your process over time. There are no shortcuts on a path that has yet to be created.

Understand what AI learned from

We still need engineers who actually know how to build things. A model trained on developer forums and public repositories is learning from a skewed dataset: roughly 50% broken code with issues, 50% solved problems. The really good stuff - working, secure, scalable, well-architected production systems - almost never exposes its source code publicly. AI is learning from the visible debris of software development, not the invisible foundations that actually work. If you don't understand what the AI learned from, you can't predict where it will fail you. The future isn't "AI replaces engineers" - it's engineers who understand both the system and the AI's blindspots becoming 10x more valuable.

Embodied context is the next frontier

Our AI is missing more than data - it's missing humanity and context from the real world. We often assume "digital context" equals full context, but internet-only data is fundamentally noisy: keyboard warriors, sarcasm, echo chambers. When AI observes not just text, but how humans act, move, and interact in physical space, it gains materially richer context. Wearables, AR glasses, robotics, and handheld devices capture motion, gesture, and environment - not just keyboard inputs.

The AI Box Model

Think about how we started - with AI in a chat window. That chat modality is "AI in the box": limited reach to external systems, trained on far more than you'd generally ask it about, constrained to simple question-and-response patterns. Then we connect the boxes - an LLM linked to a CAD system via MCP server, or a simulation engine that doesn't just answer questions but actually acts on your behalf. Finally, we move to "out of the box": AI everywhere, with connected systems and platforms generating the specific context you need. Vertical training creates specialist-level outputs versus the generalist responses you'd get from search. The biggest leap in AI isn't a bigger model - it's smarter placement of it. Think mobile phones, not mainframes.

The Antagonist agent

Traditional AI coding assistants have a fundamental flaw: they treat every interaction as isolated. The context dissolves. Rather than using a single AI agent, I orchestrate teams of specialized agents with persistent memory and adversarial quality control. The most critical innovation? The Antagonist agent - an AI specifically designed to never provide positive reinforcement. It identifies vulnerabilities, questions assumptions, and refuses to acknowledge progress until issues are genuinely resolved. This inverts the typical AI tendency toward affirmation and creates a forcing function for quality. If AI systems perform better with formalized adversarial roles, perhaps we should reconsider how we treat critical evaluation in our own processes.

Multi-agent orchestration in practice

Below is a screen capture of four Windsurf AI coding agents working simultaneously on different git worktrees for the same codebase. A fifth window (not shown) serves as the orchestration layer—directing tasks, resolving conflicts, and ensuring coherent progress across all workstreams. This isn't theory; it's how I actually build.

Four AI agents working in parallel across git worktrees, orchestrated by a fifth

Making agentic AI accessible

I've always believed that the true promise of AI is its ability to elevate our own capabilities - to make us all better. But for many, this technology remains locked behind a wall of complexity. My goal is to make agentic AI workflows accessible to everyone, regardless of technical background - teaching the principles of automation, not just a single tool.

Never copy/paste - always refine

I am strongly against copy/pasted AI output. It must be refined, nurtured, and verified. Context and data must be appropriate to ensure factually and directionally correct outputs. We must be mindful of blind spots that actually hinder us - both the AI's limitations and our own tendency to over-rely on its outputs without critical evaluation.

The Tale of Two AIs in Academia - Pro-AI vs Anti-AI perspectives with statistics

An infographic I created with GPT Image 1.5 exploring contrarian views on AI in academia

What I'm Building

Making Dinosaur Videos for My Daughter

My absolute favorite use case for AI is making "fun fact" dinosaur videos for my 4-year-old daughter. You know your kids best. I know mine loves dinosaurs - so I decided to surprise her.

Here's what I did (in less than 10 minutes):

  • ChatGPT"Tell me a fun but little-known dinosaur fact for a 4-year-old"
  • Veo 3.1Google's AI video model generates realistic dinosaur clips
  • ElevenLabsSubtle background music to set the mood
  • Adobe PremiereBring it all together with my own voiceover
Father and daughter watching dinosaur video on tablet

Generated with Nano Banana Pro

The Recipe

"Hi baby, it's dada! Want to know a fun fact about the Triceratops?" + realistic dino clip + fun fact + another clip + horrible dad joke + "I love you!"

She watches them on repeat, giggling the whole time. No studio. No budget. Just tools that didn't exist 2 years ago. The future of parenting is personalization - and AI makes that possible.

Ember - A Multi-Agent System for Professionals

Launching January 2026

Ember is something I built on my own, using Windsurf, Claude Code, and Google Antigravity. This tool deploys ADK/A2A, Claude Agent SDK, and models from OpenAI, Anthropic, and Google to achieve its mission - a multi-agent system for busy professionals who want to keep up with their networks.

It connects with over 30+ external services via API, MCP, and RSS to curate research and fact-check information in real-time. Built from the ground up with agentic architecture patterns.

Join Waitlist
Ember logo

My AI Stack

The tools and platforms I use to build AI-powered products

As an affiliate, I may earn commissions for referrals to some of these resources.