In this episode, Michael and Sarah talk to Sophie Ke and Dave Minasyan about Microsoft Baseline Security Mode, a new feature to help ease security settings. We also cover the latest Azure security news including Microsoft 365 E7, Microsoft 365 Copilot, Azure Blob Storage SFTP, Azure Database for PostgreSQL, and new Confidential VM types.
The AI SDK is a robust TypeScript library that enables developers to easily create AI-powered applications. In this tutorial, youâll build a simple AI chatbot with a real-time streaming interface.
After completing this article, you will have a solid grasp of key concepts used in the Vercel AI SDK, including:
Models
Text prompts
System prompts
Text generation
Text streaming
Setting Up the Project
To get started, create a new Node.js application and set it up to use TypeScript. For that, in your terminal, run the following commands:
npm install -D typescript @types/node ts-node
npx tsc âinit
Once the commands have been executed, replace the contents of your tsconfig.json file with the configuration shown below.
{
"compilerOptions": {
"target": "ES2022",
"module": "ES2022",
"moduleResolution": "node",
"rootDir": "./src",
"outDir": "./dist",
"strict": true,
"esModuleInterop": true
},
"include": ["src/**/*"],
"exclude": ["node_modules"]
}
After that, install the dependencies below:
npm install dotenv
npm install -D @types/dotenv
npm install ai@beta @ai-sdk/openai@beta zod
npm install -D @types/node tsx typescript
npm i –save-dev @types/json-schema
Next, add the .env file to the project root and paste the OpenAI key information below inside the file:
Now that youâve added your API key and installed all the dependencies, youâll notice that your package.json file has been updated with these changes.
{
"name": "demo1",
"version": "1.0.0",
"main": "index.js",
"type": "module",
"scripts": {
"build": "tsc",
"start": "tsc && node dist/index.js"
},
"author": "",
"license": "ISC",
"description": "",
"devDependencies": {
"@types/dotenv": "^6.1.1",
"@types/json-schema": "^7.0.15",
"@types/node": "^24.7.2",
"tsx": "^4.20.6",
"typescript": "^5.9.3"
},
"dependencies": {
"@ai-sdk/openai": "^3.0.0-beta.29",
"ai": "^6.0.0-beta.47",
"dotenv": "^17.2.3",
"zod": "^4.1.12"
}
}
In your setup, the package name and version may differ. Next, create a src folder in your project and add an index.ts file inside it. In that file, log the value of your OpenAI key to verify that the project has been configured correctly.
I hope you find this article useful. Thanks for reading.
Also, we are hosting India’s First AI Conference focused on Developers, AI-India, on 12 April in Gurgaon. At AI-India 2026, you will learn these topics to level up your development skills.
SummaryWelcome to the Power Platform monthly feature update! We will use this blog to share news in Power Platform from the last month, so you can find a summary of product, community, and learning updates from Power Platform in one easy place. Now, let’s dive into what’s new in Power Platform:
Get started with the latest updates today!
Jump into Power Apps, Power Automate, and Power Pages to try the latest updates, you can use an existing environment or get started for free using the Developer plan.
Licensing capacity reporting is now fully available in the Power Platform admin center (Licensing â Power Automate â Usage), giving admins a single place to see which users are over capacity and which flows are driving that usage. Export options, a consolidated licensing page, and additional improvements are on the way.
Power Platform inventory
Power Platform inventory is now generally available, giving tenant administrators a unified view of cloud flows, Copilot Studio agent flows, and Workflows agent workflows across every environment. Expansion with connectors, actions, and key usage data is on the way â making it even easier to spot your most active automations, enforce compliance, and prevent orphaned resources.
The new usage page is now in public preview with modern dashboards showing adoption trends and resource-level analytics for Power Apps, Power Automate, and Copilot Studio. For Power Automate, the page already shows flow run data so you can track execution patterns across your tenant.
Bringing Microsoft 365 Copilot into model-driven apps
In this demo from the Microsoft 365 & Power Platform Community call, you see how Microsoft 365 Copilot integrates with model-driven Power Apps to answer questions about your app data, generate visualizations using code interpreter, and take action across Microsoft 365. Youâll see how Copilot uses app and data context to generate documents, create presentations, and even schedule meetingsâall directly from your app
Turn app data into action with Microsoft 365 Copilot
Previously, we walked through how to enable Microsoft 365 Copilot in model-driven apps. Now itâs time to put it to work where your business processes actually run. In the Copilot side pane, you can ask Copilot to summarize table data, visualize whatâs active, see whatâs pending, recap the history of a specific record, and reference related content surfaced through Work IQ. The result is a more natural transition from âwhatâs going on?â to âwhat should I do next?â without ever leaving the app.
Because this experience is powered by Microsoft 365 Copilot, you can also bring in the right agent at the right moment. You can @mention firstâparty agents like Researcher and Analyst, or involve a custom agent your organization has made available. That agent collaboration helps turn insights into action, whether that means drafting a document, creating a PowerPoint, or taking next steps like scheduling a meeting. All of this stays grounded in your app context and chat history. Ready to get started? Begin with the admin and maker setup guidance, then explore how end users work in the pane, and finally learn how to tailor the experience with agents.
New quality updates for modern controls in canvas apps
We’ve shipped quality updates across all nine modern controls in Power Apps canvas appsâText, Number Input, Date Picker, Text Input, Tab List, Combo Box, Radio, Link, and Info Button. This is one of the most comprehensive control refreshes to date, addressing top maker feedback around consistency, reliability, and flexibility. Whether you’re building new apps or maintaining existing ones, these updates make modern controls noticeably better to work with.
The biggest improvements are in consistency, performance, and developer experience. Controls now share a unified property model with standardized names and typed enum values predefined value sets, which means better IntelliSense, fewer formula errors, and less guesswork. The OnChange behavior has been refined across controls to fire at the right momentsâreducing unnecessary recalculations and making apps feel faster and more responsive. Mobile-optimized defaults are also now applied automatically when you add controls to a mobile layout.
Migration is guided every step of the way. When you open an app using a previous version of a modern control, you’ll see an in-product notification with a “learn more” link and an “update” button coming soon on all controls. Dedicated per-control migration guides walk you through every property rename and formula change neededâso you stay in control of when and how you upgrade.
This video explores the new vibe.powerapps.com preview, which enables developers to build full code Power Apps from a prompt using AI-driven plan, data, and app generation. Youâll see how the unified experience simplifies app creation, editing, and publishing without requiring VS Code or manual code authoring.
Object-centric process mining analyzes processes by following real interacting business objects
Object-Centric Process Mining (OCPM) is a new approach to process analysis in Power Automate Process Mining that models processes as they occur in real business environments. Unlike traditional case-centric process mining, which groups events under a single case notion (e.g., Order ID), OCPM allows a single event to belong to multiple objects and object types â such as orders, invoices, deliveries, and payments â preserving the full web of interactions and dependencies end-to-end.
This capability solves a fundamental limitation of case-centric mining: when events routinely touch several objects of different types simultaneously, forcing them into a single case can hide cross-object relationships, duplicate events, or distort metrics. OCPM keeps these relationships explicit, rendering object-centric process maps that show object lifecycles, activity nodes spanning multiple object types, and color-coded object-flow edges. This makes it straightforward to identify multi-object bottlenecks, verify compliance policies that span entities (e.g., “ship only after payment”), and analyze how different process flows converge and interact.
OCPM is ideal for scenarios where dependencies across object types drive outcomes â such as order-to-cash, procure-to-pay, or supply chain processes â while case-centric mining remains the right choice for tightly scoped, single-instance workflows.
Process intelligence experience: a customizable interface for process analysis
The process intelligence experience is the next-generation interface for process analysis in Power Automate Process Mining. It replaces the previous fixed process overview with a flexible, card-based dashboard system that adapts to your analysis needs. Users can create multiple tabs to organize different analytical perspectives, apply dynamic filters across all visualizations, and arrange, resize, and configure cards to build personalized analytical workspaces.Â
Key enhancements include the ability to group related metrics and visualizations together logically, switch between preconfigured analytical perspectives instantly, and share dashboard configurations with team members. Continuous data refresh ensures you’re always working with current information, while the customizable layouts give you complete control over what you see and how you see it â enabling tailored views for different stakeholders and use cases.
Infuse intelligent experiences into Power Pages sites with the new Agent API
Agent API for Power Pages enables site creators to build custom chat and other user experiences and integrate these seamlessly with their custom-built Microsoft Copilot Studio agents. This enhancement gives organizations more flexibility for integrating intelligence into their web experiences.
Public preview: Build Power Pages sites with AI using agentic coding tools
We’re announcing the public preview of the Power Pages plugin for GitHub Copilot CLI and Claude Code. Describe the site you want in natural language and the plugin handles the rest â from project scaffolding and setup to Web API integrations, permissions, and site deployment.
The plugin is purpose-built for Power Pages. It understands table permissions, web roles, site settings, authentication configuration, and Web API patterns. Because it generates platform-aware code, you spend less time on manual configuration and more time building your site.
Welcome to IoT Coffee Talk, where hype comes to die a terrible death. We have a fireside chat about all things #IoT over a cup of coffee or two with some of the industry's leading business minds, thought leaders and technologists in a totally unscripted, organic format.
This week Rob, Alistair, Pete, and Leonard jump on Web3 for a discussion about:
đś đď¸ BAD KARAOKE! đ¸ đĽ "Highway to Hell", AC/DC đŁ Is NVIDIA GTC becoming the new crypto conference? Is the AI token the new Bitcoin? đŁ Can AI hype pivot to quantum hype when the AI bubble implodes? đŁ Is physical AI real? Is it about the Matrix and the kung fu simulations? đŁ R.I.P. Chuck Norris!! May you spar with Bruce Lee for eternity! đŁ How do you bankrupt your business with agentic AI? đŁ Scaling out your enterprise agentic disaster 101! đŁ Can we truly make OpenClaw "Enterprise Grade"? đŁ What does it take to be AI irresponsible? đŁ How to create a useless analyst relations program. đŁ Silicon Valley's last hype cycle - remember SVB bank crisis! đŁ You can't spell "Excellence" without "MVP"! đŁ What grown-ass people should know but don't know. đŁ Key themes for Silicon Valley 2.0, the ultimate parody of the AI hype. đŁ Are the cloud service providers the car dealers of AI? đŁ What happened to Microsoft and AI? Did they fall off the face of the Earth?
It's a great episode. Grab an extraordinarily expensive latte at your local coffee shop and check out the whole thing. You will get all you need to survive another week in the world of IoT and greater tech!
Tune in! Like! Share! Comment and share your thoughts on IoT Coffee Talk, the greatest weekly assembly of Onalytica and CBT tech and IoT influencers on the planet!!
If you are interested in sponsoring an episode, please contact Stephanie Atkinson at Elevate Communities. Just make a minimally required donation to www.elevatecommunities.org and you can jump on and hang with the gang and amplify your brand on one of the top IoT/Tech podcasts in the known metaverse!!!
Take IoT Coffee Talk on the road with you on your favorite podcast platform. Go to IoT Coffee Talk on Buzzsprout, like, subscribe, and share: https://lnkd.in/gyuhNZ62
Mazen and Robin catch up on five months of React Native and Expo releases, covering the biggest updates in 0.82â0.84 and Expo SDK 55. They talk through the move to the new architecture, Hermes V1 becoming the default, faster builds, better developer tools, and AI updates that make upgrading a little less of a headache.
Infinite Red is an expert React Native consultancy located in the USA. With over a decade of React Native experience and deep roots in the React Native community (hosts of Chain React and the React Native Newsletter, core React Native contributors, creators of Ignite and Reactotron, and much, much more), Infinite Red is the best choice for helping you build and deploy your next React Native app.
How much do you really know about the protocol that everything is built upon? This week, we go behind the scenes with Simone Carletti, a 13-year industry veteran and CTO at DNSimple, to explore the hidden complexities of DNS. We attempt to uncover why exactly DNS is often the last place developers check during an outage, drawing fascinating parallels between modern web framework abstractions and network-level opaqueness.
Simone shares why his team relies on bare-metal machines instead of cloud providers to run their Erlang-based authoritative name servers, highlighting the critical need to control BGP routing. We trade incredible war stories, from Facebook locking themselves out of their own data centers due to a BGP error, to a massive 2014 DDoS attack that left DNSimple unable to access their own log aggregation service. The conversation also tackles the reality of implementing new standards like SVCB and HTTPS records, and why widespread DNSSEC adoption might require an industry-wide mandate.
And of course we have the picks, but I'm not spoiling this weeks, just yet...