SShortSingh.
Back to feed

Developer ships 90+ mobile apps solo using AI coding agents, shares hard lessons

0
·1 views

An independent developer published a detailed account of shipping over 90 mobile apps to the App Store and Google Play in roughly one year, relying heavily on AI coding agents, primarily Claude Code. The developer found the greatest value of AI agents was not faster typing but their ability to maintain context across an entire codebase and handle repetitive tasks autonomously, like fixing broken builds or scanning dozens of repos for anti-patterns. A recurring bottleneck proved to be app store submission requirements rather than coding itself, with obscure platform rules around EULAs, bundle IDs, and regional purchase configurations causing repeated rejections. The developer eventually had the AI agent maintain and run a pre-submission checklist script to enforce compliance across all apps consistently. The post concludes that the productivity gains from AI agents compound specifically at scale, since tasks like auditing 90 codebases for a single bug pattern become practical in minutes rather than days.

Read the full story at DEV Community

This is an AI-generated summary. ShortSingh links to the original source for the complete article.

Discussion (0)

Log in to join the discussion and vote.

Log in

Related stories

0
ProgrammingDEV Community ·

Developer Builds Kikar, an AI Platform That Creates Digital Versions of People

A developer has built Kikar, an AI-powered social messaging platform designed to create digital versions of real people. The project was developed over several months and is available as an open-source repository on GitHub. Beyond the AI components, the creator says the project provided broad full-stack learning, covering authentication, databases, APIs, and frontend architecture. The developer expressed hope that Kikar will continue to improve with future updates.

0
ProgrammingDEV Community ·

Audit of 269 Shopify Stores Finds Median Mobile Performance Score of Just 48

A developer ran Google PageSpeed Insights audits on 269 Shopify and DTC storefronts in July 2026, finding a median mobile performance score of just 48 out of 100. Over half the stores scored below 50, and only 9.4% reached the top tier of 90 or above. The median Largest Contentful Paint was 10 seconds, far above Google's recommended threshold of 2.5 seconds, with 88.3% of stores rated 'Poor' on that metric. Well-known brands including Gymshark, Skims, and Steve Madden all scored under 50, with Steve Madden's product-listing page taking over 23 seconds to load its main element on a throttled mobile connection. Despite the poor speed results, the same stores posted a median SEO score of 92, suggesting brands have prioritised search-crawler optimisation while neglecting actual page load performance for shoppers.

0
ProgrammingDEV Community ·

Palantir Eyes $7.6B Revenue as Enterprise AI Deployments Defy Industry Stagnation

While 70–90% of enterprise AI projects fail to move beyond the pilot stage, Palantir has bucked the trend by sustaining growth rates that outpace most software peers, with projected revenue exceeding $7.6 billion this year. The company's expansion is largely driven by deepening relationships with existing clients rather than new customer acquisition, with $352 million of a $377 million annual commercial revenue gain coming from current accounts. Average annual revenue from its top 20 customers grew from roughly $64 million to over $100 million, reflecting significant platform expansion within established partnerships. Palantir attributes much of this success to its model of forward-deployed engineers who work directly alongside client teams, helping transition AI tools from experiments into core business infrastructure. The approach has drawn both industry imitation from major cloud providers and criticism from analysts who question whether embedded engineers are more akin to sophisticated salespeople than technical partners.

0
ProgrammingDEV Community ·

Developer finds most insightful comments on his technical posts came from bots

A developer who published seven data-driven posts about the MCP ecosystem in one week discovered that the most technically sophisticated comments on his articles were left by automated accounts, not humans. He identified the bots by applying three public signals from the dev.to API: irregular publish cadence (some accounts posted two full articles in the same second on a fixed daily schedule), low topic entropy (all posts confined to one narrow keyword cluster), and hex-suffix usernames. Unlike the generic praise typically associated with spam bots, these automated accounts left polished, methodologically precise comments that mimicked expert feedback. By contrast, the genuine human commenters posted rarely, wrote narrowly personal observations, and had typically built real tools in the space before commenting. The author warns that developers who use comment engagement as a proxy for whether their writing resonated may be measuring AI-generated pattern completion rather than authentic human understanding.