Jan 5, 2026
This post is an adaptation of an internal wrap-up I shared at Playtomic to celebrate our AI journey in 2025. I’ve kept the public-facing industry insights and general learnings while removing internal-only details.
Nov 3, 2025
At Playtomic, we believe in sharing our engineering journey with the broader tech community. Recently, we conducted a comprehensive experiment to compare Claude Code against our existing standard, Cursor, to evaluate how they fit into our diverse development workflows. This follows our previous experiment with AI code review tools, where we evaluated tools like BugBot, CodeRabbit, and GitHub Copilot. After an intensive six-week trial during September and October 2025, we gathered some valuable insights that we hope will help other teams navigating similar decisions.
Sep 15, 2025
At Playtomic, we are constantly exploring how AI can improve our development lifecycle. After experimenting with different IDE tools, we decided to turn our attention to the Pull Request review process.
Jun 1, 2025
After 15 years focused on mobile development, I am excited to announce that I am switching to an AI engineering role, becoming the Principal AI Engineer at Playtomic.
Apr 5, 2023
Developing with SwiftUI and Jetpack Compose is very user-friendly. Both frameworks offer a highly readable declarative syntax and a live preview feature that updates in real-time while coding. This live preview allows developers to easily configure various device settings, although it can be a bit cumbersome to specify multiple device factors. At Playtomic, we have created a simple utility for both platforms that allows us to run our previews on a predefined set of devices. Here’s what we did: