AI Collaboration Builds Open-Source PDF Tool
No_Split11911 · reddit · 2026-07-17
The author released an open-source Windows PDF tool, Open PDF Studio, aiming to replicate the daily workflow of Adobe Acrobat: covering organizing, annotating, filling/signing, forms, true redaction, OCR, comparison, encryption, compression, repair, watermarking, and exporting, plus CLI subcommands, with no ads, telemetry, or paywalls.
The post highlights not just the product, but its build process:
- The author first had Fable 5 write the prompt for its next steps, then fed that prompt back into it.
- The model produced a complete build plan, reviewed in phases via multiple subagents; it also maintained a backlog/deferred list, reprioritizing constantly like a mini project manager.
- Due to quick exhaustion of weekly quotas, Opus 4.8 and Sonnet 5 took over the bulk of the work midway; after quotas reset, Fable 5 returned to clear the deferred items, ultimately completing the v2.0.0 tag that day.
- The author notes the project wasn't built from scratch but evolved from the previous SpectraPDF; this upgrade from a "simple alternative" to an "Acrobat-level workbench" is the source of the screenshots and token bills.
- Over 4 days, it consumed 2 billion+ tokens; the costs in the post are calculated using equivalent API pricing, though the author actually used subscriptions, making it affordable but subject to weekly limits.
More from coding & agent
- Cognition's SWE-2 uses a KKT duality argument in RL to shift the effort Pareto curve — YouJiacheng · 2026-09-11
- First-ever Three.js Conference lands in Paris, with a panel on AI-shortened design workflows — OdinLovis · 2026-09-11
- Data engineering, not agent frameworks, is the real bottleneck for enterprise AI agents — dhruv2038 · 2026-09-11
- RTK Terminal Compression Cuts Tokens but Leaves Your AI Coding Bill Unchanged — Bartaseth · 2026-09-11
- GPT-6 Astra beats Factorio with enemies in 44 in-game hours at ~$4,500 API cost — liminal_bardo · 2026-09-11
- Investment Analyst Asks How to Build a Claude-Based Diligence Agent Stack — Careless_Tie2286 · 2026-09-11