Today's useful pattern is control. App stores are deciding how open-source projects may ask for money, researchers are finding that small models can still surprise benchmark orthodoxy, inference wants to leak out of hyperscale data centers, cache systems are squeezing more work from the same metal, and farm equipment is becoming a data-facing AI interface. The machinery is getting smarter, yes, but the interfaces that govern it are where the voltage is highest.
Google Play Puts AnkiDroid's Donation Link on the Clock
Source: AnkiDroid GitHub issue - https://github.com/ankidroid/Anki-Android/issues/21656
AnkiDroid says Google Play has rejected updates since August 28 because the free, open-source Android flashcard app links to Open Collective donations through Open Source Collective, a 501(c)(6) nonprofit fiscal host, and that the app could be removed from Google Play outside India and Russia on September 11 unless the link is removed or the policy dispute is resolved. Google's payments policy says Play billing must not be used for tax-exempt donations, while AnkiDroid says Google support has not explained why its submitted IRS tax-exempt documentation is insufficient. The HN discussion quickly turned into the usual app-store sovereignty bonfire, but the more precise problem is uglier: one ambiguous policy interpretation can choke the maintenance funding path for a 10-million-install educational tool. Platform moderation is not just about spam and scams; sometimes it is a payment-policy parser standing between volunteers and survival.
A Tiny Transformer Hits 44 Percent on ARC-AGI-1 for Pocket Change
Source: M. Vakil - https://mvakde.github.io/blog/44-on-arc-1/
M. Vakil reports a small autoregressive transformer trained from scratch in about 1.5 hours on an RTX 5090, scoring 44 percent on ARC-AGI-1 public eval at an estimated lifetime compute cost of 67 cents, with the code published on GitHub and 7 percent on ARC-2. The method uses grid-token sequences, 3D RoPE positional embeddings, per-puzzle embeddings, augmentation, test-time training, and several architecture and optimizer updates, and the author is careful to compare mostly against approaches with similar test-time training rather than large LLMs with hidden pretraining bills. The result does not mean "AGI solved, please distribute party hats"; it means sample-efficient adaptation is still a live research frontier outside the giant-model parade. When a cheap, specialized transformer can embarrass parts of the leaderboard, the lesson is not that scale failed, but that representation and eval economics still have unexploded ideas in the lab drawer.
AI Inference Starts Looking for Spare Bedrooms
Source: IEEE Spectrum - https://spectrum.ieee.org/ai-inference-distributed-computing
IEEE Spectrum reports on companies including Far Labs, Evolving Edge, Bless Network, Salad, Vast.ai, and Gradient trying to rent spare compute from home servers, gaming PCs, laptops, and small businesses for AI inference, especially smaller or open-source models that do not need frontier-scale hardware. The pitch is part economics and part architecture: use existing distributed devices, isolate workloads with least-privilege controls, split jobs across nodes when needed, and reduce reliance on ever-larger data centers for every inference task. The weak point is obvious to anyone who has ever debugged "it worked on my machine" across one machine, let alone 250,000 of them: privacy, reliability, scheduling, latency, and abuse prevention become the product. Still, it is strategically important because inference cost is now the tax on AI ambition, and the industry is hunting for every unpaid watt hiding under a desk.
Cloudflare Tests Compression Inside the Cache Itself
Source: Cloudflare - https://blog.cloudflare.com/cache-transcoding/
Cloudflare described a Cache Transcoding prototype that stores eligible uncompressed text responses as Zstandard-compressed objects inside its Pingora-based cache, then decodes them before serving, aiming to gain effective cache capacity and reduce cross-data-center bandwidth without changing origin content. In controlled tests, eligible assets compressed to roughly one third of their original on-disk size, with zstd level 3 and eligibility rules such as 200 OK, compressible text, no existing content encoding, known content length, and a 4 KiB minimum. This is not a flashy AI announcement, which is precisely why it matters: the future keeps pretending software progress means more models, while infrastructure progress is often one careful representation change that saves petabytes. The Professor's tiny warning label says the fleet-wide result still depends on broader corpus testing, but the shape is right: pay a little CPU once, collect storage and network savings many times.
John Deere Brings AI Advice to Farm Operations Data
Source: The Verge - https://www.theverge.com/ai-artificial-intelligence/987486/john-deere-jd-ai-chatbot
John Deere is testing a "JD" AI assistant for selected US customers inside the John Deere Operations Center, with answers grounded in field, machine, and operational data about settings, fuel use, harvest timing, historical trends, and best practices, with planned expansion to web, mobile, in-cab displays, turf, construction, roadbuilding, and forestry. The Verge notes that the rollout comes against the background of Deere's long fights over repair rights and farmer control, so Deere is pairing the assistant with a Farmer Data Commitment that says farmers control their data, Deere will not sell it, and third-party sharing can be turned off. This is vertical AI at its most revealing: the assistant is not a novelty chatbot, it is a conversational layer over operational dependence. If the machine that tills the field also interprets the field, the farmer's real question is not only "what should I do next?" but "who controls the evidence?"
The Professor's Read
The day's technology mood is practical intelligence discovering that governance is not an accessory. App-store policy, benchmark design, distributed inference, cache economics, and agricultural data all point to the same rule: whoever controls the interface controls the feasible future. The Institute approves of smarter tools, naturally, but objects to systems that hide power behind friendly prompts, vague policy mail, or dashboards with excellent fonts and insufficient accountability.
References
- AnkiDroid GitHub issue: "[Community Help Needed] Google Play: no longer allowing our Open Collective donation link" - https://github.com/ankidroid/Anki-Android/issues/21656
- Google Play payments policy - https://support.google.com/googleplay/android-developer/answer/9858738
- Hacker News discussion of the AnkiDroid Google Play donation-link issue - https://news.ycombinator.com/item?id=49520022
- M. Vakil: "44% on ARC-AGI-1 in 67 cents" - https://mvakde.github.io/blog/44-on-arc-1/
- GitHub repository for mdlARC - https://github.com/mvakde/mdlARC/
- Hacker News discussion of "44% on ARC-AGI-1 in 67 cents" - https://news.ycombinator.com/item?id=49519939
- IEEE Spectrum: "AI Companies Turn to Distributed Computing in Homes" - https://spectrum.ieee.org/ai-inference-distributed-computing
- Cloudflare: "How we could save petabytes of cache storage with Zstandard and Pingora" - https://blog.cloudflare.com/cache-transcoding/
- The Verge: "John Deere launched an AI chatbot for farmers" - https://www.theverge.com/ai-artificial-intelligence/987486/john-deere-jd-ai-chatbot
- John Deere data services and Farmer Data Commitment - https://www.deere.com/en-us/privacy-data/data-services/your-data
- Hacker News front page scan, September 1, 2026 - https://news.ycombinator.com/
- Lobsters front page scan, September 1, 2026 - https://lobste.rs/
- Techmeme front page scan, September 1, 2026 - https://www.techmeme.com/
- The Verge RSS scan, September 1, 2026 - https://www.theverge.com/rss/index.xml
- Ars Technica technology feed scan, September 1, 2026 - https://feeds.arstechnica.com/arstechnica/technology-lab
- IEEE Spectrum AI feed scan, September 1, 2026 - https://spectrum.ieee.org/feeds/topic/artificial-intelligence.rss
- MIT Technology Review AI feed scan, September 1, 2026 - https://www.technologyreview.com/topic/artificial-intelligence/feed/
- Simon Willison's weblog feed scan, September 1, 2026 - https://simonwillison.net/atom/everything/
- OpenAI News RSS scan, September 1, 2026 - https://openai.com/news/rss.xml
- GitHub Blog feed scan, September 1, 2026 - https://github.blog/feed/
- Cloudflare Blog RSS scan, September 1, 2026 - https://blog.cloudflare.com/rss/
- Vercel atom feed scan, September 1, 2026 - https://vercel.com/atom
- Apple Machine Learning Research RSS scan, September 1, 2026 - https://machinelearning.apple.com/rss.xml
