ATHOS
Architecting Teams for High-performance Outcomes & Scale
EXPLORE ↓
THE HUMAN IN FOCUS
Leadership Culture Architecture
Ownership culture. Not management. Architecture.
THE BUSINESS REALITY

Every organisation runs on revenue. That's not cynical — it's the system. The question isn't whether money matters. It's: who makes it? People do. People who own their work make more. Your culture IS your business strategy.

Let's talk about the money.

Revenue follows ownership. When your team genuinely owns their work, nobody needs to be told what matters. They already know. Because they built it.

Listen to Wolf on this topic
HERO IMAGE COMING SOON
THE RESTLESS MIND
My AI Evolution
Need → Build → Learn → Pivot → Build Again.
THE HONEST TRUTH

On a scale of 1 to 10 as an AI professional, I’d place myself at a 1.5. There’s so much to know, so much to learn, so much complexity I haven’t even touched the surface of.

These projects might look like “wow” to those who haven’t tried it — but that’s the one-eyed among the blind.

I’m not the AI expert. I’m the person who uses it to manoeuvre through the world in a better way. The difference matters. Only by doing it do you understand what doing it means — and to earn respect from the people who do this professionally, you have to show that you’ve done it yourself.

IF YOU WANT TO DO WHAT I DID

Don’t do what I did. Do what you want to do. Think about an outcome. Then plan backwards from there.

Every project below was born from a real need. Not an exercise. Not a tutorial. A genuine problem that needed solving — and nothing existed to solve it.

Some worked. Some failed spectacularly. Each one taught something the next one needed. That’s The Restless Mind in action — a brain that doesn’t sit still, doesn’t accept failure as final, and constantly searches for a better way.

01 — THE SPARK
Anamorphic Lens Converter
Anamorphic Lens Workflow

The need: Photography shot with a fully manual anamorphic lens produces squeezed images. Every frame needs de-morphing before editing. After research — nothing existed to batch-process this.

What I built: macOS desktop app. Electron + React + TypeScript. Uses dnglab for RAW conversion, ffmpeg for de-squeeze, exiftool for metadata. Five modules. Drop files in, get corrected images out.

Why it matters: First time I said “Hello Claude, build me something” — and it worked. A real tool solving a real problem. The spark that lit everything that followed.

→ GitHub: wolfschram/anamorphic-lens

02 — THE CURRICULUM
Jenny — AI Assistant (v1–v3)
Jenny Evolution Workflow

The need: An AI second brain. Something that captures what I say, understands what matters, and helps me remember what my ADHD brain forgets. Nothing on the market was designed for neurodivergent minds.

What I built: Three versions. v1: concept docs + MCP server spec. v2: Swift/Xcode iOS audio capture. v3: Electron desktop app with SQLite brain.db. Each closer than the last.

What failed: All of it. None became a usable product. The vision was right but the execution kept hitting walls I didn’t know existed yet.

What I learned: Failure is the fastest teacher if you’re honest about it. Most people quit at attempt three. The breakthrough comes after you stop blaming the tools and start understanding the problem.

→ jenny-app · capture · assistant

03 — FIRST SUCCESS
Lighthaus — AI Second Brain
Lighthaus Architecture

The need: Same as Jenny — but this time I understood the problem well enough to solve it properly.

What I built: Full desktop app. Swift audio capture as separate process. Real-time transcription. Claude API for intelligent extraction of tasks, promises, memories. Supabase cloud backend. Post-it style overlay — max 15 words — surfacing context exactly when you need it.

Why it works: ADHD-first design as the core principle. Every feature asks: does this reduce cognitive load or add to it? If it adds, it doesn’t ship.

What it proved: 20 failures lead somewhere if you don’t quit. First tool built entirely with AI assistance that works in daily use.

→ GitHub: wolfschram/lighthaus-v1

04 — SYSTEMS THINKING
Intelligence Gap + Layer
Intelligence Gap + Layer Architecture

The need: Lighthaus worked as a personal tool. Could it become a product? If I can’t sell the app, maybe I can sell myself to sell the app. Nobody was building AI assistants focused on neurodivergent people.

What I built: The Intelligence Gap — strategic vision mapping the gap between AI capability and human understanding. The Intelligence Layer — deep technical architecture with 13 microservices, hybrid processing, $16/user cost model.

What happened: Neither led to a commercial outcome. Reached out to CEOs on LinkedIn — heard nothing. The market is overloaded with people having their second spring with AI. But the concept is still valid.

What I learned: Narrative alone doesn’t sell. Architecture alone doesn’t sell. What sells is proof of work and the ability to adapt when the world moves faster than your plans.

05 — GOING DEEP
Archive-35 — Website & Business
Archive-35 Website Architecture

The need: 25 years of photography from 55+ countries. ~1,000 curated images sitting on hard drives. Time to bring them to the world as fine art.

What I built: React frontend on Cloudflare Pages. Python FastAPI agent. Electron + React Studio desktop app. Node.js mockup service. Stripe payments. Pictorem print fulfilment. Two-machine workflow — MacBook Pro as creative workstation, Mac mini as render server.

Why it matters: First truly complex multi-system build. Three services sharing data — change one, test all three. Live with real customers and real payments. Not a prototype.

What it taught: How to build properly. How systems depend on each other. How to manage complexity across codebases. Everything after was faster because of what this demanded.

05b — THE POWERHOUSE
Archive-35 Studio
Electron + React Desktop App • 29 Pages • 3 Services • 6 Platform Integrations
Archive-35 Studio Architecture

The need: The website alone isn’t enough. Managing a photography business means content ingestion, mockup generation, social media posting, sales tracking, gallery submissions, website control, and AI-powered content creation. All from one place.

What I built: A full desktop application with 29 pages organised into 6 clusters: Content management (import, gallery, sync), Mockups (preview, templates, batch processing), Sales (Pictorem, Artelo, promo codes, licensing), Social & Marketing (Instagram, Pinterest, Etsy integrations), an AI Agent system (dashboard, compose, content queue, pipeline monitor, health panel, CaFÉ export), and Website Control (live control panel, about editor, analytics).

The infrastructure: Three interconnected services that share data. The Electron Studio app on port 3001. A Python FastAPI agent on port 8035 handling Instagram, Pinterest, Etsy, Google Sheets, and Telegram integrations. A Node.js mockup service on port 8036 for template rendering. The three-system rule: change one, test all three.

Why it matters: This is the most complex thing I’ve built. 29 pages, 3 services, 6 platform integrations, all communicating. The architecture came from my engineering brain — in the macro world it works one way, in the micro world of code, the same principles apply.

07 — INDUSTRY DEEP DIVE
Broadcast Routing Intelligence
Riedel Intelligence Architecture

The need: A major broadcast manufacturer needed competitive intelligence across the entire IP routing vendor landscape — IPMX, SMPTE 2110, where the industry is heading.

What I built: Full competitive analysis platform. Research across Grass Valley, Evertz, Lawo, EVS, Blackmagic, Cobalt, Imagine and more. Interactive visualisations. Vendor comparison matrices. Market positioning analysis.

Why it matters: Proved the intersection of domain expertise and AI-augmented building. I sat with them, had done my homework, and could answer questions that came easy because of 25 years in the industry. Built in days, not months.

→ GitHub: wolfschram/riedel-intelligence

08 — AMBITIOUS FAILURE
Job Search Automation
Job Pipeline Architecture

The need: Job searching is tedious and draining — especially with ADHD. Automate the pipeline: Claude scores listings, researches companies, drafts cover letters. A bot submits. A dashboard tracks everything.

What I built: Node.js server. SQLite with 18 tables. 13-tab command center. Gmail OAuth. Claude API for scoring and cover letters. MCP server with 9 tools. Auto-start daemon.

What failed: The ATS bot has never been tested end-to-end on a real application. Every platform actively fights automation — and they’re better at it than me. Ambitious but fragile.

What I learned: Automation without reliability is just complexity. Building something that works sometimes is worse than building something simple that works always.

09 — THE SYNTHESIS
ATHOS

The need: After all the failures and successes, pivots and breakthroughs — what do you do with everything you’ve learned?

The answer: You teach it. You share it. You help others make the same transformation. Not from a whitepaper — from lived experience. From doing it, failing at it, succeeding at it, and documenting all of it.

Culture architecture informed by 25 years of leadership and months of intensive AI-augmented building. The Restless Mind doesn’t stop. There will be a Project 09.

anamorphic-lens jenny-app jenny-capture jenny-assistant lighthaus-v1 riedel-intelligence
github.com/wolfschram
FOUNDATION
Engineering
25 years. Three continents. Zero margin for error.
BROADCAST & MEDIA

SMPTE 2110, IP infrastructure, live production systems, studio builds. OB trucks for Champions League, Bundesliga. Olympic Stadium Berlin. G8 Summit Germany. The technical depth that grounds the leadership philosophy.

LIVE PRODUCTION

Stadium tours across 55+ countries. U2, Rolling Stones, Paul McCartney, Beyoncé, Metallica, Queen. Where “close enough” kills the show and the only safety net is the team you built and the trust you earned.

SCALE

~250 engineers across North America, Europe, and Asia. Broadcast, media, and workplace technology. Scaling culture from 15-person touring crews to a global engineering organisation. The challenge isn’t the technology — it’s the humans.

SYSTEMS THINKING

In the macro world it works one way — in the micro world of code, the same principles apply. Complex systems, signal infrastructure, multi-vendor integration. Engineering is problem-solving. Leadership is people-solving. Both require the same brain.

The bigger the stakes, the more you need people who own their work.
SEEING WHAT OTHERS WALK PAST
Photography
The same eye that finds light in a frame finds potential in a person.

~1,000 images. 55+ countries. Captured during years of international work. Photography isn’t separate from culture architecture. It’s the same muscle — pattern recognition, timing, seeing what’s there before anyone else does.

THROUGH A DIFFERENT LENS

AWAITING IMAGE SELECTION
THE SCIENCE BEHIND THE PHILOSOPHY
Reading Room
The research proves what 25 years of experience taught firsthand.
PSYCHOLOGICAL SAFETY
The Fearless Organization
Amy Edmondson
Teams where people feel safe to speak up dramatically outperform those driven by fear.
PURPOSE, AUTONOMY, MASTERY
Drive
Daniel Pink
The three pillars of intrinsic motivation. Maps directly to the ATHOS framework.
TEAM HEALTH
Five Dysfunctions · Working Genius · Death by Meeting
Patrick Lencioni
Why teams break and how to fix them. Foundational reading.
CHANGE LEADERSHIP
Leading Change
John Kotter
The 8-step model for organisational transformation.
COGNITIVE DIVERSITY
Neurodiversity as a Competitive Advantage
Harvard Business Review
Companies with neuro-inclusive programmes see higher retention and innovation.
WHAT OTHERS SAY
Voices
Real quotes from real people. Verifiable humans.
“You were the first leader to speak more about people and social competence than anyone before.”
— Engineer (name to be confirmed)
“Quote pending — collecting testimonials from former colleagues and directors.”
— Name pending
“Quote pending.”
— Name pending

COLLECTING TESTIMONIALS — EACH LINKED TO LINKEDIN FOR VERIFICATION

WORKING WITH ATHOS
First Engagements
How this starts — and what it looks like.
THE KEY QUESTION

If someone reads this site and thinks “this sounds great” — what’s the first step?

A 1-hour call? A half-day workshop? A paid assessment? There needs to be a clear entry point that isn’t “commit to 3 months with a stranger.” Different organisations have different needs. The engagement model adapts to what you actually need.

CULTURE ARCHITECTURE

Team culture challenges that may have nothing to do with AI. Ownership, communication, team dynamics, leadership development.

The human system. Where people own outcomes because the environment makes it natural.

EMBEDDED ADVISORY

1 week. 1 month. 3 months. Fractional senior leadership without the full-time cost.

In the room, not on a call. Witnessing how the team works. Weekly reflections. Building ownership from the inside.

AI ADOPTION

Helping leadership teams guide AI transition without losing the humans in the process.

Not replacing people with technology — building people who know how to work with it.

Every engagement starts with a conversation. No commitment. No pitch deck. Just two people talking about what’s real.

START A CONVERSATION
Wolfgang Schram
Los Angeles, California · +1 310 997 8359 · [email protected] · linkedin.com/in/wolfschram

"I thrive on building teams of diverse and complex minds that flourish under the core concept of an ownership culture. Twenty-five years leading engineering teams across three continents—from broadcast engineering in Germany to concert touring to transforming a 250-person engineering organization at Diversified."

Experience
ATHOS
February 2026 – Present
Founder & Culture Architect Los Angeles, CA
  • Founded ATHOS — culture architecture practice focused on building ownership cultures where teams own outcomes
  • Built 10+ AI-augmented projects in 2 months, proving that senior leaders can transform their practice with emerging technology
  • Developing leadership frameworks grounded in cognitive diversity, symbiotic teamwork, and honest communication
DIVERSIFIED
March 2024 – January 2026
Vice President of Engineering Los Angeles, CA (Remote)
  • Led ~250 person engineering organisation spanning broadcast, media, and workplace integration
  • Built "own your work" philosophy from ground up — transforming teams from order-takers to strategic decision-makers
  • Developed 10 direct reports (8 Directors) to lead through clarity and trust rather than control
  • United previously siloed divisions under cohesive leadership while preserving autonomy
  • Removed degree requirements, actively seeking people who learned by failing and bring outside-the-box problem-solving
DIVERSIFIED
April 2022 – March 2024
Senior Director of Engineering
  • Built leadership bench strength by coaching emerging directors to think strategically about team development
  • Proved transformation does not require authority — it requires trust, clarity, and consistent leadership
PRODUCTION RESOURCE GROUP (PRG)
June 2020 – March 2022
Director of Digital Projects Los Angeles, CA
  • Built new division during pandemic, transforming corporate meeting delivery through innovative technical solutions
  • Created ownership culture in startup environment — gave team clarity on outcomes, trusted them to figure out the path
  • Proved rapid organizational pivots succeed when you empower people to solve novel problems with full autonomy
PRODUCTION RESOURCE GROUP (PRG)
March 2016 – June 2020
Director of Engineering Greater Los Angeles Area
  • Led concert-touring engineering for U2, The Rolling Stones, Beyoncé, Metallica, and Paul McCartney
  • Pioneered 4K broadcast flypack systems and custom ingest solutions
  • Coached emerging engineers to anticipate failures before they surface
  • Created environment where people stood behind their work — successes and failures both
WOLFBROADCAST ENGINEERING LLC
November 2010 – March 2016
Owner & Principal UK & Los Angeles
  • Built and ran international broadcast consultancy
  • Originally founded in UK, relocated to Los Angeles in 2014 (O1 visa support from PRG)
  • Worked with The Rolling Stones, U2, Paul McCartney, and major broadcast clients
  • Built client relationships on trust and delivery
XL VIDEO
2007 – 2010
Guarantee Engineer / Visions Engineer London, UK
  • Hands-on technical foundation at one of Europe's premier live event companies
  • Flawless execution on high-stakes tours and festivals: Queen + Paul Rodgers, Take That, Il Divo, Download Festival, Live 8 at Wembley
SCHRAMTECHNIK
February 2004 – June 2007
Owner & Broadcast Engineer Germany
  • Founded first broadcast engineering company
  • Visions engineer on OB trucks for Champions League, Bundesliga
  • Designed stadium television for Olympic Stadium Berlin
  • Built MCR World Feed for G8 Summit Germany
EARLIER CAREER
1999 – 2004
  • Broadcast Engineer | Atkon AG (2001–2004) | Germany
  • Broadcast Engineer | N-TV (1999–2001) | Germany
Core Competencies
Leadership & Transformation

Organizational culture development, Change management, Leadership coaching, Ownership culture architecture, Neurodivergent team building

Technical & Operational

Complex systems design, Broadcast engineering, Signal infrastructure, High-stakes technical delivery, Live production

Strategic

Business-technical translation, Stakeholder alignment, Cross-functional collaboration, International operations (Germany/UK/US)

Languages

German — Native  ·  English — Native / Bilingual

Location

Los Angeles, California

THE HUMAN BEHIND ATHOS
Wolfgang Schram
Wolf

Born in Germany and fluent in both German and English, Wolf lives with ADHD and dyslexia — traits he considers not limitations but the way his brain is wired. These cognitive advantages shaped a leadership style built on pattern recognition, empathy, and the ability to see what others walk past.

25 years across three continents. Started in broadcast engineering in Germany. Toured the world building live production systems for the biggest names in music. Led roughly 250 engineers globally. Now building what comes next — and opening doors for others to do the same.

I don’t drive people. I elevate them into who they need to be.

My greatest joy in leadership is seeing other people thrive. It’s never been about me. It’s about creating the environment where good people can do their best work.

[email protected] LinkedIn
LEADERSHIP AUDIO
Wolf Schram • All 6 topics