Sr. Content Developer at Microsoft, working remotely in PA, TechBash conference organizer, former Microsoft MVP, Husband, Dad and Geek.
148617 stories
·
33 followers

Microsoft Copilot Canvas leak reveals an AI-powered Whiteboard with image generation, AI streaming, and more

1 Share

Microsoft seems to be quietly building a new canvas-style workspace for Copilot, and leaked screenshots suggest that it is a full-fledged AI-powered whiteboard.

As posted on X by Windows enthusiast WalkingCat, the feature/app is internally referred to as “Project Firenze”. However, the leaked interface shows the name “Copilot Canvas”.

Copilot Canvas looks like a web-based environment where users can create and manage canvases, draw using digital ink tools, and interact with content in a freeform layout, much like the existing Microsoft Whiteboard app.

Copilot Canvas landing screen

The landing screen shows a simple prompt to “Create your first canvas to start drawing and taking notes,” and just like the Microsoft Whiteboard app, Copilot Canvas can also automatically save your work.

Leaked image of Copilot Canvas's reimagined Whiteboard

We found references to both development and production Azure endpoints, which suggests that the Copilot Whiteboard is being actively tested internally and isn’t a static mockup. You can also see a generic-looking logo, but we are not sure if this would be the final version.

Despite not getting any major updates recently, the Microsoft Whiteboard app is still a fully functional collaborative tool, so we can’t really tell if this is Microsoft replacing it with Copilot Canvas.

Microsoft Whiteboard
Microsoft Whiteboard

Copilot Canvas integrates AI image generation, streaming, and advanced feature controls

As expected, the Copilot Whiteboard will have AI as its number one differentiator when compared to the original Microsoft Whiteboard. There are several developer-style options that point to a system made for real-time AI interaction.

One of the most telling switches is labeled “Create with AI Streaming”, suggesting that the canvas may support live generative responses as you draw or type, instead of waiting for a completed prompt. Copilot Whiteboard may incrementally generate diagrams, layouts, or visual elements while you are still working, which could be like brainstorming with an assistant that updates the board alongside you.

Advanced settings in Copilot Canvas

Another menu shows an Image Model Selector with options such as GPT-4o Image Gen (Default), GPT-4o Image Gen 1p5, and GPT Image 1.5, which aren’t exactly the latest models. But the sheer presence of multiple selectable models shows that Copilot Canvas can handle multimodal generation directly inside the workspace.

Image Model Selector for Copilot Whiteboard

Auto-Naming for canvas titles could be a good feature for collaborative work during or just after a meeting. Copilot Whiteboard may be able to analyze the content of a board and generate a meaningful name automatically.

Auto-Naming among other features in Copilot Canvas

The Copilot Canvas app also reveals a long list of AI-related configuration panels under Developer Mode, including Debug Gates, AI Gates, Meeting Summary, One Shot Grounding, Post Grounding, Intent Detection, Solve Math, Delegate Actions to AugLoop, and Handoff Actions.

These are not typical whiteboard features. They look like the plumbing for agent-style behaviors where the AI can reason over content, summarize discussions, interpret intent, and potentially trigger follow-up actions, all of which sounds right up Microsoft’s alley.

Toggle for dark mode and light mode, among other features in Copilot Canvas

On top of that, toggles for Microsoft 365 data and Web search suggest the canvas can connect to organizational data and online context, bringing an enterprise’s database directly into Copilot Whiteboard.

Copilot Canvas could bring AI to help with brainstorming in Whiteboards

As of today, most interactions with AI still happen inside a chat box. Copilot Canvas may be something closer to a visual workspace where users can collaborate, map, and execute ideas, with some help from Copilot, of course.

Although modern canvas-style apps like Notion’s visual pages, FigJam, Miro, and even Canva’s Whiteboards exist, Microsoft could be in a unique position to bring AI into the Whiteboards environment, given that it has direct access to enterprises.

FigJam Whiteboard
FigJam Whiteboard

Copilot Whiteboard could open doors to workflows where teams can sketch, draft documents, generate images, summarize discussions, and trigger actions all in one place.

Microsoft may also be thinking about portable workspaces with Copilot Whiteboard, considering that there are options to export and import .canvas files, which could allow teams to share AI-assisted canvases the same way they share documents today.

Export and Import .canvas file option in Copilot Canvas

That being said, everything about Project Firenze looks early. Developer toggles, feature gates, and internal endpoints point to something that is in testing, instead of something prepared for release.

Microsoft hasn’t made any public announcement about a possible replacement for Microsoft Whiteboard, or any roadmap for the same. We will update if and when Microsoft decides to make Cooilot Canvas official.

The post Microsoft Copilot Canvas leak reveals an AI-powered Whiteboard with image generation, AI streaming, and more appeared first on Windows Latest

Read the whole story
alvinashcraft
44 minutes ago
reply
Pennsylvania, USA
Share this story
Delete

What’s new in Svelte: March 2026

1 Share

This month, we got a ton of new features across Svelte, SvelteKit and even the Svelte CLI. Plus, the State of JS 2025 is out and Svelte continues to hold the top spot among reactive frameworks in terms of positive sentiment.

So, without further ado, let's dive in!

What's new in Svelte

  • createContext can now be used when instantiating components programmatically (svelte@5.50.0, Docs, #17575)
  • {@html} expressions now support TrustedHTML (svelte@5.52.0, #17701)
  • Comments are now allowed in HTML tags (svelte@5.53.0/svelte-language-server@0.17.28, #17671)
  • Error boundaries now work on the server (svelte@5.53.0, Docs, #17672)

For a full list of changes - including all the important bugfixes that went into the releases this month - check out the Svelte compiler's CHANGELOG

What's new in SvelteKit

  • hydratable's injected script now works with CSP (kit@2.51.0, #15048)
  • Navigation callbacks (beforeNavigate, onNavigate, and afterNavigate) now include scroll position information via the scroll property on from and to targets. This enables use cases like animating transitions based on the target scroll position when using browser back/forward navigation (kit@2.51.0, Docs, #15248)
  • Vite 8 is now supported (kit@2.53.0, #15024)
  • The match function can map a path back to a route id and params (kit@2.52.0, Docs, #14997)
  • Breaking (Netlify Adapter): platform.context now uses modern Netlify Functions - previously this was the AWS Lambda-style context. If you were using this in your app (unlikely), you will need to update your code to read from new fields. (adapter-netlify@6.0.0, More details, Docs, #15203)
  • redirects can now be configured in netlify.toml - removing the limitation of only being able to configure redirects via the _redirects file (adapter-netlify@6.0.0, #15203)
  • better-auth is now an official addon in the Svelte CLI (sv@0.12.0, #898)

Looking for more details on the many bug fixes and performance optimizations from this month? Check out the SvelteKit / Adapter CHANGELOGs.


Community Showcase

Apps & Sites built with Svelte

  • Cherit is a lightning-fast, open-source markdown knowledge base built with Tauri
  • arenarium/maps is a clearer way to display complex map markers in MapLibre, Mapbox or Google Maps
  • Synth Town is a generative music city builder using Threlte + Tone.js
  • Beatjie is a little audio groovebox that lets you make beats and share them with a URL (GitHub)
  • Mistral AI's Worldwide Hackathon site was built with Svelte (Reddit)
  • Fretwise is an AI-Powered guitar practice platform that generates tabs and isolated stems
  • Tailsync is a reverb calculator for music production for iOS
  • Otterly is a local-first, privacy-focused WYSIWYG Markdown vault with full-text search, wiki-links, and a rich editor
  • SoundTime is a self-hosted music streaming platform with peer-to-peer sharing using Rust & Svelte
  • ATS Screener lets you see how popular applicant tracking systems parse, filter, and score your resume
  • Heavy Duty Inc. is a turn-based tactics game built with Threlte where you solve jobs for the different space station factions, navigate their strained political environment, die, and do it all over again
  • Quest Mate is a universal GM space for all your campaigns, lore, sheets, notes and summaries
  • cold0 is a self-hosted cold email sender that lets you manage contact lists, create email templates with dynamic variables, and send personalized bulk emails
  • HelixNotes is a local markdown note-taking app where notes are stored as standard Markdown files on your local filesystem
  • Codeinput lets you handle merge conflicts without leaving your browser, merge faster with an intelligent queue, automate repository tasks, view live engineering metrics, and manage advanced CODEOWNERS

Learning Resources

Featuring Svelte Contributors and Ambassadors

This Week in Svelte

Libraries, Tools & Components

  • Laravel + Svelte Starter Kit is an official kit from Laravel that provides a robust, modern starting point for building Laravel applications with a Svelte frontend using Inertia.
  • Shimmer From Structure is a structure-aware skeleton loader that mirrors your rendered UI at runtime
  • Hoikka is an opinionated, full-stack e-commerce platform built with SvelteKit
  • warpkit is a standalone Svelte 5 SPA framework providing state-based routing, data fetching, forms, and real-time capabilities.
  • heroicons-animated is an open-source collection of smooth animated 316 icons for your projects
  • svelte-crumbs provides automatic, SSR-ready breadcrumbs for SvelteKit via route-level metadata exports
  • TableCraft Engine simplifies database interactions by allowing you to define table configurations and automatically generate powerful APIs with filtering, sorting, pagination, and more
  • svelte-synk provides tab data synchronisation with leader election
  • svelte-tiler is a small, unstyled library for building tiling user interfaces
  • @horuse/svelte-dnd is a drag-and-drop library for Svelte 5 with animated drop previews, auto-scroll, pointer & touch support , and multi-container support.
  • svelte-grab is a dev tool suite that captures component context for LLM coding agents. Alt+Click any element to get exact file locations, inspect state, analyze styles, audit accessibility, trace errors, and profile renders

That's it for this month! Let us know if we missed anything on Reddit or Discord.

Until next time 👋🏼!

Read the whole story
alvinashcraft
45 minutes ago
reply
Pennsylvania, USA
Share this story
Delete

Android Weekly Issue #716

1 Share
Articles & Tutorials
Sponsored
Shipping white-label apps used to mean repeating the same steps and signing in and out of Google Play Console dozens of times per release. With Runway, ship everything in one place, just once.
alt
Jaewoong Eum examines the experimental Compose Styles API for declarative, interaction-aware styling with automatic animations and efficient modifier invalidation.
Tezov explores how Koin actually works by observing what happens when dependencies are resolved at runtime.
Sponsored
Code 10x faster. Tell Firebender to create full screens, ship features, or fix bugs - and watch it do the work for you. It's been battle tested by the best android teams at companies like Tinder, Adobe, and Instacart.
alt
Fredrick Chibuzor Osuala recommends pure Kotlin ViewModels with platform-owned scope and lifecycle wrappers to keep commonMain independent and interop predictable.
Sasha Denisov outlines on-device RAG using local embeddings plus vector search.
Adit Lal shows Play Store ART verify mode plus R8 full mode can trigger a Firebase init race.
Annyce Davis considers how Compose removes cognitive drag, speeding up debugging, previews, and testing.
Eevis Panula adds accessible navigation to a Compose large-content viewer.
Adit Lal highlights Compose’s new Styles API as a declarative styling layer that cuts boilerplate.
Place a sponsored post
We reach out to more than 80k Android developers around the world, every week, through our email newsletter and social media channels. Advertise your Android development related service or product!
alt
Libraries & Code
A Gradle plugin that acts as a powerful gatekeeper for your project's dependencies.
News
Google previews Android 17 Beta 2, centered on new system pickers, cross-device handoff, and privacy tightening.
alt
Google introduces AppFunctions and an AI-driven UI automation framework so Gemini and other agents can discover, invoke, and complete Android app tasks.
Videos & Podcasts
Dave Leeds shows how your experience with collections and sequences can make it easy for you to start working with Flows.
Jov Mit shows how to navigate back sending results using Navigation 3.
Philipp Lackner goes over the 5 most common state management approaches for Jetpack Compose and rank them from S-tier to F-tier.
Events
Discover the complete agenda and full speaker lineup for KotlinConf’26. Explore the keynote, workshops, and hands-on sessions led by industry experts. Plan your experience, bookmark must-see talks, and get ready for an inspiring Kotlin journey!
alt
Read the whole story
alvinashcraft
45 minutes ago
reply
Pennsylvania, USA
Share this story
Delete

Who Controls AI?

1 Share
From: AIDailyBrief
Duration: 26:21
Views: 1,123

The standoff between Anthropic and the Pentagon exploded this week when President Trump directed every federal agency to cease using Anthropic's technology after the company refused to remove its red lines on autonomous weapons and mass domestic surveillance. As the episode unpacks the full timeline — from Dario Amodei's public statement to Trump's Truth Social post to OpenAI's deal with the Department of War — what emerges is a fight far bigger than one contract, touching the fundamental question of who gets to control the most important technology of the century.

The AI Daily Brief helps you understand the most important news and discussions in AI.
Subscribe to the podcast version of The AI Daily Brief wherever you listen: https://pod.link/1680633614
Get it ad free at http://patreon.com/aidailybrief
Learn more about the show https://aidailybrief.ai/

Read the whole story
alvinashcraft
45 minutes ago
reply
Pennsylvania, USA
Share this story
Delete

Rod Christensen and Roan Weigert on AI Pipelines and Rocket Ride

1 Share

Episode 892

Rod Christensen and Roan Weigert on AI Pipelines and Rocket Ride

Rod Christensen and Roan Weigert describe Rocket Ride - a service that helps accelerate the process of creating an AI pipeline. Graphically design APIs, Deployment assistance

Read the whole story
alvinashcraft
46 minutes ago
reply
Pennsylvania, USA
Share this story
Delete

At the Pentagon, OpenAI is In and Anthropic Is Out

1 Share
It’s been a crazy 48 hours in the A.I. industry.
Read the whole story
alvinashcraft
8 hours ago
reply
Pennsylvania, USA
Share this story
Delete
Next Page of Stories