Introducing Apex: A Fast, Specialized Model for React Native
Media kit
Download logo
Home page
React Universe Conf
Case Studies<br>Technology<br>Callstack
Insights<br>Knowledge hub
Book consultation
Articles<br>AI
'>
AI
1 min read
5/27/2026
Share
Link copied to clipboard!
Share on Linkedin
Share on X
Share on Facebook
Copy Link
Play<br>Pause
0:00/0:00
1x
Listen to Article (00:0000:00)
Private beta
Join Apex private beta
AI
We can help you move<br>it forward!
At Callstack, we work with companies big and small, pushing React Native everyday.<br>Check our offer
No items found.
Insights
Learn more about AI
Here's everything we published recently on this topic.<br>View all
Article
5/21/2026
Agencies or Swarms? What Small Model Cooperation Means for AI Engineering
A hands-on look at agentic swarms, distributed inference, and what small-model benchmarks suggest about future AI infrastructure.
Article
4/27/2026
When to Use Apple Foundation Models on Mobile
Apple’s Foundation Models framework gives mobile teams a practical local-first option for short, privacy-sensitive, and low-latency tasks, while cloud models still handle the heavier work.
Article
4/17/2026
How Skillgym Helps You Verify Agent Skills Still Work After Every Change
See how skillgym tests agent skills across runners, validates behavior, and catches regressions before your users do.
Article
4/3/2026
How We Optimized Agent Device for Mobile App Automation
Discover how we optimized Agent Device to reduce LLM token consumption by over 50% and speed up AI-driven mobile app automation.
Article
4/1/2026
Agents Commander: A Lightweight Interface for Multi-Agent CLI Workflows
Manage and connect multiple AI agents in a CLI with a simple communication protocol.
Article
3/27/2026
Announcing Codex Plugins for React Native Development
How Codex plugins work, why they're useful for React Native development, and two plugins we built for building and testing React Native apps.
Live Stream
Live Stream
5/14/2026
Testing AI Agent Skills Reliably With Skill Gym
Learn how Skill Gym helps test, validate, and improve AI agent skills with repeatable workflows, assertions, and model-aware feedback.
Live Stream
Live Stream
5/7/2026
Improve Your AI Coding Workflow With Cursor Tips and Tricks
Explore practical tips for working with AI coding agents, managing context, using skills, reviewing code, and choosing the right models.
Live Stream
Live Stream
3/12/2026
React Native Evals: Measuring AI Code Quality in Practice
React Native Evals introduces a data-driven way to measure how AI coding models perform on real React Native development tasks.
Podcast
1/12/2026
Building v0 iOS and Fixing React Native Along the Way
A technical look at building v0 mobile with React Native and Expo, covering iOS-first decisions, native modules, and fixes pushed to React Native core. Featuring Fernando Rojo, Szymon Rybczak, and Oskar Kwaśniewski.
Podcast
11/25/2024
Building a Custom AI Assistant for Your Business
Learn what it takes to build a custom AI-powered chatbot for your company, including the challenges, solutions, performance, and security considerations.
Tutorial
March 19, 2026
The Hard Way vs. The React Native AI SDK Way: Stop Writing Custom Modules for Every Model
Learn how React Native AI uses a unified provider model to switch between cloud and on-device LLMs without rewriting application logic, enabling reliable AI experiences online and offline.
Tutorial
March 12, 2026
Build Smarter Apps: Tool Calling & AI Orchestration Explained
Learn how on-device models in React Native can call tools, interact with external APIs, and return structured outputs you can use directly in application logic.
Tutorial
March 5, 2026
MLC LLM + React Native: On-Device AI Without the Pain
Learn how to run third-party on-device LLMs in React Native using MLC LLM. Choose your models, run them efficiently across platforms, and keep a unified JavaScript API with React Native AI.
Tutorial
February 24, 2026
Intelligent Fallbacks with Apple Intelligence in React Native
Learn how to use Apple’s built-in Foundation Models in React Native apps, reduce memory usage, and enable fast, fully on-device AI with React Native AI Apple.
Tutorial
February 10, 2026
What Is the React Native AI SDK? A Complete Intro & Quickstart
Learn why on-device AI matters for React Native apps, how local LLMs behave offline, and what problems React Native AI is designed to solve from day one.
Tutorial
January 29, 2026
Implementing an Android TurboModule with Kotlin
Learn how to implement a React Native TurboModule on Android, from the TypeScript spec and Codegen to the Kotlin implementation and package registration.
Tutorial
January 19, 2026
Working with Different Threads in Swift TurboModules
Learn how JavaScript, native module, background, and main threads interact in React Native TurboModules, and how to use GCD queues to run async work safely in...