Daily Tweets

Prabha · 2026-06-07 · All times IST

Posting Schedule

TimeCategoryFormat
09:00workflowsingle
10:30hermesthread (5 parts)
12:00statssingle
14:00failuresthread (3 parts)
15:00appssingle
16:30appssingle
18:00tipssingle
19:30interestingsingle

Copy each tweet at the scheduled time. Engage with replies within 30 min. Threads: post parts as replies, not separate tweets.

1 #workflow single 09:00 AM
My design review workflow now:

1. Agent captures screenshots
2. HTML gallery generated automatically
3. I add commentary inline
4. Gallery pushed to GitHub Pages
5. Share the link. Done.

No Figma comments. No email threads. No "check the latest version."

One URL. One source of truth.
235 chars
📸 Attach: your warehouse review gallery page
2 #hermes thread · 5 parts 10:30 AM
1/5
Why I built my own agent instead of using ChatGPT:

A thread on persistent memory, custom skills, cron jobs, and running AI for under $5/month.
163 chars
2/5
Persistent memory.

ChatGPT forgets everything when the conversation ends. My agent remembers my project structure, preferences, and past failures.

I said "push to TestFlight" today. It already knew my scheme, bundle ID, and API key path. No re-explaining.
260 chars
3/5
Custom skills for MY workflow.

Not "help me write code." Specific: "build WhatPay for TestFlight using my signing config."

I have 30 skills. 5 get used daily. Skills are not Pokemon. You don't collect them. You weaponize the ones that remove friction.
257 chars
4/5
Cron scheduler.

Monday 9 AM: ITSM research runs automatically. I wake up to a finished digest. Not a reminder to do research. The research is already done.

Daily tweets, weekly competitor scans, overnight research. All run without me touching anything.
258 chars
5/5
Cost: ~$5/month.

Claude API for heavy lifting. Ollama for daily driver. Self-hosted search and scraping. Data stays local. No training on my code. No retention of my financial data.

Total control: 100%.
Total subscription fees: $0.
234 chars
3 #stats single 12:00 PM
My agent setup by the numbers:

30 skills (5 used daily)
6 cron jobs running
5 iOS apps in the store
~$5/month total cost

Most-used: Todoist processing, iOS builds, ITSM research, design guardrails, HTML publishing.

The system learns what I use. The rest gathers dust. That's fine.
278 chars
4 #failures thread · 3 parts 02:00 PM
1/3
Google OAuth broke on my agent setup. Every API call failed with 403 access_denied.

Went through the entire OAuth flow twice. New credentials, new refresh token. Still 403.

The error said "client not authorized." That was a lie.
231 chars
2/3
Turned out: my app was in "Testing" mode in Google Cloud Console.

In testing mode, only explicitly added test users can access it. My own email wasn't on the list.

One checkbox. Add test user. Done. Months of it working fine, then suddenly not.
247 chars
3/3
The error said "access_denied" and "client not authorized."

It did NOT say "user not in test list."

Google auth is the YAML of authentication: looks simple, hides complexity, and the error messages actively mislead you.
222 chars
5 #apps single 03:00 PM
5 apps in the App Store. Every one started as "this is annoying, let me fix it."

WhatPay - expense tracking without the phone number
TimeLeft - countdown widget that looks good
LeaveHack - PTO tracker (HR portal is unusable)
Sol Vilaiyatu - Tamil word game for my parents
ThatsMyFont - custom handwriting font

None came from market research. All came from friction.
358 chars · X Premium required or trim last 2 lines
📸 Attach: App Store screenshots collage
6 #apps single 04:30 PM
Shipped WhatPay v1.3.2 last night.

Removed privacy/terms clutter from settings (8 rows to 4). Rewrote paywall copy from feature-list to outcome-based.

Build pipeline: one command, 30 seconds, TestFlight notification before I finish my coffee.
249 chars
📸 Attach: WhatPay settings screen (clean layout)
7 #tips single 06:00 PM
Keep a .gitignore template for iOS projects.

I committed build artifacts and DerivedData into a repo. 2 MB ballooned to 87 MB. Had to rewrite git history.

Now I copy ~/.gitignore-ios into every new project on day one. Costs 10 seconds. Saves hours.
253 chars
8 #interesting single 07:30 PM
Most "AI automation" content is generic garbage.

"Use ChatGPT for emails!" "Automate your calendar!"

The real stuff nobody talks about:
- Cron-scheduled research pipelines
- Custom skills that encode YOUR workflow
- One-command TestFlight uploads
- Persistent memory that learns from failures

That's actual automation.
310 chars · trim 1 bullet or use X Premium