Rudrank Riyam

Rudrank Riyam

Rudrank Riyam is an Apple platforms developer, technical author, and open-source maintainer focused on AI-driven development. He created asc, an open-source CLI for automating App Store Connect workflows, and now works at Rork on agentic development tooling. He maintains projects around MusicKit, MLX Swift, Foundation Models, and on-device AI, with a focus on making Apple frameworks and release workflows easier for both developers and AI coding agents to use.
For Agents, By Agents: Building AI Tools That Maintain Themselves
AI Coding Summit LondonAI Coding Summit London
Upcoming
For Agents, By Agents: Building AI Tools That Maintain Themselves
Developer tools are no longer built only for humans at a terminal. They are also used, tested, broken, and improved by AI agents.

In this session, I will share how to create tools where you can have agent-reported issues, automated reviews, refactors, and release workflows to the point that such tools start to maintain themselves, and help one maintainer operate closer to a small team.
Building AI Co-Worker with Codex SDK
AI Coding Summit 2026AI Coding Summit 2026
72 min
Building AI Co-Worker with Codex SDK
Workshop
Join this interactive 2-hour workshop to learn how to create your own AI co-worker using the Codex SDK, inspired by Rudrank’s work on a GitHub/Slack bot he created to automate code reviews, bug fixes, and feature additions to overcome the opposite timezone differences at work.

We will explore how to shift from manual "vibe coding" to take a managerial role, where AI handles the heavy lifting while you focus on high-level planning and validation. We will cover iterative prompting, and integration with GitHub and Slack for automation with the rest of the team.By the end, you will deploy a functional bot to your repository, ready to assist in your projects and even free up time for personal goals like finishing that games backlog!This session is ideal for developers who are curious and looking to build an "army" of AI helpers.Table of Contents1. Introduction & Why AI Co-Workers?: - Discuss the motivation behind AI-driven development, going from just AI-assisted a year ago. How to take advantage of the ChatGPT plan and use the Codex SDK to program codex directly to create structured agents.- Overview of Codex SDK's strengths in code generation, audits, and multi-step reasoning, with real examples from building my AI coworker.
2. Architecture:- Explore components like command parsing, session persistence (24-hour TTL), and GitHub integration via Octokit. - Cover agentic patterns: planning with high-precision models (e.g., Codex xHigh), implementation with efficient ones Codex Medium, and error handling for long-running tasks.
3. Building The Bot: - Set up the environment (clone example repo, configure .env with API keys), create a GitHub App, implement core features (e.g., @bot to fix the bugs)- Test with sample commands. Include live demos of code audits, branch/PR creation, and polling for stop commands. Participants will fork and customize their own bot. 
4. Future Directions: - Parallel sub-tasks, MCPs, skills- Q&A