Microsoft launches ‘mid-class’ AI model as compute limits bite
Tech giant’s AI chief says it will have the resources to build frontier systems later this year
Could not retrieve the full article text.
Read on Financial Times Tech →Sign in to highlight and annotate this article

Conversation starters
Daily AI Digest
Get the top 5 AI stories delivered to your inbox every morning.
More about
modellaunch
The Type System: What You Know, What's New, and What's Weird
My project: Hermes IDE | GitHub Me: gabrielanhaia You'll reach for class hierarchies and abstract classes. Stop. TypeScript has something better for most of those cases. In Post 1 , we covered the big mental shifts: structural typing, type erasure, null vs undefined, how overloading isn't really overloading. That was the "prepare yourself" post. This one is where we actually build things with the type system. I'll split it by feel: the stuff that'll be instantly familiar, the stuff that's genuinely new, and the stuff that'll trip you up because it looks familiar but behaves differently. Primitives, Arrays, Objects: The Familiar Stuff I'll keep this short because you already know what types are. const name : string = " Gabriel " ; const age : number = 31 ; const isActive : boolean = true ;

Functions, Generics, and the Stuff That Looks Familiar But Isn't
My project: Hermes IDE | GitHub Me: gabrielanhaia Java generics feel like paperwork. TypeScript generics feel like a tool. Same concept, very different experience. I spent years writing Java and PHP before picking up TypeScript. The generics syntax looked familiar enough. , constraints, return types. But once I started writing real code, I realized the similarities were surface-level. Functions in TypeScript behave differently than methods in Java. Generics show up in places I didn't expect. And there's a whole category of type-level features -- type guards, satisfies , structural constraints -- that don't map to anything in my previous stack. This is Post 3 in the series. Post 1 covered the mental model shift. Post 2 covered the type system, unions, and discriminated unions. If you haven'

Best AI-Powered SaaS Product Ideas for 2026: 10 High-Growth Niches
The AI SaaS market is projected to hit $1.8 trillion by 2030. But most founders are building the same chatbot wrapper everyone else is building. Here are 10 niches where AI SaaS products can win in 2026 — based on real demand signals from our 200+ client projects. What Makes an AI SaaS Idea Worth Building Before the list: three filters every AI SaaS idea must pass. Workflow replacement, not feature addition. The best AI SaaS products replace entire workflows, not just add an AI button to an existing product. Defensible data moat. If your product works better with more customer data, you have a moat. If it's just an API wrapper, you don't. Existing budget line item. The easiest sale is replacing something the buyer already pays for — not creating a new budget category. The 10 Highest-Potent
Knowledge Map
Connected Articles — Knowledge Graph
This article is connected to other articles through shared AI topics and tags.



Discussion
Sign in to join the discussion
No comments yet — be the first to share your thoughts!