CLAUDE LABJP
PRICING — September 1 was the scheduled date for the Sonnet 5 price increase, and it did not happen. The introductory $2/$10 per MTok now stands as the regular pricePARTNER — Salesforce and Anthropic announced Claudeforce, an expanded partnership. The Salesforce in Claude plugin ships with 37 prebuilt sales skills, from meeting prep to pipeline managementTRUST — Claudeforce serves Claude through Amazon Bedrock inside the Salesforce Trust Boundary, so data and inference never leave the security perimeter — an answer aimed squarely at regulated industriesBETA — Salesforce in Claude is with select pilot customers for now, with an open beta expected during SeptemberLIMITS — The 50% weekly-limit boost runs through September 13. From September 14 the permanent level is 25% above the pre-promotion baseline, roughly a 17% cut from todayRELEASE — Claude Code has shipped nothing since v2.1.251 on August 28. Against a pace of one release every 0.8 days, a four-day gap is among the longest yetPRICING — September 1 was the scheduled date for the Sonnet 5 price increase, and it did not happen. The introductory $2/$10 per MTok now stands as the regular pricePARTNER — Salesforce and Anthropic announced Claudeforce, an expanded partnership. The Salesforce in Claude plugin ships with 37 prebuilt sales skills, from meeting prep to pipeline managementTRUST — Claudeforce serves Claude through Amazon Bedrock inside the Salesforce Trust Boundary, so data and inference never leave the security perimeter — an answer aimed squarely at regulated industriesBETA — Salesforce in Claude is with select pilot customers for now, with an open beta expected during SeptemberLIMITS — The 50% weekly-limit boost runs through September 13. From September 14 the permanent level is 25% above the pre-promotion baseline, roughly a 17% cut from todayRELEASE — Claude Code has shipped nothing since v2.1.251 on August 28. Against a pace of one release every 0.8 days, a four-day gap is among the longest yet
Back to Blog

How Cowork Transformed My Daily Workflow for Managing 4 Sites

CoworkClaude CodeAutomationIndie DevExperienceOperations

I run four knowledge base sites by myself. Claude Lab, Antigravity Lab, Gemini Lab, and Rork Lab — each covering AI tools in both Japanese and English.

"Updating four sites every single day, alone" probably sounds overwhelming. Honestly, if you'd told me this six months ago, I would have said it's impossible. But thanks to Cowork and Claude Code, it's now my reality.

Before: The Limits of Manual Updates

My old article workflow looked something like this:

  1. Brainstorm a topic (30 minutes)
  2. Research (1 hour)
  3. Write the Japanese version (2 hours)
  4. Write the English version (1.5 hours)
  5. Format MDX frontmatter (15 minutes)
  6. Run generate-content.mjs to rebuild JSON (5 minutes)
  7. Git commit and push (10 minutes)
  8. Verify the Cloudflare build (10 minutes)

About 5 hours per article. Across 4 sites, that's 20 hours for just one article per site. In practice, I could only manage 2–3 articles per week total.

Discovering Cowork

When "Cowork mode" appeared in the Claude desktop app, I initially thought it was just a convenient file management tool.

I set up a single scheduled task as a test — and was stunned. At the scheduled time, it automatically cloned the repository, searched the web for the latest news, generated an article, and pushed to Git. All without a single manual step.

The next morning, I checked the GitHub commit log like checking email, and there it was — a brand new article added overnight. That moment changed everything.

My Current Automation Setup

I now have over 20 scheduled tasks running:

Content auto-updates (4x weekdays / 3x weekends × 4 sites) — Every 6 hours, each site gets a new article. Topics are sourced from web searches for the latest trends, cross-checked against existing articles to avoid duplicates. Each run produces a JA + EN pair.

Weekly blog generation (every Friday × 4 sites) — Automated technical blog posts for each site's theme. Posts like this one are still written by hand, but the technical ones run on autopilot.

Daily premium article generation — Paid content is also generated daily for each site, staggered at 3-hour intervals to prevent conflicts.

Weekly SEO keyword updates — Every Monday, the system searches the web for trending keywords and updates reference data, which feeds into the next article generation cycle.

The Numbers

After about three weeks, here's what changed:

| | Before | After | |---|---|---| | Articles per week | 8–12 | 40+ | | Manual time per article | ~5 hours | Near zero (review only) | | Total articles (4 sites) | ~200 | 600+ | | Language coverage | Mostly Japanese | All articles JA + EN | | Premium articles | A few per month | 120+ |

To be clear, I don't publish auto-generated articles without review. But there's a world of difference between "writing from scratch" and "reviewing a generated draft."

Lessons from Failures

It hasn't all been smooth.

Disk space crisis — The VM's disk filled up completely, killing Bash. The culprit was each scheduled task running npm install from scratch. Solved by switching to --prefer-offline with npm cache.

Task collisions — Multiple tasks running simultaneously caused Git push conflicts. Fixed by staggering each site's execution by one hour and always running git pull --rebase before pushing.

Duplicate topics — The same theme sometimes appeared across multiple sites. Added a step in the skill files to check existing article slugs and avoid overlap.

What Cowork Really Changed

Beyond the technical efficiency gains, the biggest shift was in how I spend my time.

Before, article writing consumed most of my day. Now, I can focus on quality review, site design improvements, new feature development, and my primary work in app development and art creation.

For indie developers, time is the most precious resource. Cowork gives a significant chunk of it back.

What's Next

With over 600 articles across four sites, the collection is still growing. My next milestone is 200 articles per site (800 total), plus reaching the traffic thresholds needed for AdSense.

As Cowork and Claude Code continue to evolve, I hope Dolice Labs can grow alongside them.

If you're an indie developer or solo site operator struggling with the burden of regular content updates, I'd encourage you to give Cowork a try. You might be surprised at just how much it can automate for you.