Kristian Lind — AI Work
By Kristian Lind — a collection of AI projects, agents, and automation experiments.
CF Dotnet Service ForgeAn AI-powered pipeline that goes from a PRD to a fully functional, tested, and reviewed .NET backend service in about an hour — with no manual coding.
Slack AI AssistantTwo AI agents deployed on Azure, integrated into Slack — delivering daily market intelligence reports and team support for a small software reseller.
Autonomous Crypto Trading BotFully autonomous crypto trading bot on Coinbase — hard safety limits, three switchable strategies, and an adaptive learning system that improves from every losing trade.
Daily Content Generation PipelineA feature in ParentConnectFully automated pipeline that discovers, writes, and illustrates family-friendly events and community posts every morning using Perplexity, Claude, and Higgsfield AI.
Event Embedding PipelineA feature in ParentConnectFirestore trigger that auto-generates 768-dimension semantic embeddings on every event using Vertex AI, with smart change detection to skip unnecessary re-embedding.
Semantic Event SearchA feature in ParentConnectNatural language search for events — query converted to embedding, matched via cosine similarity, filtered by location and date. Thresholds tuneable live from Firestore.
AI Duplicate Event DetectionA feature in ParentConnectHybrid duplicate detection combining vector similarity with string matching fallback — timezone-aware, location-boosted, and gracefully degrading when AI is unavailable.