Friday, January 31, 2025

AI: OpenAI o3-mini model released

OpenAI o3-mini | OpenAI

the newest, most cost-efficient model in our reasoning series, available in both ChatGPT and the API today. Previewed in December 2024⁠, this powerful and fast model advances the boundaries of what small models can achieve, delivering exceptional STEM capabilities—with particular strength in science, math, and coding—all while maintaining the low cost and reduced latency of OpenAI o1-mini

Models - OpenAI API

GPT models are fast, versatile, cost-efficient, and customizable.











Hyperview: mobile apps from server XML metadata

App is a generic React Native client, driven by server-side metadata files.

Why XML metadata now, 20 years later? 

Maybe because it can enforce schema, and more visible start/end tags, like in JSX.
Or because it looks like HTML, in fact proper HTML is XML (XHTML)

GitHub - Instawork/hyperview: Server-driven mobile apps with React Native @GitHub (MIT license)

Hyperview is a new hypermedia format and React Native client for developing server-driven mobile apps.

Serve your app as XML: On the web, pages are rendered in a browser by fetching HTML content from a server. With Hyperview, screens are rendered in your mobile app by fetching Hyperview XML (HXML) content from a server. HXML's design reflects the UI and interaction patterns of today's mobile interfaces.

Reference · Hyperview


JSON vs XML - Difference Between Data Representations - AWS