DEV Community

Alex Rebula
Alex Rebula

Posted on

Interim Log: My First Real Mobile Coding Session – Voice, AI Connectors & The Current State of Developer Tooling

Disclaimer / Introduction

I like to write blog posts on my own when I have time. Make them me, human. In this case, time was a commodity I had. Yet I still wanted to put this out into the world, so this interim log post was drafted in collaboration with Grok 4 (xAI). As I usually do, I guided the entire process through conversation, provided all the context, milestones, and personal reflections, while Grok helped structure and articulate the notes, so I can release them as you see them.

In other words, this is not the final polished article — it serves as a raw technical log capturing the moment and learnings in real time. A more detailed, fully written blog post by me may follow soon.

A new Milestone

I still remember the the moment in around year 2006, when I entered my first ever professional milestone in my calendar - "First time using jQuery". Fast-forward 20 years, in what feels like an equally important historical point in my personal development workflow, I just completed my first serious coding session entirely from a mobile phone and this is just another milestone worth recording.

Using voice input through the microphone, Claude Sonnet 4.6, and GitHub mobile, I was able to brainstorm, generate, review, and ship actual pull requests to both private repositories and my open-source project giselle-mui.

This post kicks off a new technical series where I document raw, unfiltered developer milestones — not polished success stories, but real experiments, friction points, tool limitations, and practical learnings as I push the boundaries of what’s possible with today’s AI coding stack.

First Serious Mobile Coding Session + First Use of Grok Connectors

Achievements

  • First time performing real development work entirely from my mobile phone using only voice input
  • Used Claude Sonnet 4.6 via microphone transcription to brainstorm and generate code
  • Successfully created and submitted pull requests in my open-source repository AlexRebula/giselle-mui

See PRs:

  • PR #53 -> chore: scaffold component tree
  • PR #54 -> docs: record model-handoff convention loss incident and prevention playbook

Tools Used

  • Primary coding: Claude Sonnet 4.6 (voice-to-code on mobile)
  • Planning & discussion: Grok (this session)
  • First time using Grok's Connectors (GitHub, Gmail, Google Calendar, Google Drive)

Key Discoveries & Limitations:

After spending significant time setting up Grok's Connectors, I discovered major limitations. Even though GitHub shows as connected, Grok cannot reliably access my private repositories and cannot perform any write operations (no branch creation or opening pull requests).

This milestone was only possible thanks to Claude, not Grok. Grok’s connector currently provides very little practical value for developers.

Anthropic vs xAI

  • Anthropic launched Connectors in July 2025
  • xAI launched them on May 6, 2026 (only 11 days ago)
  • Claude Sonnet 4.6 currently delivers noticeably better code quality and reasoning than Grok

Community Discussions

Since connectors are a fairly new feature on Grok I wanted to check who else is talking about these same issues at this very moment on the internet. This is what Grok returned, but I will update this post with more sources if I find them. BTW, Grok says it is 11 days since the release (today is 17 May 2026) while Anthropic first launched connectors in July 2025.

Here are the mentioned articles:

Future Plans:

This milestone note will be transformed into a full blog post on dev.to. A summary will be added to my personal career timeline with a link to the blog post.

Footnote:

This article was drafted using Grok (xAI) based on real-time research and direct experience from the session.

Top comments (0)