11/3/25 – by
Marius Schröder
JSON vs TOON — A new era of structured input?
In times where prompts are growing larger and AI models are getting more powerful, one question keeps coming up: how can we keep costs and processing times low?
Read more10/24/25 – by
Marius Schröder
⚡ Real-Time Progress Updates for Long-Running API Tasks with Server-Sent Events (SSE) in ASP.NET
When you trigger a long-running operation through an API — like generating a document, compiling a report, or uploading a processed file to cloud storage, users hate waiting in silence.
Wouldn’t it be great if your backend could continuously stream progress updates back to the browser in real time, without needing WebSockets or polling?
Read more10/21/25 – by
Sebastian Jensen
Create AI videos with Sora-2 using .NET
With OpenAI’s Sora-2 model, developers can now generate short, AI-generated videos from a simple text promptIn this tutorial, we’ll build a .NET console application that interacts directly with OpenAI’s new /videos endpoint.
Read more