Skip to main content

Blogg

Tanker og
innsikt

Om AI, programvarearkitektur, gründervirksomhet og bygging av produkter som betyr noe.

Filter:

Alle innlegg

Mar 28, 2026
OpenClaw10 min

How to wire up Gmail, calendar, and contacts to your AI

How I connected Gmail to an AI agent, indexed 83K emails in ChromaDB for semantic search, and built an auto-classification system that actually works.

Mar 28, 2026
OpenClaw8 min

Why I Stopped Using ChatGPT and Built My Own AI OS Instead

The chatbot model is fundamentally broken for real work. Here's what made me quit and what I replaced it with.

Mar 28, 2026
OpenClaw9 min

What It Actually Costs to Run a 26-Agent AI Setup (Real Numbers)

Real monthly cost breakdown for running 26 AI agents. The surprise: the models aren't the expensive part.

Mar 28, 2026
Design15 min

Visual Storytelling in Photography: Capturing Moments That Matter

Photography isn't just about technical perfection—it's about telling stories that resonate. Learn how to develop your photographic eye and create images that communicate emotion, narrative, and meaning beyond the frame.

Mar 28, 2026
Development10 min

Multi-Tenant SaaS with Supabase: Architecture Patterns

Row-level security, tenant isolation, and real-time subscriptions — a practical guide to building multi-tenant apps on Supabase.

Mar 28, 2026
OpenClaw10 min

How I pick the right AI model for every job

Running 26 AI agents means picking models carefully. Local Llama and Qwen handle 70% of the work for free. Here's how I decide what runs where and why.

Mar 28, 2026
OpenClaw10 min

How to Set Up a Multi-Agent Organization With OpenClaw

The org chart thinking behind 26 AI agents. How to decide what to create, when to split responsibilities, and why naming conventions matter more than you think.

Mar 28, 2026
Entrepreneurship12 min

Mindful Productivity for Engineers: Working Smarter Without Burning Out

The tech industry's obsession with productivity is making us less productive. Learn how mindfulness practices and intentional work habits can help you ship better code while maintaining your sanity and creativity.

Mar 28, 2026
OpenClaw9 min

The memory system that makes your AI actually remember things

AI forgets everything between sessions. Here's the file-based memory system I built to fix that, and why decisions.md turned out to be the most important file of all.

Mar 28, 2026
Development14 min

Mastering Serverless Architecture: When to Use It and When to Avoid It

Serverless computing promises infinite scale and zero ops. The reality is more nuanced. Here's a practical guide to serverless architecture based on real-world experience building production systems that serve millions of requests.

Mar 28, 2026
AI6 min

How AI is Transforming Maritime Communication

Port calls involve dozens of stakeholders, fragmented channels, and time-critical coordination. Here's how we're solving it with PortLink.

Mar 28, 2026
OpenClaw9 min

Getting Started With OpenClaw: Your First Agent in 20 Minutes

A practical walkthrough of installing OpenClaw, configuring your first agent, and sending your first message. Including the parts the docs don't mention.

Mar 28, 2026
Development3 min

Getting Started with Next.js 15

A comprehensive guide to building modern web applications with Next.js 15, covering new features, best practices, and performance optimization techniques.

Mar 28, 2026
Entrepreneurship7 min

From Enterprise to Startup: What Changes and What Doesn't

After 15 years at companies like Telenor and Nortura, I co-founded a startup. The transition taught me more than I expected.

Mar 28, 2026
Entrepreneurship10 min

From Solo Founder to CTO: Lessons from Building Multiple Startups

The transition from writing every line of code yourself to leading technical teams requires a fundamental shift in mindset. Here's what I learned building and scaling multiple ventures from zero to exit.

Mar 28, 2026
OpenClaw10 min

Running a Real SaaS on Almost Entirely AI-Generated Code

EventRipple scored 99.5/100 on a code audit. Almost every line was written by AI. There's still an RLS bug. Here's the honest picture.

Mar 28, 2026
Design5 min

Design Systems in the AI Era

AI can generate UI faster than ever. But without a design system, you're just generating chaos faster. Here's my approach.

Mar 28, 2026
OpenClaw10 min

The Design System That Keeps AI-Generated UI Consistent

When AI writes your frontend code, every component looks different unless you give it a shared reference. Here is how the Design System First policy works and why it scored 67 before it scored 100.

Mar 28, 2026
OpenClaw9 min

The Cron Jobs Running My AI Company at 4am

26 AI agents need care and feeding even when I am asleep. Here is the full cron schedule, what broke before I got it right, and how to build your own.

Mar 28, 2026
Design9 min

Building Scalable Design Systems That Stand the Test of Time

Learn how to architect design systems that grow with your product, from design tokens and component libraries to documentation and governance strategies that ensure long-term success.

Mar 28, 2026
OpenClaw8 min

The broadcast system: how to send a message to all your agents at once

When you have 26 AI agents running in Slack, changing a policy means telling all of them. Here's how the broadcast system works and why it took three attempts to get right.

Mar 28, 2026
OpenClaw9 min

How I automated my accounting: receipt to bookkeeping in 3 seconds

Take a photo of a receipt, drop it in Slack, and watch an AI agent read it, match it to a bank transaction, and suggest the right account codes. Here's how I built it.

Mar 28, 2026
OpenClaw7 min

I have an AI researcher -- and I had to turn it off

Scout and Atlas generated beautiful research reports. Nobody read them. Here's why building capabilities before building consumption systems is a waste.

Mar 28, 2026
OpenClaw8 min

Building an AI home assistant on top of OpenClaw and Slack

I connected Philips Hue, Sonos, and Eight Sleep to my AI agent system. Now I control my apartment through Slack messages. Here's how it works and where it falls short.

Mar 28, 2026
OpenClaw11 min

My AI does my accounting: the full pipeline explained

From bank transaction to suggested booking to approved entry. How the Budget agent handles Norwegian accounting with human approval at every step.

Mar 28, 2026
OpenClaw8 min

AI Agents Are Not Assistants -- They Are Colleagues

When you name your agent, give it memory, and expect it to push back, something changes. The mental model shift that changed how I work.

Mar 28, 2026
OpenClaw9 min

Why My AI Agents Can Not Talk to Each Other Directly

In a 26-agent AI org, the most important rule is also the most counterintuitive: agents can not message each other. Here is why that constraint is the whole point.

Mar 28, 2026
OpenClaw9 min

The Agent That Manages My Personal Budget

How I built a personal finance agent that categorizes transactions, suggests account codes, and matches receipts. The agent suggests, the human approves.

Mar 28, 2026
AI7 min

The AI age doesn't belong to specialists

AI is making deep expertise cheaper by the month. The people it can't replace aren't the ones who went deepest in one lane — they're the ones who connected the most lanes.