Krzysztof Zabłocki's banner
Krzysztof Zabłocki's profile picture

Krzysztof Zabłocki

@merowing_19,962 subscribers

🏗️ Built tools used by 80K+ teams (Apple · Airbnb · Disney) 🎤 70+ talks | ex- @nytimes, @browsercompany 🎓 Swifty Stack → https://t.co/r5oflfDYLH

Shorts

I’ve built a background daemon that connects to Linear for one of my enterprise clients (multi-billion company). It runs autonomous AI workflows: – Creates PRDs from tickets – Waits for human review – Implements, verifies, and opens PRs automatically Built with LangGraph for orchestration, Codex + Claude for deep code understanding, direct LLM's API calls (via OpenRouter) for more deterministic tasks. It’s pretty cool watching the whole flow execute live in the console ⚡️

I’ve built a background daemon that connects to Linear for one of my enterprise clients (multi-billion company). It runs autonomous AI workflows: – Creates PRDs from tickets – Waits for human review – Implements, verifies, and opens PRs automatically Built with LangGraph for orchestration, Codex + Claude for deep code understanding, direct LLM's API calls (via OpenRouter) for more deterministic tasks. It’s pretty cool watching the whole flow execute live in the console ⚡️

17,018 просмотров

Introducing my new OSS framework: OhSnap provides really simple way to record and reproduce the data your users saw when encountering an issue (bug/crash), integration in your project should take a few minutes at most. Majority of bugs are related to data you have to deal with and often times we have to work with frequently changing data via network API's. Even if you have access to multiple environments (prod/staging/dev) it's still going to be PITA to reproduce a lot of bugs your user saw, since we often get to them a long time after the bug occured... OhSnap allows you to easily record any data your app downloads, pack it and put it on server so that you can replay it on your device later on, while connected to debugger and save hours of development time trying to figure out what exactly they experienced! Here's a demo of 2 app instances running, and me manipulating what server reply I'll be getting, there is 1 line of code needed to record and reply this data (outside of just setting up your framework). I built this so that I can show dev tool building process for the members of which I encourage you to join if you want to put your engineering efficiency at a different level😉

Introducing my new OSS framework: OhSnap provides really simple way to record and reproduce the data your users saw when encountering an issue (bug/crash), integration in your project should take a few minutes at most. Majority of bugs are related to data you have to deal with and often times we have to work with frequently changing data via network API's. Even if you have access to multiple environments (prod/staging/dev) it's still going to be PITA to reproduce a lot of bugs your user saw, since we often get to them a long time after the bug occured... OhSnap allows you to easily record any data your app downloads, pack it and put it on server so that you can replay it on your device later on, while connected to debugger and save hours of development time trying to figure out what exactly they experienced! Here's a demo of 2 app instances running, and me manipulating what server reply I'll be getting, there is 1 line of code needed to record and reply this data (outside of just setting up your framework). I built this so that I can show dev tool building process for the members of which I encourage you to join if you want to put your engineering efficiency at a different level😉

30,478 просмотров

Videos

Больше нет контента для загрузки