Podhajský reveals why read-only AI beats agents for personal growth

AI Engineer////2 min read

The Observer Pattern for Human Cognition

Most personal AI projects focus on agents that act—sending emails, booking flights, or managing calendars. Šimon Podhajský argues for the opposite: a read-only "Observer" system named Fulan. By stripping away write permissions, we create a safe space for the AI to analyze "cognitive exhaust fumes"—the digital byproducts of our thoughts found in browser history, journals, and task managers. This system isn't a broken butler; it's a diagnostic tool for the human engine.

Podhajský reveals why read-only AI beats agents for personal growth
Cognitive Exhaust Fumes, or: Read-Only AI Is Underrated — Šimon Podhajský, Head of AI, Waypoint

Building the Fulan Architecture

The system operates across three distinct zones. The sources remain read-only, ensuring the AI never contaminates the underlying data. Analysis occurs in the workspace, and insights land in a separate Obsidian vault. To implement this, Podhajský utilizes a Python script that orchestrates data retrieval and interfaces with the Anthropic API.

# Conceptual logic for a Claude skill execution
def run_weekly_reflection():
    data = read_only_sources.get_all_activity()
    reflection = anthropic_client.generate_structured_output(
        prompt=PROMPTS['weekly_reflection'],
        context=data
    )
    save_to_obsidian(reflection)

Cross-Source Magic and SQLite Integration

The real power lies in cross-source signal detection. A standard CRM doesn't know what you're reading, and your browser doesn't know your contacts. By querying the Vivaldi SQLite database for browser history and matching it against a Clay CRM, Fulan identifies networking opportunities based on current interests. This requires "bash sorcery" on behalf of Claude to navigate local databases and map entities across silos.

Security and the Lethal Triquetra

Operating a system with this much personal data carries asymmetric risk. Podhajský references Simon Willison and the "lethal triquetra" of security: private data, untrusted content, and external communications. Even without write access, the mosaic effect—where small pieces of info form a devastatingly clear picture—remains a threat. The goal isn't perfect security, but a conscious examination of the risks you choose to carry.

Topic DensityMention share of the most discussed topics · 17 mentions across 16 distinct topics
Fulan
12%· products
Anthropic
6%· organizations
Anthropic API
6%· products
bash
6%· programming languages
Claude
6%· products
Other topics
65%
End of Article
Source video
Podhajský reveals why read-only AI beats agents for personal growth

Cognitive Exhaust Fumes, or: Read-Only AI Is Underrated — Šimon Podhajský, Head of AI, Waypoint

Watch

AI Engineer // 11:31

We turn high signal in-person events for the top AI engineers, founders, leaders, and researchers in the world into the best free learning opportunities for millions around the world here on YouTube. Your subscribes, likes, comments, speaking, attendance, or sponsorships goes a long way toward making our biz model sustainable indefinitely. We strongly believe this industry deserves a better class of community and that we know how to do this well; we just need your support.

Who and what they mention most
Anthropic
26.9%21
Claude
21.8%17
OpenAI
19.2%15
Cursor
15.4%12
2 min read0%
2 min read