Tag
architecture
2 posts
- A Claude-centric software architectureFor thirty years, software has meant humans translating changing requirements into fixed code. Once a runtime like Claude Code is strong enough, the more efficient approach is to separate the two: settle deterministic logic into a data layer, a function layer and Skill methodology, and hand the uncertain requirements to the runtime to understand and render in real time. With quant-researcher as a worked example.
- How to Design a PDF Text-to-Speech Service Like SpeechifyText-to-speech (TTS) services have become a popular tool for making content more accessible, providing convenience for users who prefer listening to their text rather than reading it. One of the most well-known TTS platforms is Speechify, which converts digital text, including PDFs, into high-quality audio. When I embarked on building a PDF text-to-speech service similar to Speechify, I faced several challenges and opportunities. In this article, I’ll take you through the steps of how I system-designed this service, from understanding user needs to choosing the right technology stack and scaling the solution.