How much of F-Droid is LLM generated?
A FOSS maintainer manually graded 102 F-Droid apps from the September 12, 2026 update batch, finding many show signs of LLM-generated code.
A student and FOSS app maintainer reviewed 102 apps pushed to F-Droid on September 12, 2026, assigning each a three-tier rating for likelihood of LLM-authored code (mostly AI >50%, hard to say/mostly human, no signs of AI). The heuristic relies on commit aesthetics, README and branding style, and the presence of agentic infrastructure like Claude Code or Codex, which automatically places an app in the 'mostly AI' tier. Example ratings include Amber (Nostr event signer) as mostly AI, and Aria for Misskey as showing no AI signs. The author stresses reliable detection of LLM-generated code from text alone is impossible, so ratings are approximate.
Product showcase: Is this image real? Slop or Not investigates
Slop or Not is an offline iPhone/Mac app using on-device Apple Neural Engine models to detect AI-generated images, text and SynthID watermarks.
Slop or Not is an AI text and image detector for iPhone and Mac that runs entirely offline via the Apple Neural Engine, with no account required. It returns AI-probability scores and checks for Google's invisible SynthID watermark to verify AI-origin images on-device. The hands-on review found strong detection of obvious AI images, a borderline 50.4% AI call on a realistic one, and correct identification of real photos, citing survey data that 85% of people struggle to distinguish AI-generated content.
Zscaler unveils a set of security solutions designed to leverage the full potential of generative AI
Senior engineers are spending their week cleaning up AI-generated code
New Relic study finds AI-generated code doubles critical runtime issues, with senior engineers losing a third of their week to fixes.
A New Relic survey of U.S. technology leaders reports AI now writes the majority of shipped code, with senior SRE and DevOps engineers spending up to a third of their week triaging and refactoring it. A large majority of organizations had at least one AI-related production failure in the past six months, and roughly three in ten saw newly introduced security vulnerabilities. AI-generated code showed nearly twice as many critical runtime issues as peer-reviewed human-authored code, with gaps concentrated in edge cases, concurrency, deprecated APIs, and complex state changes. Most teams now prompt AI tools to embed logs and traces directly into generated code.