惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

美团技术团队
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
Martin Fowler
Martin Fowler
雷峰网
雷峰网
IT之家
IT之家
小众软件
小众软件
M
MIT News - Artificial intelligence
博客园 - 聂微东
J
Java Code Geeks
Blog — PlanetScale
Blog — PlanetScale
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
A
About on SuperTechFans
G
Google Developers Blog
Engineering at Meta
Engineering at Meta
Recent Announcements
Recent Announcements
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
The GitHub Blog
The GitHub Blog
F
Fortinet All Blogs
C
Check Point Blog
云风的 BLOG
云风的 BLOG
腾讯CDC
H
Help Net Security
Y
Y Combinator Blog
I
InfoQ

DEV Community

Authentication Security Deep Dive: From Brute Force to Salted Hashing (With Java Examples) Why AI Systems Don’t Fail — They Drift Spilling beans for how i learn for exam😁"Reinforcement Learning Cheat Sheet" I Replaced Chrome with Safari for AI Browser Automation. Here's What Broke (and What Finally Worked) How Python Borrows Other People's Work The $40 Architecture: Processing 1 Billion API Requests with 99.99% Uptime Vibe Coding: A Workflow Guide (From Zero to SaaS) Most webhook security guides protect the wrong side. The scary part is delivery. Headless CMS for TanStack Start: Build a Blog with Cosmic EU Age Verification App "Hacked in 2 Minutes" — What Actually Happened Comfy Cloud’s delete function does not actually remove files Running AI Models on GPU Cloud Servers: A Beginner Guide Event-driven media intelligence with AWS Step Functions and Bedrock I scored 500 AI prompts across 8 quality dimensions — here's what broke How to Call Google Gemini API from Next.js (Free Tier, No Backend Needed) The Portal Protocol: Reclaiming Human Connection in the Age of AI How to Fix Your Team's Scattered Knowledge Problem With a Self-Hosted Forum Intro to tc Cloud Functors: A Graph-First Mental Model for the Modern Cloud Designing Multi-Tenant Backends With Both Ownership and Team Access I Built a Neumorphic CSS Library with 77+ Components — Here's What I Learned PostgreSQL Performance Optimization: Why Connection Pooling Is Critical at Scale Cómo construí un SaaS multi-rubro para gestionar expensas en Argentina con FastAPI + Vue 3 🚀 I Built an Ethical Hacking Scanner Tool – Open Source Project I Replaced /usage and /context in Claude Code With a Single Statusline A Pythonic Way to Handle Emails (IMAP/SMTP) with Auto-Discovery and AI-Ready Design I Collected 8.9 Million Polymarket Price Points — Here's What I Found About How Markets Really Move EcoTrack AI — Carbon Footprint Tracker & Dashboard Everyone's Using AI. No One Agrees How. 5 self-hosted ebook managers worth trying in 2026 Building Your First AI Agent with LangChain: From Chatbot to Autonomous Assistant
Interim Log: My First Real Mobile Coding Session – Voice,...
Alex Rebula · 2026-05-17 · via DEV Community

Alex Rebula

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

In what feels like a genuine inflection point in my personal development workflow, I just completed my first serious coding session entirely from a mobile phone.

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

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:

https://www.reddit.com/r/grok/comments/1t90uji/has_anyone_got_the_connector_function_to_work/

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.