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
- AI makes software easier to build, but it also lowers the floor on quality — paw_lean · 2026-07-21
- Fable coding run costs $6.69 for 67 lines of code in a 4-minute job — bytebot · 2026-07-21
- Cursor writes better code, but ChatGPT can still control the computer — vista8 · 2026-07-21
- Agents can remember facts, but still forget how to do the job — No_Advertising2536 · 2026-07-21
- Agent skills for project downgrade and troubleshooting tested in CLAD on LS 5.22 — stspanho · 2026-07-21
- Open-source B-roll skill turns scripts into 5-second vertical clips with Codex and Gemini — yangyi · 2026-07-21