-
Save $900/Day with WasmEdge: Live Demos on Self-Hosted AI & GenAI Stacks at KubeCon China 2025
The cloud-native and open-source community is buzzing with anticipation for the upcoming KubeCon + CloudNativeCon China 2025, scheduled to take place in Hong Kong from June 10-11, 2025. This once-in-a-year premier event promises to be a remarkable gathering of open-source luminaries, industry leaders, and developers, offering unparalleled opportunities for face-to-face interactions and insights into the future of open source and cloud-native computing. A standout presence at this year's conference will undoubtedly be Second State/ WasmEdge team.…
-
Getting started with Osmosis-Structure-0.6B for structured data
Osmosis recently open-sourced a specialized small language model called Osmosis-Structure-0.6B. It is optimized for generating structured output. Structured output—such as JSON—is essential for use cases like agents and coding. With just 0.6 billion parameters, this lightweight model is ideal for self-hosting on your own device. Why does this matter? Interestingly, prompting a regular LLM to directly produce structured output like JSON often reduces its performance on complex tasks. A better approach is to let the main LLM generate responses in natural language first, then pass that output to Osmosis-Structure-0.…