Building a TypeScript client for OpenAI Harmony

After encountering challenges with OpenAI's new Harmony message format for their gpt-oss model, I decided to bridge the gap from Rust to TypeScript.
8/7/2025
codingai

Documenting TypeScript

My evolving thoughts on best practices for documenting TypeScript code with a combination of syntax and JSDoc comment approaches. The goal is to enhance the developer experience and make the code more maintainable by clearly communicating intent through both formal type declarations and informal textual descriptions.
coding