Native AOT in Uno Platform: faster startup on five platforms

🕓 6 MINPerformance Native AOT By default, a .NET application ships as IL, an intermediate format that the .NET runtime translates into instructions your CPU can execute when the app launches, using a Just-In-Time (JIT) compiler. It works well, and it is why the same assembly can run on different machines. It also means a portion of […]

Maintaining working memory in AI agents

🕓 7 MINTL;DR An LLM has no memory between calls. Its working memory for a single request is one thing: the tokens in the context window. Attention is shared across that working memory, so the more you load into it, the less focus anything in it receives. Reliable behavior comes from managing working memory on purpose: keep […]

Uno Platform 5.2 LIVE Webinar – Today at 3 PM EST – Watch