03.12.25 – von
Sebastian Jensen
Boost Your .NET Workflow with the New TOON File Support in Visual Studio
If you’re working with Large Language Models (LLMs) in .NET, you’ve probably felt the pain of large JSON payloadsMy colleague Marius recently explored an exciting alternative in his post JSON vs TOON — A New Era of Structured Input? where he introduced TOON, a compact and token-efficient format designed for structured communication with LLMs. In that article, Marius also showcased a neat tool comparing JSON and TOON usage across different OpenAI models.
Weiterlesen02.12.25 – von
Sebastian Jensen
Compare OpenAI Models Side-by-Side with Blazor Server
If you work with different OpenAI models, one question comes up quickly: “Which model should I use for this task?”
Weiterlesen27.11.25 – von
Marius Schröder
Combining Upload Progress with API Progress
When you build a file upload feature, you usually think about one progress bar: the one showing how much of your file has already made it to the serverBut what if the real work starts only after the upload?
Weiterlesen