Interim Log: My First Real Mobile Coding Session – Voice, AI Connectors & The Current State of Developer Tooling
Developer Alex Rebula documented his first serious mobile coding session conducted entirely from a smartphone using voice input, Claude Sonnet 4.6, and GitHub Mobile. He successfully generated code and submitted pull requests to both private and open-source repositories, highlighting the practical use of AI in mobile development workflows. While experimenting with Grok's newly launched Connectors, he found them limited in functionality, especially for accessing private repositories or performing write operations.
- ▪Alex Rebula completed a full coding session using only his mobile phone and voice input.
- ▪He used Claude Sonnet 4.6 for code generation and GitHub Mobile to submit pull requests to his open-source project giselle-mui.
- ▪Grok's Connectors, despite being newly launched, failed to support write operations or reliable access to private repositories.
- ▪Claude Sonnet 4.6 outperformed Grok in code quality and reasoning during the session.
- ▪Rebula plans to expand this interim log into a full blog post on dev.to and update his career timeline accordingly.
Opening excerpt (first ~120 words) tap to expand
try { if(localStorage) { let currentUser = localStorage.getItem('current_user'); if (currentUser) { currentUser = JSON.parse(currentUser); if (currentUser.id === 3886918) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } Alex Rebula Posted on May 17 Interim Log: My First Real Mobile Coding Session – Voice, AI Connectors & The Current State of Developer Tooling #ai #claude #github #productivity Disclaimer / Introduction This interim log post was drafted in collaboration with Grok 4 (xAI). I guided the entire process through conversation, provided all the context, milestones, and personal reflections, while Grok helped structure and articulate the notes.
…
Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV.to (Top).