Here's a laughably profound revelation: open-source models aren't as plug-and-play as closed-source! 😱 If you thought you'd escape the "joy" of manual parsing, think again! It's DIY JSON-cleanup time, folks! 🛠️ Oh, the thrill of being your own unpaid engineer! 🌟
https://www.thetypicalset.com/blog/grammar-parser-maintenance-contract #openSourceChallenges #plugAndPlay #DIYEngineering #JSONCleanup #techHumor #HackerNews #ngated
Tool calling, open source, and the M×N problem

Tool calling with closed-source models is seamless. You pass a list of functions to the API, the model calls them, you get structured JSON back.

The typical set