AI & Agentic Development
This is where most of my energy goes. I build AI-augmented workflows for my team at Pyango, for our clients, and for my own projects. Claude and Anthropic's tooling are at the center of everything I do.
How I Work with AI
I use Claude Code and OpenCode (a Claude CLI) as my main development tools. Not as a "copilot" that autocompletes lines, but as an agentic system that can reason about code, make changes across files, run tests, and iterate on its own work. The difference is huge. Instead of me typing code and an AI suggesting the next line, I describe what I want and the agent figures out how to get there.
At Pyango, we've pushed AI adoption across the whole team. Our best engineer, Melek, runs what I'd call an AI-first workflow. He uses Claude for code generation, testing, documentation, and review. The output quality and speed are noticeably different from team members who haven't fully adopted these tools yet.
I also run an internal workshop series to get the rest of the team up to speed. The plan is to record these sessions, turn them into content, and eventually offer them externally. Every agency and SME in Switzerland has the same problem: their people are too slow with AI tools because nobody taught them properly.
What I've Built
Knowledge Management System
My entire Obsidian vault runs on LLM-powered ingestion. Custom commands let me capture content, and Claude writes notes in my voice, builds wiki-links across the knowledge graph, and finds connections I'd miss. Every LLM-written note is tagged so I can tell it apart from my own writing during review.
Live Trading Plugin
I reverse-engineered a proprietary Cython trading plugin and rebuilt it from scratch in Python using agentic coding. 5,000+ lines, 158 tests, full Binance integration. The kind of project that would have taken weeks took days with Claude doing the heavy lifting.
Cold Email Outreach System
An AI-powered outreach bot that scrapes local business data from Google Maps, Facebook, and Instagram, then generates personalized cold emails. Built for Pyango's internal lead generation on our Helios platform.
LinkedIn Automation
A Django + Celery system for automated LinkedIn posting across multiple accounts. Database-backed post queues, scheduling, and content management. Part of Pyango's content pipeline.
The Knowledge Graph
One of the more interesting things I've built is a personal knowledge management system in Obsidian that uses LLMs as the capture and connection layer. I call it the FLAP workflow: Fleeting notes and Literature get processed into Atomic Notes, which feed into Projects.
When I capture something (an article, a podcast, an idea from a conversation), Claude ingests it, writes a summary in my voice, creates wiki-links to related notes, and generates spaced-repetition flashcards. It also explains why things connect, which is where the real value is. I've found connections between trading strategies and neuroscience, between agency operations and systems thinking, that I wouldn't have spotted on my own.
The long-term goal is a densely interconnected knowledge graph that surfaces unexpected relationships across everything I learn and work on. It's getting there.
Training Teams
Most teams I've seen treat AI tools like fancy autocomplete. They ask it to write boilerplate, maybe generate a test or two, and that's it. The real gains come from treating the AI as an agent that can do multi-step work autonomously.
I train teams on how to actually use these tools: how to write good prompts for agentic workflows, how to structure projects so AI can reason about them, how to set up AGENTS.md files that give context, and how to review AI-generated code effectively. The difference in output between someone who knows what they're doing and someone who doesn't is easily 3-5x.
We're also building custom AI agents for specific tasks: code review bots, documentation generators, client onboarding assistants. The goal is to make a team of 8 feel like a team of 20.
Tech Stack
Want to talk about AI-augmented development or train your team on agentic workflows?