AI/ML News & Innovations Hub

AI/ML news, top picks, and generated innovation digests.

★ Visit ai-karthik.com
422Sources
34834News Items
8Top Picks
202Blogs
successLast Run

Microsoft

200 articles tagged with this keyword, sorted by most recent first.

← All Keywords
InfoWorld AI 2026-08-14 09:00 UTC Score 73.0 USR-0126-20260814-global-ai-ne-cbb0201a

Cloud ops is different in a neocloud

Enterprises are taking a serious look at neoclouds, the specialized cloud providers built primarily around AI infrastructure, especially GPUs, high-speed networking, and large-scale compute clusters for model training and inference. Unlike traditional hyperscalers that provide broad platforms for almost every kind of enterprise workload, neoclouds tend to focus more narrowly on accelerated computing. CoreWeave, Lambda, Crusoe Cloud, and others are all commonly associated with this emerging AI infrastructure market. The interest is not difficult to understand. Enterprises are under pressure to move generative AI , machine learning , and advanced analytics projects out of the lab and into production. At the same time, access to large blocks of GPU capacity has become expensive, constrained, and in some cases difficult to obtain from the major hyperscalers. Many enterprises are finding that neoclouds can offer better economics, faster access to capacity, or configurations more closely aligned with AI workloads. This does not mean AWS, Microsoft Azure, and Google Cloud are being displaced. They remain the default operating environment for most enterprise cloud deployments. They provide mature administrative planes, security tools, compliance frameworks, global footprints, managed services, and operational ecosystems that enterprises have spent years learning how to use. However, AI has changed the infrastructure conversation. Enterprises are worrying less about which cloud they…

OpenAI Community 2026-08-14 01:29 UTC Score 34.0 AI-116-20260814-social-media-9521deba

How are developers supposed to security-test their own apps with Codex if security testing responses are blocked?

This situation is extremely frustrating. I am implementing some common RFC protocols that parse bit and network streams. After implementing these I have been trying to add AFL++ and boofuzz to test individual protocols and integration through the stack. The cyber security alert trips constantly. The worst part is that it’s a blackbox and I don’t know what output caused to trip. It’s constant. I’ve tried rephasing the prompt to be more defensive, but it doesn’t change anything. I have stubbornly worked through getting the fuzzers setup. My work around is piecing together scripts so that nothing is output through codex. I can ask 1000 questions slowly creating a system outside of codex and how to interpret the data, which circumvents tripping the cyber security halt, which kind of shows how futile this is, I just can’t have codex actually do anything useful. I’m at my wits end with these halts. Codex often gets stuck in a halting loop and my only recourse is to start a new chat or lament about how frustrating this is using strong language, which usually brings the session back. I’m considering canceling my subscription because I’m not going to pay $200 a month to see an alert every 2 minutes.

InfoWorld AI 2026-08-13 23:11 UTC Score 47.0 USR-0126-20260813-global-ai-ne-4185d88b

Microsoft updates C++ build tools for Visual Studio

The MSVC Build Tools Preview is updated regularly with the latest features and fixes from the MSVC (Microsoft C++) development team. The MSVC team’s updates for August 2026, targeting the Visual Studio v14.52 release, bring numerous improvements to the C++ front end, modules, code generation, debugging, static analysis, the linker and assembler, and more. The updates were announced in an August 13 blog post . Developers can get the MSVC Build Tools Preview through the Visual Studio 2026 Stable Channel or (more quickly) through the Insiders Channel . C++ compiler front end improvements include added support for default-initialized new[] expressions in constant evaluation when used with modules and improved diagnostics for calling-convention mismatches, incompatible compiler options, and unusable compiled-library files. C++ module improvements include improved type merging when header units are shared across multiple modules, and improved module serialization of data members and template information. Optimizer updates include improved optimization of equality-test loops with loop-carried dependencies, improved jump-to-jump optimizations, and improved optimization around restricted pointers and function calls. Debugging improvements include better diagnostics produced by debug-information inspection tools and improved type merging for programs that use header units and modules. Work continues to support larger debug-information streams, including groundwork for streams up to 4…

The Verge AI 2026-08-13 21:42 UTC Score 59.0 AI-016-20260813-global-ai-ne-a202a998

Microsoft’s Clippy-like Mico character is no longer the face of Copilot

Microsoft Copilot will no longer show its emotive yellow blob, Mico, when you use the chatbot's voice mode. In a support page, Microsoft says it's going to move Mico to its Learn Live platform, where the avatar will have "more to react to," as reported earlier by GeekWire. Mico launched in Copilot's voice mode last […]

OpenAI Community 2026-08-13 20:59 UTC Score 58.0 AI-116-20260813-social-media-4535f014

Codex Windows app started crashing consistently

@stevensweden4 @djahn Welcome to the forum! You are welcome to discuss Codex issues here. However, the official place to report and track them is the OpenAI Codex GitHub issue tracker . I asked ChatGPT to look for the closest related issue, and it identified: github.com/openai/codex [Windows Desktop regression][26.715.10079.0] Project/tool calls trigger 92-100% CPU, UI freeze, and KERNELBASE crashes opened 08:53AM - 23 Jul 26 UTC wendylu2024 bug windows-os tool-calls app performance ### What version of the Codex App are you using? `OpenAI.Codex 26.715.10079.0` … from the Microsoft Store. Additional version details observed locally: - Desktop executable: `ChatGPT.exe 150.0.7871.124` - Bundled Codex runtime: `0.145.0-alpha.30` - App-server startup logs report client version `26.715.72359` Windows deployment history shows that `26.715.8383.0` was installed on July 21 and was replaced by `26.715.10079.0` on July 22. The user reports that the older build was stable and that the repeated freezes/crashes began after this update. ### What subscription do you have? Not provided. ### What platform is your computer? - Windows x64, OS build `26200.8875` - Intel Core Ultra 5 225H, 14 logical processors - 32 GB RAM - Intel Arc 130T GPU - Native Windows workspace (not WSL) ### What issue are you seeing? ## Summary After the Desktop app updated to `26.715.10079.0`, starting or resuming a project conversation and allowing Codex to run ordinary read-only project inspection commands can make t…

InfoWorld AI 2026-08-13 17:37 UTC Score 70.0 USR-0126-20260813-global-ai-ne-d7c27c77

Visual Studio Code 1.133 brings flexibility to Claude sessions

Microsoft has released Visual Studio Code 1.133, an update to its code editor that brings more flexibility to Anthropic Claude sessions. The update also allows users to open the Agents window without signing in to GitHub. VS Code 1.133 was released August 12 . It can be downloaded for Windows, Linux, and Mac from code.visualstudio.com . With VS Code 1.133, users now can mix Anthropic and Copilot providers in Claude sessions. Previously, a Claude session ran entirely through either a GitHub Copilot subscription or Claude’s existing configuration, such as an API key. Switching providers required reconfiguring the agent host. Now, the model picker displays both groups, so users can switch providers between turns. The model selected is used for the next turn. Models under Anthropic bill the API key, and models under Copilot use the Copilot subscription. A new experimental setting, chat.agentHost.allowSignedOutWhenUsable , allows the Agents window to be opened without requiring GitHub sign-in. Previously, the Agents window opened with a GitHub sign-in prompt that could not be dismissed, blocking users whose machine could not reach github.com and users who do not interact with GitHub. Enabling this setting associates GitHub authentication with individual agents or models instead of the Agents window. In this release, this behavior only supports Claude. Support for Copilot with the user’s own model keys and Codex is planned for future releases. VS Code 1.133 also brings auto-reload…

AWS Machine Learning Blog 2026-08-13 15:48 UTC Score 62.0 AI-057-20260813-official-ai--e0801a87

Amazon Quick for Microsoft 365: Agentic AI where you work

Amazon Quick is now available directly inside Microsoft Word, Excel, PowerPoint, and Outlook. These extensions bring connected data access and agentic document editing into the Microsoft 365 apps your teams already use, so you can analyze data, draft content, and reach enterprise knowledge without switching applications.

Synced 2026-08-13 15:23 UTC Score 43.0 AI-041-20260813-ai-specialis-8b0345a0

Comment on Microsoft’s Fully Pipelined Distributed Transformer Processes 16x Sequence Length with Extreme Hardware Efficiency by Brat Generator

The part about using multiple memory hierarchies to push long-context training without tanking MFU is really interesting — that’s the kind of systems work that makes the headline numbers feel believable. The memory spikes around activations and intermediate buffers are exactly where these long-sequence setups get painful, so the distributed pipelining angle makes a lot of sense. I’ve seen similar tradeoffs when building visuals in Brat Generator Brat Generator , where the pipeline matters more than people expect once you start pushing heavier layouts.

OpenAI Community 2026-08-13 14:58 UTC Score 40.0 AI-116-20260813-social-media-e1ba6eca

Sites Issues HTTP 500 Errors - OpenAI Support is Ghosting Me

Hi everyone, sorry for the slow updates here. I checked with our engineering team, and they’ve identified an issue that can prevent Sites with larger numbers of assets from being edited or updated. Your published site should remain online. A fix is in progress but may take a few weeks. In the meantime, you can try asking ChatGPT in your existing Sites conversation: Retrieve my site using a shallow, depth-1 clone of the main branch. Do not modify, overwrite, roll back, or publish anything. This workaround may not work for every site, but it’s worth a try. Please let us know if that doesn't help. Thank you!

The Verge AI 2026-08-13 13:30 UTC Score 52.0 AI-016-20260813-global-ai-ne-ed2d0e44

Microsoft is combining its Copilot apps ahead of a ‘super app’

Microsoft is finally beginning to combine its consumer and commercial Copilot AI assistants into a single "super app" interface, starting with the Copilot and Microsoft 365 Copilot apps. Both personal and work accounts will be moved to the new unified app, which recycles the "Microsoft Copilot" name but features an updated app icon. The single […]

OpenAI Community 2026-08-13 13:29 UTC Score 40.0 AI-116-20260813-social-media-5179eb74

ChatGPT demande une passkey que je ne possède pas

View original post (click for more details) Translated post: Hello, My ChatGPT account was created using “Continue with Google” . I still have access to the Gmail address associated with the account and I can reset my password. However, after signing in: Continue with Google → asks for a passkey for openai.com Email + password → also asks for a passkey I never see “Try another method” . I have already checked: Chrome, Edge, and Firefox Private browsing Another computer iPad Windows Hello Google Password Manager iCloud Keychain No OpenAI passkey can be found. I do not have a Recovery Key, and I do not use Google Authenticator, Microsoft Authenticator, or Authy. Important point: I have never used a physical security key (a USB device such as a YubiKey) with OpenAI. My questions: How can OpenAI ask for a passkey or security key when I have never registered a physical key? Can an OpenAI passkey be stored somewhere other than Windows Hello, Google Password Manager, or iCloud? Has anyone else encountered this problem? Thank you for your help

Entrackr AI 2026-08-13 06:03 UTC Score 69.0 USR-0212-20260813-regional-new-af192433

AI code testing platform Blacksmith raises $45 Mn in Series B led by Peak XV

AI code testing platform Blacksmith has raised $45 million in Series B funding at a valuation of $550 million. The round was led by Peak XV Partners, with participation from existing investors Google Ventures (GV) and Y Combinator, taking the startup’s total funding to $58.5 million. The proceeds will be used to expand into a broader suite of coding tools and help developers write, validate, and merge software faster, Blacksmith said in a press release. Co-founded in 2024 by Aditya Jayaprakash, Aayush Shah, and Aditya Maru, Blacksmith provides a cloud platform for running GitHub Actions continuous integration (CI) workflows. The startup claims its platform can run CI workflows up to twice as fast at half the cost. Blacksmith now serves more than 5,000 customers, including Mercury, Supabase, Clerk, Ashby, and Expensify, up from more than 700 customers less than a year ago. The startup initially focused on CI workloads, helping companies run software builds and tests to validate code before it reaches production. It has since expanded into AI-powered coding tools with Codesmith, an AI coding agent that can automatically fix failed code checks. Blacksmith competes with GitHub Actions, Cursor Automations, and coding and validation capabilities offered by Codex and Claude Code. It also faces competition from AI code testing tools offered by Amazon Web Services, Microsoft Azure, and Google Cloud. India’s AI-powered software testing segment is also seeing more activity as enterpris…

OpenAI Community 2026-08-13 02:10 UTC Score 32.0 AI-116-20260813-social-media-07db55f6

Codex Rate Limits Discussion Thread

Look, I used maybe 3–4 commands and I’ve already hit the weekly limit. This is honestly getting ridiculous — I can’t get any work done like this. I can’t afford to keep paying more and more, and my quota seems to run out faster every time… FOR THE LOVE OF GOD, PLEASE GIVE US A HIGHER LIMIT!

InfoWorld AI 2026-08-12 22:14 UTC Score 71.0 USR-0126-20260812-global-ai-ne-e0ac8bc3

Lovable reaches $13.3B valuation as it adds Cerebras, enterprise tools

Vibe-coding website company Lovable has raised $400 million in Series C funding at a $13.3 billion valuation. The company also recently announced a partnership with AI infrastructure provider Cerebras to accelerate AI inference on its platform. Lovable is a vibe-coding website where users can create full-stack web applications without coding expertise by describing what they want in plain English. The platform combines AI coding tools, real-time collaboration, and project sharing. Customers include the likes of Adidas, Deutsche Telekom, NVIDIA, Udacity, and Workday. In the August 12 funding announcement , the company also unveiled several new Lovable platform capabilities: Built-in payment functionality powered by Paddle and Stripe SEO and AI-search tools to improve discoverability, including integration with Semrush Deeper integrations with Google Workspace, Microsoft 365, Salesforce, Stripe, and ElevenLabs Automatic and scheduled security scanning Additional governance and visibility features including publishing controls, abandoned app clean-up, and workspace insights A dedicated security page, showing which security controls are live for each app In addition, Lovable recently became the first AI coding platform to receive AIUC-1 certification . AIUC-1 is a security, safety, and reliability standard built specifically for AI agents, based on input from Stanford, MIT, MITRE, and the Cloud Security Alliance. Lovable’s $400 million in Series C funding was led by Menlo Ventur…

OpenAI Community 2026-08-12 20:03 UTC Score 37.0 AI-116-20260812-social-media-5c388103

A voice-based driving Copilot that combines navigation, road safety, route personalization and optional human-like conversation

Un copiloto de voz que combina navegación, seguridad vial, elección personalizada de rutas y conversación humana opcional. Mi propuesta es desarrollar un Copiloto de Voz para personas que manejan , especialmente para quienes conducen solas. La idea no es crear simplemente otro GPS. El objetivo es combinar navegación, inteligencia conversacional, información en tiempo real, seguridad vial y preferencias personales en una experiencia de conducción completamente manos libres. 1. Un copiloto, no solamente un GPS Al comenzar un viaje, el sistema podría establecer una conversación sencilla con el conductor: Copiloto: “Hola, ¿cómo estás? ¿Para dónde vamos?” Conductor: “Me voy a casa.” A partir de ahí, el Copiloto podría continuar acompañando el viaje de una manera natural, sin obligar al conductor a interactuar. También podría preguntar: “¿Cómo te fue hoy? ¿Querés hablar un rato o preferís ir tranquilo?” La conversación sería siempre opcional. Si el conductor no quiere hablar, el Copiloto simplemente permanece disponible para navegación y seguridad. 2. Acompañamiento humano, pero no psicológico Una parte importante de la propuesta es que el conductor pueda expresarse si tiene ganas. Por ejemplo, puede decir: “Tuve un día terrible en el trabajo.” “Me peleé con mi pareja.” “Estoy preocupado por llegar tarde.” El objetivo no es realizar terapia ni reemplazar a un psicólogo . El objetivo es ofrecer una presencia conversacional que permita al conductor expresarse y sentirse acompañado m…

GitHub Engineering 2026-08-12 19:00 UTC Score 47.0 USR-0062-20260812-ai-specialis-923ed160

Write your first prompt with the GitHub Copilot app

Learn how to write your first prompt in the GitHub Copilot app, choose the right context and model, and start your first task with confidence. The post Write your first prompt with the GitHub Copilot app appeared first on The GitHub Blog .

Microsoft Research Podcast 2026-08-12 16:00 UTC Score 48.0 AI-147-20260812-podcasts-and-63dd354e

MindTopo reveals VLMs’ spatial reasoning abilities

A path, a fence, a knot. MindTopo sets a new benchmark for testing how AI understands topological relationships and highlights new opportunities to strengthen spatial reasoning and planning. The post MindTopo reveals VLMs’ spatial reasoning abilities appeared first on Microsoft Research .

InfoWorld AI 2026-08-12 15:21 UTC Score 56.0 USR-0126-20260812-global-ai-ne-2ec5bfdb

Microsoft rolls out .NET 11 Preview 7

Microsoft has announced the seventh preview release of the .NET 11 open source developer platform, with improvements ranging from tiered compilation for async methods and a milestone in bringing CoreCLR to WebAssembly . Developers can download Preview 7 from dotnet.microsoft.com . Production availability for .NET 11 is expected in November. Unveiled August 11 , .NET 11 Preview 7 includes improvements across libraries, the .NET runtime, SDK, C# , ASP.NET Core, .NET MAUI, Entity Framework Core, F#, and Windows Forms, according to Microsoft. With this latest preview, runtime-async — the runtime’s built-in implementation of async / await — continues to close the gap with the compiler-generated state-machine model, according to Microsoft. Async versions of methods are now compiled through the tiered compilation pipeline. Async methods previously bypassed tiering and always ran the tier0 code, which was optimized for compilation speed rather than steady-state throughput. On the WebAssembly front, .NET 11 is bringing CoreCLR to WebAssembly with a portable interpreter-plus-R2R (ReadyToRun) model that reuses RyuJIT for ahead-of-time code generation. This configuration could start up in Preview 6, and now runs the CoreCLR libraries test suite end-to-end in Preview 7. Preview 7 also brings C# language and compiler updates including labeled break and continue . With C# 15, break and continue can name an enclosing loop or switch , allowing developers to exit or continue an outer construc…

The Decoder 2026-08-12 10:18 UTC Score 64.0 AI-168-20260812-regional-ai--cfb28e3c

Microsoft's new MAI Code 1.1 Flash gets crushed by Deepseek on both price and performance

Microsoft has released MAI Code 1.1 Flash, a code model for GitHub Copilot that's said to be 25 percent more token-efficient at a quarter of the cost of its predecessor. In benchmarks, though, it gets crushed by the cheaper Deepseek V4 Flash. The move fits a pattern: Microsoft talks up open AI, then bakes worse proprietary models into its apps to protect margins. The article Microsoft's new MAI Code 1.1 Flash gets crushed by Deepseek on both price and performance appeared first on The Decoder .

CIO AI 2026-08-12 10:00 UTC Score 70.0 USR-0125-20260812-global-ai-ne-08876eaa

What successful AI centers of excellence actually do: Lessons from real enterprise implementations

Most articles about AI Centers of Excellence (CoEs) focus heavily on organizational structures, steering committees and high-level governance models. They explain why enterprises need an AI CoE, but they rarely address the far more difficult challenge of how successful organizations operationalize AI at enterprise scale. In practice, many of these discussions remain theoretical, emphasizing aspirational maturity frameworks without addressing the operational complexities organizations encounter once AI systems move into production. This article takes a different approach by grounding the discussion in real-world enterprise implementation experience. Rather than relying on abstract models, it draws from operational lessons learned while deploying production AI systems across industries. The guidance is informed by governance practices that have successfully passed security and compliance reviews, operational realities associated with managing large language models (LLMs) and AI agents after deployment, and practical implementation patterns observed across enterprises scaling AI initiatives beyond experimentation. Instead of presenting an idealized roadmap, the article focuses on the foundational capabilities consistently implemented by organizations that have successfully operationalized AI at scale. These enterprises are not simply experimenting with isolated AI pilots; they are deploying enterprise-grade AI agents, Retrieval-Augmented Generation (RAG) systems, copilot platfo…

The Verge AI 2026-08-11 22:36 UTC Score 52.0 AI-016-20260811-global-ai-ne-3bd6ed84

Xbox Elite 3 prototype pad leaks with tiny built-in screen

Did a prototype Microsoft gamepad fall off the back of a truck? We can't say, but a Redditor has legit-looking photos of a prototype Xbox controller that's almost certainly the Xbox Elite Series 3. Incredibly, they claim they bought the pad for $200 on OfferUp. In May, a Brazilian regulator's leaked images revealed that Xbox […]

Microsoft Research Podcast 2026-08-11 16:00 UTC Score 45.0 AI-147-20260811-podcasts-and-3b329ba1

Introducing CARE-X: Towards Clinically Useful Radiology VLMs with Auxiliary Supervision, Reward-Aligned Learning, and Tool-Augmented Measurement

Radiology AI is evolving beyond report generation. CARE-X explores a unified approach that combines flexible reasoning, calibrated predictions, and measurement-based tools for chest X-ray interpretation. The post Introducing CARE-X: Towards Clinically Useful Radiology VLMs with Auxiliary Supervision, Reward-Aligned Learning, and Tool-Augmented Measurement appeared first on Microsoft Research .

InfoWorld AI 2026-08-11 12:08 UTC Score 43.0 USR-0126-20260811-global-ai-ne-558e87ea

GitHub already has an EDR. You just have to listen to it

Many of the recent supply-chain attacks could have been caught earlier if defenders looked closely at the telemetry GitHub already provides, researchers said. At their Black Hat USA 2026 presentation, researchers Yossi Weizman of Microsoft and Mor Weinberger of Echo argued the case, saying, “GitHub can tell you’re being hacked. You’re just not listening.” The duo described an EDR-style detection approach built from GitHub’s own event stream rather than relying solely on conventional endpoint or network telemetry. After studying recent supply-chain attacks, including Shai-Hulud , Trivy, and Megalodon, the researchers found that seemingly different incidents repeatedly used the same techniques, from forged commit identities and poisoned tags to workflow abuse, OpenID Connect (OIDC) theft, and attempts to erase evidence. They said they turned those recurring techniques into behavioral detections, combining GitHub webhooks, API data, and Git repository inspection to build a historical view of activity. Their new open-source tool, dubbed “GitHub Threat Detector,” reportedly includes 22 production detection rules and 12 beta rules, with compound detections designed to correlate individually weaker signals into high-confidence alerts. Everything leaves evidence on GitHub The central observation in Weizman and Weinberger’s research is that supply-chain attacks often repeat the same patterns even when the targeted projects are unrelated. A compromised identity, for example, may not b…

CIO AI 2026-08-11 09:00 UTC Score 44.0 USR-0125-20260811-global-ai-ne-7fbff177

The code review crisis and how you should rebuild review models

“We’re generating more code than ever. My senior engineers are drowning in review,” a VP of engineering at a mid-sized software company told me. I hear this from engineering leaders almost every week. AI was supposed to fix delivery, but it just moved the bottleneck. If you feel the same way, you’re neither wrong nor alone: in CloudBees’ 2026 State of Code Abundance report, 81% of enterprise technology leaders reported a rise in production issues tied to AI-generated code, while 92% said they were confident the code was production-ready before it shipped. That gap between confidence and production reality is the warning. We spent two years putting AI assistants in front of every developer and almost none rebuilding the workflow behind them. The bottleneck has moved When a company is dropping GitHub Copilot or Cursor into the existing lifecycle and waiting for speed, have no doubts they are treating AI as a productivity patch. And it won’t last long. Before AI coding tools, companies struggled to get enough good code. But today they create more code than ever before. GitHub’s Octoverse 2025 reported 43.2 million pull requests merged per month, up 23% year over year. Today, the bottleneck is deciding what code should be merged or redesigned, and what risk is slipping into production. You improve delivery throughput, but degrade delivery stability through AI adoption. Since AI-authored changes are larger, touching more files per diff, each review decision carries more uncertain…

OpenAI Community 2026-08-10 22:42 UTC Score 40.0 AI-116-20260810-social-media-b1dd54e8

Voice navigation meets contextual intelligence

Thanks for taking the time to share this idea and explain how you see a Copilot Mode working. The combination of voice, navigation, real-time context, and hands-free interaction is interesting, and I appreciate that you also considered safety and privacy in your suggestion. I'll pass this feedback internally. Thanks again for sharing!

GitHub Engineering 2026-08-10 19:30 UTC Score 36.0 USR-0062-20260810-ai-specialis-348e1e4b

Using the GitHub Copilot SDK for Java

Enterprise Java developers have a new superpower—drive GitHub Copilot from idiomatic Java code with annotations, virtual threads, and more. The post Using the GitHub Copilot SDK for Java appeared first on The GitHub Blog .

CIO AI 2026-08-10 18:45 UTC Score 55.0 USR-0125-20260810-global-ai-ne-85a420c4

Microsoft’s PostgreSQL alternative, HorizonDB: Worth the wait?

Microsoft is betting that the integration of HorizonDB, the cloud-native PostgreSQL alternative it is developing, with Azure will attract more enterprise AI and agentic workloads to its cloud services. Enterprises may not be willing to take that bet. It’s been nine months since Microsoft unveiled HorizonDB , but the service remains in public preview with no announced general availability date. Why put AI projects on hold waiting for HorizonDB to arrive, when AWS, Google, Databricks, Snowflake, and others already have production-ready PostgreSQL services positioned for the same AI workloads that Microsoft says it is building HorizonDB to handle? AWS has had the longest head start. Aurora PostgreSQL became generally available in 2017 and has since evolved from a cloud-native PostgreSQL database into an AI-ready service with vector search and integrations with Amazon Bedrock. Similarly, Google’s AlloyDB , which followed in 2022, now includes AlloyDB AI with vector search, embeddings and model interaction for generative AI and agentic applications. Databricks and Snowflake, too, have their own platform-centric services in the form of Lakebase , which became generally available on AWS and Azure this year, and Snowflake Postgres , which was made generally available in February 2026. As the latecomer, when Microsoft pitched HorizonDB at Ignite in November 2025 it talked up its new architectural approach to cloud-native PostgreSQL, built around disaggregated compute and storage and…

InfoWorld AI 2026-08-10 16:02 UTC Score 47.0 USR-0126-20260810-global-ai-ne-e51e210f

Microsoft’s PostgreSQL alternative, HorizonDB: Worth the wait?

Microsoft is betting that the integration of HorizonDB, the cloud-native PostgreSQL alternative it is developing, with Azure will attract more enterprise AI and agentic workloads to its cloud services. Enterprises may not be willing to take that bet. It’s been nine months since Microsoft unveiled HorizonDB , but the service remains in public preview with no announced general availability date. Why put AI projects on hold waiting for HorizonDB to arrive, when AWS, Google, Databricks, Snowflake, and others already have production-ready PostgreSQL services positioned for the same AI workloads that Microsoft says it is building HorizonDB to handle? AWS has had the longest head start. Aurora PostgreSQL became generally available in 2017 and has since evolved from a cloud-native PostgreSQL database into an AI-ready service with vector search and integrations with Amazon Bedrock. Similarly, Google’s AlloyDB , which followed in 2022, now includes AlloyDB AI with vector search, embeddings and model interaction for generative AI and agentic applications. Databricks and Snowflake, too, have their own platform-centric services in the form of Lakebase , which became generally available on AWS and Azure this year, and Snowflake Postgres , which was made generally available in February 2026. As the latecomer, when Microsoft pitched HorizonDB at Ignite in November 2025 it talked up its new architectural approach to cloud-native PostgreSQL, built around disaggregated compute and storage and…

OpenAI Community 2026-08-10 10:43 UTC Score 59.0 AI-116-20260810-social-media-d2ea3acd

Should We Build a DNS-like Agent Registry and Discovery Protocol over A2A?

A2A Agent Registry and Discovery 1. Registry and Discovery over A2A Should we build an Agent Registry and Discovery Agent that allows agents to register and discover other agents over the A2A protocol, much like DNS? For this purpose, we should use A2A rather than MCP , because agents should register and discover one another symmetrically as agents, not through an asymmetric client-server tool model. 2. Semantic Discovery with RAG When an agent registers itself, the registry should create a RAG index from its JSON metadata, including descriptions of its tools and capabilities, using a system such as Azure AI Search. This would allow an agent to find other agents by describing the required capability in natural language, rather than relying on exact names or predefined keywords. 3. Trust and Authorization When agents register their capabilities, the registry should also maintain a trust parameter . Otherwise, agents may use capabilities provided by untrusted agents. The registry should also issue or broker tokens to requesting agents. Otherwise, agents could connect without sufficient control to agents that access sensitive or important data. 4. A2A-Native Cloud Microservices If the Agent Registry and Discovery Agent itself is implemented over A2A, even a centralized architecture could support cloud microservices using A2A as the common protocol. Existing systems such as AWS Agent Registry, MCP Gateway & Registry, and Meta Agent already address parts of this problem, but ther…

Synced 2026-08-10 07:42 UTC Score 59.0 AI-041-20260810-ai-specialis-563f1656

Comment on Precision Coding Redefined: Microsoft WaveCoder’s Pioneering Approach to Fine-Tuned LLM Model Performance by Poople Game

The Generator-Discriminator Framework for instruction tuning is a fascinating approach to solving the data quality bottleneck. Just as daily word puzzles challenge our logic through precise, step-by-step transformations, this research highlights how structured refinement can significantly boost LLM generalization. It's a clever way to ensure that the diversity of training data isn't just relying on the teacher model's inherent limits.

OpenAI Community 2026-08-08 20:10 UTC Score 53.0 AI-116-20260808-social-media-bc7bd651

Codex Desktop App hangs on startup when config.toml contains invalid TOML escape in MCP Windows path

Yes, I have been there as well! I see you already posted this as an GitHub issue. github.com/openai/codex Codex desktop app freezes on startup: MCP Windows path in config.toml triggers TOML parsing failure opened 07:45PM - 08 Aug 26 UTC morgensen-ferdico bug windows-os mcp app config ### What version of the Codex App are you using (From “About Codex” dialog)? 2 … 6.803.5235.0 (Microsoft Store / OpenAI.Codex) ### What subscription do you have? pro ### What platform is your computer? Windows 10 Build 26100 x64 ### What issue are you seeing? Microsoft Store 版 Codex 桌面应用启动后窗口可以打开,但一直卡在加载/启动页面,无法进入主界面。修复、重置、重装应用均无效。 本地排查发现,原因是用户目录下的 config.toml 存在 TOML 语法错误:MCP 配置中的 Windows 路径使用了 TOML 双引号字符串,但路径里的反斜杠没有转义。 示例: args = ["-NoLogo", "...", "-File", "F:\ChatGPT-projiect\deepseek-mcp-local\start-deepseek-mcp.ps1"] 在 TOML 双引号字符串中,\d 是非法转义序列,导致整个配置解析失败。 日志反复出现: failed to reload config: C:\Users\ \.codex\config.toml:150:77: missing escaped value, expected `b`, `e`, `f`, `n`, `r`, `\`, `"`, `x`, `u`, `U` 受影响功能看起来包括: - config/read - plugin/list - bundled_plugins_reconcile - windowsSandbox/setupStart 最终表现为 UI 无限等待,用户只能看到启动页卡死,没有明确错误提示。 ### What steps can reproduce the bug? 1. 在 Windows 上安装 Microsoft Store 版 ChatGPT/Codex。 2. 在 C:\Users\ \.codex\config.toml 中添加一个 MCP server 配置。 3. 在 args 里使用 TOML 双引号字符串保存 Windows 路径,例如: args = ["-NoLogo", "...", "-File", "F:\ChatGPT-projiect\deepseek-mcp-local\start-deepseek-mcp.ps1"] 4. 重启 Codex。 5. Codex 窗口显示,但卡在加载/启动页,无法进入主界面。 临时修复:将路径改为正斜杠后可以正常启动: args = […

OpenAI Community 2026-08-08 06:43 UTC Score 62.0 AI-116-20260808-social-media-30dc4855

"Agents Plugins" by OpenAI, Vercel, et. al. - thoughts?

The tricky part is gonna be how different models interpret the same SKILL.md/tool descriptions. If the format stays simple and the precedence rules r clear, I can see this being really useful. Otherwise it could get messy pretty fast

The Verge AI 2026-08-07 17:43 UTC Score 54.0 AI-016-20260807-global-ai-ne-8595cb9b

Microsoft Edge is about to lock out older ad blockers, just like Chrome did

Microsoft Edge is ending support for the Manifest V2 extensions platform, which will cut off the uBlock Origin adblocker and others like it, just like Google Chrome did earlier this year. According to Microsoft, there are only 58 extensions on the Edge Add-On Store "with any meaningful usage" that still use MV2, and only three […]

The Guardian AI 2026-08-07 13:00 UTC Score 68.0 AI-021-20260807-global-ai-ne-57b0878c

The White House’s plan to vet potentially dangerous AI is cloaked in secrecy

A Trump administration framework on AI testing leaves a lack of transparency – and plenty of open questions After months of talking with tech industry leaders, the Trump administration finalized a framework this week for how it will test new artificial intelligence models for safety and cybersecurity risks. So far, the White House is keeping details of the framework private, in a blow to transparency and potential boon for secretive AI companies. On Tuesday, staff from OpenAI, Anthropic, Meta, Google, Nvidia and Microsoft attended a private meeting with White House officials to review the AI framework. Multiple outlets have since reported that although the volunteer vetting process for new AI models has been settled, the White House does not plan to release its policy publicly and will only share testing criteria with a select few tech companies. Continue reading...

The Decoder 2026-08-07 08:54 UTC Score 44.0 AI-168-20260807-regional-ai--913ea00d

Amazon, Cursor, Microsoft, OpenAI, and Vercel unite on a shared standard for AI agent plugins

Amazon, Cursor, Microsoft, OpenAI, and Vercel have jointly created Agent Plugins, an open standard that defines a single package format for AI agent extensions. Version 1.0.0 uses a plugin.json manifest file and supports both agent skills and MCP servers. The article Amazon, Cursor, Microsoft, OpenAI, and Vercel unite on a shared standard for AI agent plugins appeared first on The Decoder .

InfoWorld AI 2026-08-06 23:34 UTC Score 56.0 USR-0126-20260806-global-ai-ne-a62695c9

Microsoft releases open-source agent that generates unit tests

Microsoft has released code-testing-generator , an open-source agent for generating unit tests in any programming language, according to the company. Released July 31 , the code-testing-generator agent learns from the user’s repository, then plans, writes, and checks the tests to prove that they work. Currently the agent writes unit tests only. Integration tests, end-to-end tests, browser tests, and performance tests are outside its current scope, Microsoft said. The agent coordinates test generation using the “research-plan-implement” (RPI) pipeline. First the agent searches the repository for the code that needs tests, detecting the language and test framework and looking for existing tests to guide its work, and finding the correct commands for building and running the tests. Next the agent chooses the right amount of work from three paths: Direct: Read the relevant code, write the tests, and validate the result. Single pass: Research and plan once, then implement that plan. Iterative: Repeat the cycle to cover a large request or reach a coverage goal. The agent then plans and writes the tests It starts with simple code and then moves to code with more dependencies, mapping each behavior to a test file. The agent then checks that the generated tests are useful. According to Microsoft, it checks for the following problems before it finishes: It considers small code changes that should make the tests fail. It looks for weak or missing assertions. It checks that every reques…

GitHub Engineering 2026-08-06 19:49 UTC Score 29.0 USR-0062-20260806-ai-specialis-435830d1

A guide to slash commands in the GitHub Copilot app

Go beyond chat in the GitHub Copilot app with these slash commands. They'll help you plan, collaborate, automate, and customize your dev workflow. The post A guide to slash commands in the GitHub Copilot app appeared first on The GitHub Blog .

The Decoder 2026-08-06 17:35 UTC Score 54.0 AI-168-20260806-regional-ai--6ea78e85

Microsoft's AI revenue reportedly depends on OpenAI for 70 percent

Microsoft generated $24.1 billion in AI revenue through OpenAI in the fiscal year ending in June. That's about 70 percent of its total AI business, according to a Bloomberg analysis. The heavy reliance helps explain why a company long known for vendor lock-in has recently been championing open-weight models and pushing back against proprietary isolation. The article Microsoft's AI revenue reportedly depends on OpenAI for 70 percent appeared first on The Decoder .

InfoWorld AI 2026-08-06 09:00 UTC Score 47.0 USR-0126-20260806-global-ai-ne-aa49f7b2

Microsoft Web IQ: Ground your AI agents with up-to-date web data

Microsoft has unveiled a suite of IQ products over the last few months. Work IQ, Fabric IQ, and Foundry IQ build on what Microsoft used to call its “Graphs,” the underlying data architecture that underpins its cloud services. These graphs provided a way to query the data your business uses, treating that data as nodes in a graph database and using the GraphQL API model to extract that data — for example, to pull data related to a specific individual held across the various Microsoft 365 applications. The IQ suite follows a similar approach, using the same data, but treating it as the sparse vector store needed to provide grounding data for LLM -based applications. By treating the data as a set of embedding vectors , and integrating it with Model Context Protocol (MCP) servers, Microsoft is giving you the necessary tools to tie LLM output to your data, reducing the risk of hallucination and improving accuracy. Using your own data is a key part of delivering effective agents, ensuring they work within your constraints. Extending IQ to the web Web IQ , the latest member of the IQ suite, was unveiled at Build 2026. A modernization of the retired Bing Search APIs, Web IQ is an agent-focused web search tool that builds on the massive Bing search index to provide up-to-date general information for use in your applications. It may seem a little odd to be talking about a web-wide source of grounding data in the context of a suite of tools that exist to improve the accuracy of your AI…

OpenAI Community 2026-08-06 08:07 UTC Score 40.0 AI-116-20260806-social-media-8ac75e9c

Granular change review using Git in Codex

I would like Codex to incorporate a change review experience similar to GitHub Copilot’s. Currently, when Codex modifies multiple files, I can see the changes, but I lack a convenient way to review the entire file and decide—block by block—which changes to keep and which to undo. The “Undo” button typically reverts the entire task, even when I only want to discard a specific part. It would be very useful if Codex automatically used Git to: Create a checkpoint before each task. Display the full file alongside the changes. Allow “Keep” or “Undo” actions at the file, block, or line-selection level. Retain accepted changes while reverting only the rejected ones. Offer an option to accept or undo the entire task. Prevent automatic checkpoints from cluttering the standard commit history. This would combine Copilot’s ease of review with the safety and traceability of Git. It would be especially useful for large tasks where some changes are correct while others need to be discarded.

InfoWorld AI 2026-08-05 20:44 UTC Score 43.0 USR-0126-20260805-global-ai-ne-88eef85b

Visual Studio Code 1.132 advances built-in dictation

Visual Studio Code 1.132, the latest version of Microsoft’s popular, open-source code editor, has been released. The brings improvements to built-in dictation, side chats, and support for commenting on web elements in the integrated browser. VS Code 1.132 was released August 5 . The update can be downloaded for Windows, Linux, and macOS at code.visualstudio.com . With VS Code 1.132, the built-in multilingual dictation function lets developers dictate in multiple languages using an on-device model that follows language preference or detects the language automatically. The built-in dictation converts speech to text in chat inputs, editors, and terminals. Dictation now uses multilingual Nemotron 3.5 as the default on-device model. Plus, terminal dictation now applies shell-aware cleanup, so spoken commands preserve shell syntax. Also in VS Code 1.132, developers can open a side chat by typing /bt in the chat input. A side chat shares the context and prompt cache of the primary chat, but allows developers to ask the agent questions about the current turn without interrupting the turn. Similarly, developers can select text in a chat response to ask contextual questions about that response. Other new capabilities and improvements in VS Code 1.132: The integrated browser adds support for selecting web page elements and annotating them with agent feedback. Users can trigger this mode by using the workbench.action.browser.addElementCommentToChat keyboard shortcut. Active development…

OpenAI Community 2026-08-05 17:44 UTC Score 43.0 AI-116-20260805-social-media-b314547f

Add Microsoft Planner task Notes read/write support to the ChatGPT Microsoft Graph / Teams Planner integration

Please add support for reading and updating Microsoft Planner task Notes through the ChatGPT Microsoft Graph / Teams Planner integration. Current limitation: ChatGPT can currently work with basic Planner task fields such as title, status/percent complete, due date, priority, bucket, and assignments. However, it does not appear to expose the separate Planner task details / Notes field. Why this matters: In Microsoft Teams and Planner, the Notes field is where task context, source references, audit notes, summaries, and handover details naturally belong. Without Notes support, the only practical workaround is to overload task titles with context or completion notes, which makes Planner boards noisy and weakens task governance. Requested capability: Please expose Microsoft Planner task details support, specifically: read task Notes / description; update task Notes / description; preserve existing Notes content when appending; ideally support checklist and references later, but Notes is the main blocker. Concrete use case: A task may originate from an email, Teams chat, Granola call note, Claude handoff, or Codex analysis. We want ChatGPT to add a short Notes prefix such as: “Source: Email, 2026-08-05 — Adam confirmed X; Bob replied Y; next action is Z.” This gives users a clear audit trail inside Teams/Planner without forcing them to search across emails and chats. Business value: This would make Planner integration materially more useful for teams using ChatGPT as a project co…

InfoWorld AI 2026-08-04 23:47 UTC Score 38.0 USR-0126-20260804-global-ai-ne-4141c435

SnapLogic introduces agentic assistant for data integration

SnapLogic has introduced its new SnapGPT, an agentic assistant that helps enterprise teams plan, build, understand, and operate integrations through natural language. Unveiled July 28 and described as the company’s most-significant advancement in SnapGPT since 2023, the new SnapGPT evolves from an AI-powered integration copilot into an agentic assistant for the integration life cycle, combining platform intelligence, integration-specific reasoning, and operational guidance to help teams move from business intent to production faster, according to SnapLogic. SnapGPT combines agentic planning, integration-specific reasoning, pipeline execution validation, and more than 15 years of enterprise integration expertise built into the SnapLogic Agentic Integration Platform, including platform intelligence, operational context, and proven integration patterns, the company said. SnapGPT now helps teams across the entire integration life cycle: Plan – Plan Mode helps teams validate requirements, explore implementation approaches, refine workflows, and identify potential issues before development begins. Build – Generate high-quality, production-ready integrations through integration-specific reasoning and pipeline execution validation, while accelerating development with multi-pipeline generation, intelligent pipeline refactoring, reusable expression libraries, and natural-language generation of SnapLogic MCP Servers. Understand – Analyze existing integration assets, explain pipeline lo…

The Verge AI 2026-08-04 14:42 UTC Score 49.0 AI-016-20260804-global-ai-ne-69dcaf4c

Apple is working on iPhone-to-Windows copy-paste

Apple is working on a feature that will allow users in the European Union to copy content on their iPhone and paste it onto their Windows PC (or vice versa), as spotted earlier by MacRumors. The move comes in response to an interoperability request from Microsoft that asks Apple to open up its Universal Clipboard […]

Entrackr AI 2026-08-04 11:01 UTC Score 57.0 USR-0212-20260804-regional-new-f8732815

Razorpay hires four senior engineering leaders for AI roles

Fintech unicorn Razorpay has appointed four senior engineering leaders from Divyam.ai, Microsoft, Salesforce and CRED as it expands its artificial intelligence capabilities. The company has hired former Divyam.ai CTO and co founder Sudhir Reddy to lead AI and data architecture. It has also appointed Abhishek Agarwal, formerly Principal Group Engineering Manager at Microsoft, Bhavya Shivaprakash, formerly Senior Director at Salesforce, and Anuj Mathur, formerly Senior Director at CRED. According to Razorpay, the appointments are aimed at strengthening its engineering leadership across AI, cloud infrastructure, developer platforms and data engineering as it develops AI powered financial products and services. The company said the new executives will work on AI initiatives across payments, banking, risk, data and developer platforms. The appointments come after Praburam Rambadran joined Razorpay as Senior Vice President of Engineering in September 2025. Razorpay said it has introduced products such as Agentic Payments, Agent Studio, Agentic Dashboard and Onboarding, Connected Banking Agents, along with a suite of internal AI developer tools as part of its AI strategy.

Entrackr AI 2026-08-04 10:23 UTC Score 64.0 USR-0212-20260804-regional-new-fe870f9c

Razorpay hires four senior engineering leaders for AI roles

Fintech unicorn Razorpay has appointed four senior engineering leaders from Divyam.ai, Microsoft, Salesforce and CRED as it expands its artificial intelligence capabilities. The company has hired former Divyam.ai CTO and co founder Sudhir Reddy to lead AI and data architecture. It has also appointed Abhishek Agarwal, formerly Principal Group Engineering Manager at Microsoft, Bhavya Shivaprakash, formerly Senior Director at Salesforce, and Anuj Mathur, formerly Senior Director at CRED. According to Razorpay, the appointments are aimed at strengthening its engineering leadership across AI, cloud infrastructure, developer platforms and data engineering as it develops AI powered financial products and services. The company said the new executives will work on AI initiatives across payments, banking, risk, data and developer platforms. The appointments come after Praburam Rambadran joined Razorpay as Senior Vice President of Engineering in September 2025. Razorpay said it has introduced products such as Agentic Payments, Agent Studio, Agentic Dashboard and Onboarding, Connected Banking Agents, along with a suite of internal AI developer tools as part of its AI strategy.

Entrackr AI 2026-08-04 05:46 UTC Score 77.0 USR-0212-20260804-regional-new-d3f3b94b

Superleap raises Rs 36 Cr in pre-Series A round led by Peak XV’s Surge

Enterprise AI CRM startup Superleap has raised Rs 36 crore ($3.7 million) in a pre-Series A funding round led by Peak XV’s Surge. The fresh capital will be used to expand its enterprise go-to-market operations, develop its AI-based CRM platform and strengthen its product capabilities. Founded in 2024 by former Unacademy operators Subham Kumar Boundia, Alok Maurya and Saurabh Maheshwari, Superleap provides an AI-native CRM platform for sales and revenue teams. The platform combines revenue data, customer intelligence and AI agents to automate tasks across the sales cycle. Superleap claims to have grown 10X over the past year and serves customers across BFSI, SaaS, education, healthcare, travel, hospitality and media. Its customers include Razorpay, Aakash Education, MediBuddy, HCL GUVI, Cars24, PagarBook, Plum, Qube Cinema and Superhealth. Razorpay migrated more than 10 million data records to Superleap in 45 days, while Aakash Education moved around 5,000 counselors across 400 locations to the platform in under 60 days. Superleap’s platform includes SuperOS for data management, SuperSense for customer intelligence and SuperAgents for automating revenue tasks. It also offers AI voice bots and integrations with tools including WhatsApp, Slack, Microsoft Teams, Claude and ChatGPT. The startup is also backed by Gruhas, Supermorpheus Group and angel investors including Deepinder Goyal, Kunal Shah, Gaurav Munjal, Anupam Mittal, Mukesh Bansal and Nikhil Kamath.

Gradient Flow 2026-08-03 19:00 UTC Score 33.0 USR-0119-20260803-ai-specialis-62018a9a

If the Labs Wobble, the Clouds Feel It First

I have written separately about the shaky economics behind the data center boom and the growing pressure on the frontier labs. This post connects the two. Microsoft reported $24.1 billion of revenue from its OpenAI relationship, an amount equivalent to almost one-quarter of Azure’s scale, although the figure includes revenue-sharing payments as well as cloud Continue reading "If the Labs Wobble, the Clouds Feel It First" The post If the Labs Wobble, the Clouds Feel It First appeared first on Gradient Flow .

The Verge AI 2026-08-03 16:31 UTC Score 49.0 AI-016-20260803-global-ai-ne-91e32401

Microsoft is bringing Xbox 360 games to PC

Building on its recently announced plans to bring original Xbox games to PC, Microsoft is also planning to let developers bring their Xbox 360 games to PC as well, according to a leaked document, seen by The Verge, that was sent to developers recently. Xbox 360 games will be able to run on the next-gen […]

Microsoft Research Podcast 2026-08-03 16:00 UTC Score 47.0 AI-147-20260803-podcasts-and-5b723329

Orchard: An open framework for scalable agentic AI

Orchard is an open-source framework for the research community to train and evaluate AI agents across task types. It reduces complexity while supporting strong performance from smaller models by enabling researchers to reuse the same infrastructure. The post Orchard: An open framework for scalable agentic AI appeared first on Microsoft Research .

OpenAI Community 2026-08-03 14:25 UTC Score 45.0 AI-116-20260803-social-media-f8c0fac1

Codex is always unresponsive

Thanks for the update, @winters_hai. Glad the VS Code extension gives you at least a partial workaround, though I understand the missing project features make it less useful. Please download or update to the newest available Windows Codex build from the Microsoft Store, fully quit all Codex processes, then cold-launch the app again. If it still stalls, please share the new Codex app version, Microsoft Store package version, and a fresh startup log so the issue can be followed up with the latest build details. -Mark G.

Korea AI Times 2026-08-03 09:02 UTC Score 40.0 USR-0048-20260803-global-ai-ne-38e572b1

MS, 첫 실시간 양방향 음성 AI 'MAI 리얼타임' 테스트 중

마이크로소프트(MS)가 자체 개발한 첫 실시간 양방향 음성 AI 모델 \'MAI 리얼타임(Realtime)\'의 비공개 테스트를 시작하며 대화형 음성 AI 시장 공략에 속도를 내는 것으로 확인됐다. 테스팅카탈로그는 2일(현지시간) MS가 최근 일부 비공개 파트너를 대상으로 MAI 플레이그라운드(Playground) 환경에서 ‘MAI 리얼타임’ 모델의 한정 테스트를 진행 중이라고 전했다.현재 모델은 초기 접근 형태로 제공되고 있으며, 앞으로 MS의 AI 개발 플랫폼과 \'코파일럿(Copilot)\' 등 주요 서비스에 적용될 것으로 전망된다.

InfoWorld AI 2026-08-03 09:00 UTC Score 27.0 USR-0126-20260803-global-ai-ne-e6f9b061

Get started with the Typst programming language for documents

When we think of documents, or documentation, they tend to fall into two circles. First are business documents, typically composed with an office application like Microsoft Word or Google Docs. Second is project documentation, often created semi-automatically from a project using an app like Sphinx or Pandoc. But there’s a third circle, one that can overlap the other two. These are documents produced by a typesetting language—a combination of markup and programming language used to produce books, textbooks, academic journals, scientific papers, technical manuals, and other documents where the formatting and layout is crucial. A typesetting language allows you to create a handy, human-readable document that serves both as a single source of truth and as a foundation for outputting to print, web, e-book, and other formats. Over the last few years, an open-source project has shaped up to be a powerful choice for meeting all of those needs: Typst (pronounced “typist”). TeX, LaTex, and now Typst For decades, the preeminent typesetting language was TeX , better known in its more recent incarnation LaTeX . TeX was originally created by Donald Knuth in 1978, and LaTex followed in 1984. TeX and LaTeX have broad adoption and they’re almost universally supported and understood. But they have two big, long-standing problems. The first is they’re old. They were created for an entirely different world of computing, and their age shows in cumbersome syntax and management. The second is the…

Entrackr AI 2026-08-03 04:24 UTC Score 69.0 USR-0212-20260803-regional-new-42acd52b

Exclusive: SuperManager AGI in acquisition talks with Fortune 100 firm

Enterprise AI startup SuperManager AGI, formerly known as Oqlous AGI, is in an active acquisition process with a Fortune 100 global firm, according to sources aware of the development. Sources told Entrackr that the proposed transaction is valued at around Rs 50 crore and is currently under process, with both sides working towards closing the deal. The identity of the prospective acquirer could not be ascertained, and it is not immediately clear whether the parties have signed a definitive agreement. Founded in early 2025 by Nirmal Nambiar and Aditya Sharma, SuperManager AGI develops an enterprise agentic AI platform that enables businesses to deploy autonomous AI agents across Project Management & Execution . If completed, the deal would transfer ownership of the startup's technology stack to the acquiring Fortune 100 firm, while the founding team is expected to join the acquirer to help scale the platform globally. Nambiar, an IIT Dharwad alumnus, previously worked as a product manager at Microsoft before starting the company with Sharma, who leads the startup's technology development. SuperManager AGI was initially launched as Oqlous AGI before rebranding earlier this year. The startup's platform is built on its proprietary Beehive Agentic Architecture and Agentic Data Architecture (ADA), with the underlying research published as a peer reviewed paper. The startup's platform is built on its proprietary Beehive Agentic Architecture and Agentic Data Architecture (ADA), with…

OpenAI Community 2026-08-02 18:16 UTC Score 47.0 AI-116-20260802-social-media-9ff487da

Codex tip: Setting up your windows native sandbox to reduce auto-review requests

Sharing a quick tip for anyone using Codex on Windows with a windows native sandbox . I noticed that my Codex auto-review turn count was a little high in Codex Analytics . After some research, I found a few Windows settings that may help reduce unnecessary auto-reviews—saving usage and making Codex a bit faster. In my case, Codex showed errors such as: CryptUnprotectData failed CreateProcessAsUserW failed Access denied These errors can indicate a Windows user-permission problem, rather than Codex actually needing full access to the computer. 1. Install PowerShell 7 using the MSI installer Install PowerShell 7 using Microsoft’s official MSI installer , not the Microsoft Store version: [Download PowerShell using Microsoft’s installation guide] - ( Install PowerShell 7 on Windows - PowerShell | Microsoft Learn ) Look for the “ Install the MSI package ” section. WinGet might not work, so this is preferable. The Store version uses a per-user executable under WindowsApps . Codex’s elevated sandbox runs commands through a separate restricted Windows user, which may not be able to access or launch that executable. The MSI installs PowerShell system-wide under C:\Program Files , where the sandbox can access it. This can prevent “Access denied” errors and unnecessary auto-reviews. After installation, open a new PowerShell window and run: where.exe pwsh pwsh -NoProfile -Command '$PSHOME' The result should point to: C:\Program Files\PowerShell\7\pwsh.exe If it only shows a path containi…

The Verge AI 2026-08-02 16:14 UTC Score 52.0 AI-016-20260802-global-ai-ne-7af70de6

Xbox prices are increasing by up to €200 or £170

When Microsoft announced its latest round of Xbox price bumps in June, it only gave US pricing. Now we know the pricing increases for the EU and UK, and they're dramatic. Depending on the model, Xbox prices are increasing by up to €200 or £170. The 1TB Xbox Series X with a disc drive is […]

Simon Willison Weblog 2026-08-02 04:16 UTC Score 58.0 USR-0110-20260802-ai-specialis-365ee4b1

Open letters about AI development

Open letters about AI development I wrote this summary of the past few weeks of open letters as a section of my sponsors-only newsletter but I've decided to share it here as well. Open Weights and American AI Leadership was shepherded by Microsoft, dated July 24th, and signed by 235 AI-adjacent companies including NVIDIA (see Jensen's first ever tweet ), Amazon, Y Combinator, The Linux Foundation, and (a later signer) OpenAI. It's clearly an argument designed to counter any instincts by the current US government to ban or limit open weight models over "safety" concerns - a reasonable consideration given what happened to Claude Fable 5 ! Relying solely on closed models is not inherently safe: they can be breached, misused, or fail in ways that outsiders cannot detect. And concentrating advanced AI capabilities behind a small number of closed models compounds that risk. It results in a small number of single points of failure, weakens competition, and leaves critical technology in the hands of a few providers. Open weight models, on the other hand, allow a broad community of researchers and developers to examine their behavior, identify vulnerabilities, develop safeguards, and improve them over time. The one surprising note in the letter is that it comes out in support of distillation, where models train on output from other models: In shaping this ecosystem, policymakers should be careful not to conflate legitimate model-development techniques with misappropriation. Distillat…

OpenAI Community 2026-08-01 19:09 UTC Score 40.0 AI-116-20260801-social-media-a63fc50c

Why are unwanted, intrusive UI features mandatory instead of optional?

Why is OpenAI forcing unwanted interface features on everyone without offering a way to disable them? Examples include the navigation-marker stack beside the scrollbar and the mandatory preview that opens whenever I click a PDF or another file or even when I only want to download it. These features may be useful to some people, but for others they create clutter, unwanted pop-ups, and extra steps. The issue isn’t that these features exist. The issue is that users are forced to use them. Why not provide simple settings such as: Disable navigation markers Download files directly instead of opening previews Turn off automatic previews and other intrusive interface elements Is this temporary while the interface is being developed, or is this OpenAI’s direction going forward, adding whatever features it chooses and giving users no way to opt out? Please don’t follow the microsoft-style approach of forcing every new interface idea onto every user. Add useful features, but also give us control over our own workspace. Basic opt-out settings would prevent good ideas from becoming constant annoyances.

The Decoder 2026-08-01 13:51 UTC Score 38.0 AI-168-20260801-regional-ai--6cefd194

A security researcher built a self-spreading worm that hides inside Word docs and hijacks Microsoft Copilot

A security researcher has demonstrated a worm-like attack on Microsoft Copilot for Word: invisible prompt injections hidden in documents spread automatically into new files every time they're reused. Microsoft confirmed the issue but failed to fix it after 144 days and two attempts. The article A security researcher built a self-spreading worm that hides inside Word docs and hijacks Microsoft Copilot appeared first on The Decoder .

InfoWorld AI 2026-07-31 13:16 UTC Score 38.0 USR-0126-20260731-global-ai-ne-56307acd

Microsoft almost gave away the keys to everyone’s Azure Cosmos DBs

Microsoft has had a narrow escape from total embarrassment: A security company uncovered a critical vulnerability that could have compromised all Azure Cosmos DB databases — both those of customers and Microsoft’s own. Google subsidiary Wiz found a flaw in the database’s Gremlin API, usually used for storing and managing property graph data. If bad actors had discovered it first, they could have exploited it to acquire what Wiz called the Cosmos Master Key, which would have enabled them to use the primary key of any Cosmos database, resulting in read and write access to any account. They would also have had access to a list of every database on the service, with identifiers such as subscription and tenant IDs. Azure Cosmos DB is a NoSQL database that underpins Microsoft’s cloud services. It can be accessed through SDKs for framework such as Python, Node.js, Java, and .NET. Wiz described how it discovered the vulnerability in a blog post. It disclosed details of the flaw to Microsoft in November 2025. Microsoft deployed a hot fix within two days, but it took another eight months to re-engineer the infrastructure, removing the Cosmos Master Key and introducing new guardrails to Cosmos DB to prevent similar attacks. It is not the first time Cosmos DB customers’ primary keys have been under threat: In 2021, Wiz found a flaw in data exploration tool Jupyter Notebook that could be exploited to access the database keys and other secrets. This article first appeared on CSO.

Semafor Technology 2026-07-31 13:15 UTC Score 42.0 USR-0094-20260731-global-ai-ne-131b191f

Asian stocks rebound on US tech earnings

Amazon announced further investment in data centers, while Microsoft delivered “blockbuster” revenue growth in its cloud-computing business.

InfoWorld AI 2026-07-31 09:00 UTC Score 38.0 USR-0126-20260731-global-ai-ne-cf6197a7

UK says the cloud is financial infrastructure

Every cloud architect, every financial services executive, and frankly every enterprise CTO should be paying attention to what is going on in the United Kingdom right now . Britain has formally designated Microsoft, Google, Amazon Web Services, and Oracle as “critical third parties” to the financial sector, meaning they are now subject to direct oversight by UK financial regulators rather than being treated as distant infrastructure suppliers outside the regulatory perimeter. The designations took effect on July 13, 2026, and the oversight will be carried out by the Bank of England, the Prudential Regulation Authority, and the Financial Conduct Authority. The point is straightforward. If these platforms underpin critical banking and financial operations, then their resilience is no longer just a procurement issue. It is now a matter of financial stability. This is a bigger deal than many people understand. For years, enterprises have treated cloud platforms as outsourced technology providers. Regulators are now making a different argument. They are saying that when enough banks, insurers, payment firms, and market infrastructures depend on the same small group of cloud providers, those providers become systemic infrastructure whether they like the label or not. Reuters reported that the UK’s framework will bring requirements such as resilience testing, self-assessments, and incident reporting directly to these providers. In other words, this is not just more policy language.…

Korea AI Times 2026-07-31 08:26 UTC Score 40.0 USR-0048-20260731-global-ai-ne-a563699a

"악성 문서 읽고 파일 유출"...MS 코파일럿서 보안 허점 발견

AI를 활용한 사이버 보안 경쟁이 본격화하는 가운데, 기업용 AI 서비스의 보안 취약점이 잇따라 드러나고 있다. 최근 허깅페이스 해킹 사태에 이어 마이크로소프트(MS)의 기업용 AI 비서 \'코파일럿(Copilot)\'에서도 민감한 기업 데이터를 외부로 유출할 수 있는 취약점이 발견되면서, 보안을 강화하기 위해 도입한 AI가 오히려 새로운 공격 경로가 될 수 있다는 우려가 커지고 있다.디 인포메이션은 30일(현지시간) MS의 오피스 365용 AI 기능인 코파일럿에서 해커가 기업 내부 파일과 이메일을 탈취할 수 있는 복수의 보안 취약점이

CIO AI 2026-07-31 02:02 UTC Score 58.0 USR-0125-20260731-global-ai-ne-7114c2c6

Microsoft doubles down on multi-model AI as it builds a Copilot super app

All of the major AI providers want you to use, and ideally stay within, their super apps, and now Microsoft is looking to capture that attention, too. During an earnings call this week, CEO Satya Nadella confirmed that the tech giant is building a Copilot ‘super app’ that will be rolled out this quarter. The new platform will bring together various Copilot tools, including chat, Cowork, long-running Autopilot agents, and the always-on Microsoft Scout, powered by OpenClaw. Microsoft said the super app will be wired into many of its other governance platforms, including Agent 365, IT Ops, SecOps, FinOps, and business processes. And, it said, CRM and ERP systems will “serve as skills and plug-ins that go into core work.” “You’re able to take that enterprise-wide workflow and wire it into the super app,” Nadella said, describing it as “the coming together of a new way to work.” With this move, Microsoft will compete with OpenAI’s ChatGPT Work, Claude Cowork, and a growing number of others trying to capture as much of a user’s workflow as possible. It could prove a strong contender, as everyday Copilot “usage intensity” is at the same level as that of Outlook or Teams, Nadella said, and paid seats now surpass 30 million. Every model should be ‘swappable’ Even as it builds a super app to bridge workflows, Microsoft is acknowledging enterprise demand for model choice. Customers are making it clear that they don’t want to be locked into one model; they want the ability to move betwe…

OpenAI Community 2026-07-30 20:19 UTC Score 37.0 AI-116-20260730-social-media-8d6125e7

Feature Request: Review Mode for Reports & Documents

Hey ashnilvazirani26 , welcome to the forum! I agree that would be a valuable addition. Thanks for taking the time to share your idea and explain the use case. I'll pass this feedback along to the product team so they can review the request and decide whether it's something they'd like to implement. Avinash

Microsoft AI Blog 2026-07-30 19:39 UTC Score 39.0 AI-054-20260730-official-ai--50f57e88

Some more detail on the ROIC Intelligence App I built yesterday and mentioned on today’s earnings call. I took the PDF that Brian Nowak at Morgan Stanley put together for Hyperscale ROIC this week and used Copilot code (coming in our new superapp) with a single prompt + skill (/drill-me) to create…

The post Some more detail on the ROIC Intelligence App I built yesterday and mentioned on today’s earnings call. I took the PDF that Brian Nowak at Morgan Stanley put together for Hyperscale ROIC this week and used Copilot code (coming in our new superapp) with a single prompt + skill (/drill-me) to create the plan, then used autopilot in auto to create the full app (with history, lookups, scenarios, what-ifs, etc). And /rubber-duck to test. [Read more] appeared first on Source .

The Decoder 2026-07-30 18:46 UTC Score 42.0 AI-168-20260730-regional-ai--182abdd6

OpenAI goes full China pricing mode with an 80 percent cut to its most affordable GPT-5.6 model

Starting July 30, OpenAI is cutting GPT-5.6 Luna prices by 80 percent and Terra by 20 percent. OpenAI says its top-tier Sol model helped make the company's own infrastructure more efficient, enabling the cuts. Price pressure from cheap Chinese providers and Microsoft's own MAI models likely played a role too. The article OpenAI goes full China pricing mode with an 80 percent cut to its most affordable GPT-5.6 model appeared first on The Decoder .

GitHub AI Blog 2026-07-30 17:30 UTC Score 29.0 USR-0061-20260730-ai-specialis-ad82e493

Stacked sessions and pull requests in the GitHub Copilot app

Learn how I modernized an old codebase of mine using stacked sessions and pull requests in the GitHub Copilot app. The post Stacked sessions and pull requests in the GitHub Copilot app appeared first on The GitHub Blog .

Microsoft Research Podcast 2026-07-30 17:00 UTC Score 39.0 AI-147-20260730-podcasts-and-07763120

Echoverse: Deep, evolving environments for computer-use agents

Computer-use AI agents struggle with multi-step workflows like email and customer support. Echoverse trains agents in realistic environments rather than simply providing more training tasks, helping them improve as the tasks, tests, and environments evolve. The post Echoverse: Deep, evolving environments for computer-use agents appeared first on Microsoft Research .

Microsoft Research Podcast 2026-07-30 16:00 UTC Score 31.0 AI-147-20260730-podcasts-and-3e8da64e

EvoLib: Turning experience into evolving knowledge

LLMs do not get smarter just by remembering more. EvoLib turns experience into evolving knowledge, taking reusable skills and insights that help models learn and adapt across tasks long after deployment. The post EvoLib: Turning experience into evolving knowledge appeared first on Microsoft Research .

The Verge AI 2026-07-30 14:22 UTC Score 60.0 AI-016-20260730-global-ai-ne-121b2d89

Microsoft’s latest Surface Laptop is hundreds off at Best Buy

If you’re keen on getting a laptop that looks fantastic, feels great to use, and doesn’t cost too much, well, pickings are slim right due to RAMageddon. However, there’s a good deal happening at Best Buy through Thursday, July 30th, on Microsoft’s Arm-based, 13.8-inch Surface Laptop that has the 10-core Snapdragon X2 Plus chipset. Originally […]

The Decoder 2026-07-30 13:11 UTC Score 53.0 AI-168-20260730-regional-ai--79bcb835

Microsoft AI bets on cheap specialist models instead of chasing the frontier

Microsoft AI is betting on small specialist models instead of expensive general-purpose ones, according to AI CEO Mustafa Suleyman. MAI-Cyber-1-Flash tops the CyberGym benchmark when embedded in an orchestrator and reportedly costs half as much as Anthropic's Mythos, but it still relies on OpenAI for hard tasks. Competition is shifting from individual models to the orchestration software that routes and manages them. The article Microsoft AI bets on cheap specialist models instead of chasing the frontier appeared first on The Decoder .

OpenAI Community 2026-07-30 06:18 UTC Score 56.0 AI-116-20260730-social-media-767d67d6

Codex Desktop for Windows Repeatedly Exits and Relaunches During Reasoning Summaries (Workaround)

Bug Report Title: Codex desktop for Windows repeatedly exits and relaunches during streamed reasoning summaries Severity: Critical / application-blocking Environment Windows 11 Pro x64, build 26200 Codex Microsoft Store package: OpenAI.Codex_26.721.11231.0_x64 Executable: ChatGPT.exe Chromium/Electron version reported by Crashpad: 150.0.7871.128 Model: gpt-5.6-sol Reasoning effort: high Memory: 64 GB DDR5 Multi-monitor configuration Time zone: Europe/Berlin, CEST (UTC+2) Problem The Codex desktop application repeatedly disappears and relaunches while an active, tool-using turn is streaming reasoning-summary updates. During the worst periods, this happens approximately every one to two minutes. The current reproducible exits are not conventional access-violation crashes: The main ChatGPT.exe process, codex.exe , GPU process, renderers, utilities, and Crashpad handler all terminate almost simultaneously. Every monitored process reports exit code 0 . Windows records the AppX container being destroyed and recreated. The application relaunches approximately five to eight seconds later. No Windows Error Reporting or Crashpad dump is generated for these reproducible exits. Reproduction Steps Start the Codex desktop application on Windows. Open a workspace and an existing task. Use a reasoning-capable model with reasoning effort set to high . Start a longer, multi-step task involving several tool calls. Allow multiple reasoning-summary updates to stream into the UI. Continue generat…

InfoWorld AI 2026-07-30 00:49 UTC Score 54.0 USR-0126-20260730-global-ai-ne-acc2a52a

Visual Studio Code 1.131 zeroes in on subagents

Microsoft has shipped Visual Code 1.131, an update to its code editor with improvements for monitoring subagents, dictation, and Markdown editing. Released July 29 , Visual Studio Code 1.131 can be downloaded for Windows, Linux, or Mac at code.visualstudio.com . An enhancement to the Agents window in VS Code 1.131 allows developers to see what a running subagent is doing without opening its conversation. For each subagent, the main conversation now shows the model used by the subagent, how long the subagent has been running, and the tool the subagent is actively calling. A preview of built-in dictation across VS Code gives developers dictation capabilities without having to install the VS Code Speech extension. The transcription service works in chat inputs, text editors, and the terminal, Microsoft said. A single speech session and microphone selection are shared across all three surfaces, which prevents overlapping recordings and keeps dictated text in the intended location, according to the company. This is an experimental feature. VS Code 1.131 also introduces a hybrid Markdown editor in the Agents window, allow users to view Markdown files, edit them in place, and add comments that an agent can act on. By using “Reopen editor with”, developers can switch easily between the text editor and the new Markdown editor, both in the Agents window and editor windows. The hybrid Markdown editor is an experimental feature. For accessibility, screen reader users now can read termin…

The Verge AI 2026-07-29 22:17 UTC Score 58.0 AI-016-20260729-global-ai-ne-2aaefae5

Microsoft confirms Copilot ‘super app’ coming this year

Microsoft is working on an AI "super app" that combines Copilot's chat, coding, and agentic capabilities. During an earnings call on Wednesday, Microsoft CEO Satya Nadella said the app will span "both consumer and commercial experiences" when it launches this year. "Copilot is evolving rapidly from chat to Cowork to Autopilots," Nadella said. "This quarter, […]

InfoWorld AI 2026-07-29 21:53 UTC Score 48.0 USR-0126-20260729-global-ai-ne-13cb161a

Microsoft updates MCP C# SDK for stateless MCP

Microsoft has released MCP C# SDK v2.0 , a major update of the company’s official C# SDK for Model Context Protocol (MCP) servers and clients. Unveiled July 28 , MCP C# SDK v2.0 implements the 2026-07-28 revision of the MCP specification , which Microsoft described as the protocol’s largest revision since its launch. The 2026-07-28 revision makes the MCP protocol stateless by default, standardizes the HTTP surface to allow ordinary HTTP infrastructure to route MCP traffic, and introduces Multi Round-Trip Requests (MRTR) to support interaction without requiring long-lived sessions. MCP C# SDK 2.0 moves in lockstep with these changes, Microsoft said. The HTTP server transport now runs statelessly by default. Whereas version 1.x of the SDK configured stateful sessions out of the box, in version 2.0 HttpServerTransportOptions.Stateless defaults to true . MCP C# SDK v2.0 also implements a small set of HTTP headers that the 2026-07-28 MCP revision standardizes. A tools/call now includes Mcp-Method: tools/call and Mcp-Name: get_order_status alongside the JSON-RPC body. With the 2026-07-28 revision, an MCP request becomes a single, self-describing HTTP POST. This means that ordinary HTTP infrastructure such as load balancers, proxies, gateways, and web application firewalls now can act on MCP traffic without deep packet inspection, Microsoft said. And MCP C# SDK 2.0 adds support for MRTR on the server and on the client. MRTR addresses scenarios in which tools can’t answer in a singl…

The Verge AI 2026-07-29 20:26 UTC Score 62.0 AI-016-20260729-global-ai-ne-a6287999

Xbox revenue drops 10 percent as Microsoft’s cloud and AI business surges

Xbox is having yet another tough quarter, as revenue from content and services like its Game Pass subscription dipped 10 percent over the past few months. At the same time, Xbox hardware sales declined 13 percent, according to Microsoft's fourth-quarter earnings report released on Wednesday. The news comes just weeks after Xbox head Asha Sharma […]

Simon Willison Weblog 2026-07-29 18:43 UTC Score 41.0 USR-0110-20260729-ai-specialis-f1c965fa

AI Worming through Word

AI Worming through Word Neat new prompt injection variant by Håkon Måløy, who found a way to upgrade prompt injection attacks against Microsoft Word to full self-replicating worms: An attacker places hidden instructions in a document that is later used as source material in Copilot for Word. Copilot may interpret those instructions as part of the user’s request, causing it to manipulate the document being drafted or edited. Copilot may then also copy the hidden instructions into the resulting document, turning that document into a new carrier. If the carrier is subsequently used in another Copilot-assisted workflow, the instructions can trigger again and propagate into further documents, even without the attacker’s original document being present. We've seen plenty of hidden white-on-white text before - the kids are using it in their job applications now - but this is the first one I've seen that deliberately copies instructions to self-replicate itself. It was responsibly disclosed to Microsoft who then had 144 days to work on a fix, but so far (unsurprisingly) there's no mitigation that covers the full class of attack. Via Hacker News Tags: microsoft , security , ai , prompt-injection , generative-ai , llms

GitHub Engineering 2026-07-29 16:00 UTC Score 34.0 USR-0062-20260729-ai-specialis-df364637

Tame Dependabot: Group your updates, slow the cadence, keep security fast

Dependabot keeps your dependencies current, but its defaults can flood your repository with pull requests. Here's how grouping updates, slowing the cadence, and keeping security fixes fast cut the noise on a Microsoft open source project. The post Tame Dependabot: Group your updates, slow the cadence, keep security fast appeared first on The GitHub Blog .

Synced 2026-07-29 14:17 UTC Score 37.0 AI-041-20260729-ai-specialis-a8632e0f

Comment on Microsoft’s Fully Pipelined Distributed Transformer Processes 16x Sequence Length with Extreme Hardware Efficiency by juego copero

Great article on FPDT! The memory hierarchy optimization is really impressive. As someone who runs a gaming site, I can appreciate efficiency improvements—smooth gameplay depends heavily on resource management. Check out https://juegocopero.com/ for more on that!

SiliconANGLE AI 2026-07-29 13:00 UTC Score 38.0 USR-0127-20260729-global-ai-ne-7914d872

SnapLogic transforms SnapGPT into a high-powered agentic assistant for the entire integration lifecycle

Enterprise data integration and automation firm SnapLogic Inc. today announced a significant update to SnapGPT, the company’s artificial intelligence copilot for enterprise data automation, transforming it into an agentic assistant. Launched in 2023, SnapGPT provides assistance for users building data automation and creating enterprise-ready integrations. The new SnapGPT updates shift it from a copilot to […] The post SnapLogic transforms SnapGPT into a high-powered agentic assistant for the entire integration lifecycle appeared first on SiliconANGLE .

The Verge AI 2026-07-29 10:58 UTC Score 49.0 AI-016-20260729-global-ai-ne-6194477f

Xbox outage shouldn’t have affected games on disc, Microsoft confirms

After the recent Xbox outage even blocked people from playing offline disc-based console games, Microsoft is trying to soothe concerns that you don't truly own anything under Xbox's license system. In a statement to The Verge, Xbox technology chief Scott Van Vliet says that while physical game discs are subject to licensing inspections, that shouldn't […]

InfoWorld AI 2026-07-29 09:00 UTC Score 38.0 USR-0126-20260729-global-ai-ne-b0b7254a

Why open source matters in an AI world

I’m an old Borland guy. I started using Borland tools in the early 1990s, from Turbo Pascal through Delphi. I dabbled in Paradox. I even tried to stick with Borland Office. I wandered through the Inprise years , and the Kylix endeavor , and I was actually a Borland employee during the CodeGear / Embarcadero migrations. You could write a book about the rise and fall of Borland. Suffice it to say that things got dodgy when Borland strayed from its focus on developer tools, and they never really recovered. One of Borland’s missteps came with the open-sourcing of InterBase , its RDBMS. In the early 2000s, open-source software emerged from the academic shadows and began to commercialize. With the IPO of Red Hat , everyone was jumping on the Linux and open-source bandwagon. Borland made their move into this arena with InterBase. Two things soon happened. First, the Firebird project was created as a fork of the InterBase source. Second, Borland retreated from the open-source project and reincorporated InterBase as a closed-source product. One might mark this as the beginning of developers losing faith in Borland. It was developers, then And it always ends up being about the developers, right? I mean, who can forget a sweaty, maniacal Steve Ballmer jumping around onstage screaming “Developers, developers, developers”? For many years, Microsoft was notoriously anti-open-source, but even they eventually recognized the power of open-sourcing major tools like .NET and Visual Studio Code…

InfoWorld AI 2026-07-29 09:00 UTC Score 32.0 USR-0126-20260729-global-ai-ne-3ca43347

Soothe your Python frustrations the smart way

For a programming language that is prized for being convenient and easy, Python has some surprising barbs and sharp edges. Find out how a new pip flag can make it easier to work with project dependencies apart from the project itself. Get the skinny on why standalone Python programs are hard to assemble, and what you can do about it. See how Python’s new Installation Manager for Microsoft Windows lets multiple versions coexist on the same system. And find out what will be shipped when Python 3.15 debuts later this year. Top picks for Python readers on InfoWorld New pip flag fixes longstanding Python frustration A longstanding gripe with Python’s pip package manager has a happy ending. The next version of pip will let you install a package’s requirements without installing the package itself. Why it’s so hard to create stand-alone Python apps Python’s best features, its dynamism and flexibility, have a downside: They make it tough to package Python apps as standalone programs. Not impossible, though; just … complicated. The best new features in Python 3.15 If you haven’t grabbed the beta release of Python 3.15 yet, it’s ready when you are. Here’s a rundown of all the best bits you can start using right away. Get started with the new Python Installation Manager This all-in-one Python version management tool is now the recommended, default way to set up and manage Python versions on Microsoft Windows — including betas, release versions, and the special JIT and free-threaded bui…

The Verge AI 2026-07-28 19:46 UTC Score 57.0 AI-016-20260728-global-ai-ne-f22aa3b4

AI leaders sign a statement asking the government to do something about automated AI

Employees of OpenAI and Anthropic, as well as Google, Meta, Thinking Machines, Microsoft, Mistral, and other leading AI labs, have written a statement to the US government supporting a potential slowdown of sorts for frontier AI development - or at least a speed-up of global coordinated governance efforts. "Al could help create a dramatically better […]

SiliconANGLE AI 2026-07-28 13:00 UTC Score 52.0 USR-0127-20260728-global-ai-ne-968c7599

Diagrid Catalyst 2.0 adds durable execution to more than 10 agent frameworks

Agent infrastructure startup Diagrid Inc. today released Catalyst 2.0, an update to its managed workflow engine that adds automatic failure recovery and cryptographic verification to artificial intelligence agents built on frameworks such a LangGraph, Microsoft Agent Framework and Google’s Agent Development Kit. Developers do not have to rebuild anything to use it. Teams add a […] The post Diagrid Catalyst 2.0 adds durable execution to more than 10 agent frameworks appeared first on SiliconANGLE .

InfoWorld AI 2026-07-28 11:19 UTC Score 67.0 USR-0126-20260728-global-ai-ne-7f5ff092

Anthropic rejects open-weight AI bans, calls for China chip controls and safety tests

Anthropic CEO Dario Amodei has argued that policymakers should keep lower-risk open-weight AI accessible while placing stricter safeguards around frontier systems, including mandatory testing and limits on China’s access to advanced computing and model capabilities. In a post outlining Anthropic’s position, Amodei said broad restrictions, including bans on Chinese open-weight models used by US businesses, would not address his main national security concerns. Instead, he pointed to the possibility of authoritarian governments surpassing the US in advanced AI, as well as cyber, biological, and alignment risks posed by increasingly capable systems. Amodei also called for action against industrial-scale model distillation , which he said allows Chinese developers to improve their models with less computing power than would be needed to train comparable systems from scratch. The statement followed criticism of Anthropic for not signing an industry letter backed by Nvidia, Microsoft, Meta, IBM, Mistral, Hugging Face and other technology companies urging policymakers to avoid premature restrictions on open-weight models . The letter said that open weights could broaden access to AI, intensify competition, and enable organizations to adapt and deploy models without relying on a single provider. Amodei agreed with parts of that case but disputed claims that openness inherently improves safety research or gives defenders an advantage over attackers. He said regulation should be based…

iAfrica 2026-07-28 09:46 UTC Score 60.0 AI-151-20260728-regional-ai--6d8ebdb3

Microsoft Launches MAI-Cyber-1-Flash and ‘Perception’ Security Platform, Sharpening AI Cybersecurity Battle With Anthropic, Google and OpenAI

Microsoft launched its first cybersecurity-specialised AI model and a new agentic security platform at a San Francisco event on Monday, extending the MDASH multi-agent security system already rolling out to South African customers and putting the company into direct competition with Anthropic, Google and OpenAI on the fastest-growing frontier of enterprise AI security. The new [...]

iAfrica 2026-07-28 09:35 UTC Score 33.0 AI-151-20260728-regional-ai--e39d8335

Microsoft’s Nadella Doubles Down: Enterprises That ‘Outsource Thinking’ to Proprietary AI Labs Won’t Survive

Microsoft chief executive Satya Nadella has doubled down on his warning to businesses using AI, telling CNN’s Fareed Zakaria on Sunday that companies which rely wholly on proprietary AI labs for their AI needs will ultimately not survive — an argument that lands directly on the same fault line African governments and CIOs have been [...]

Korea AI Times 2026-07-28 04:18 UTC Score 38.0 USR-0048-20260728-global-ai-ne-fd1c6681

KAIST, 국내 유일 ‘MS AI 안전성 연구 프로그램’ 선정

한국과학기술원(KAIST, 총장 배충식)은 손수엘 전산학부 교수가 ‘마이크로소프트 AI 레드팀(Microsoft AI Red Team)’이 운영하는 글로벌 AI 안전성 연구 프로그램 ‘엑스트라(EXTRA, External Red Team Alliance)\'의 연구지원 대상자로 선정됐다고 28일 밝혔다.엑스트라는 MS AI 레드팀이 올해 새롭게 출범한 글로벌 연구지원 프로그램이다. AI 시스템의 안전성과 보안 취약점을 다양한 관점에서 검증하고, 독립적인 AI 안전성 연구 생태계를 확대하기 위함이다. AI 안전성 평가를 기업 내부에만

The Decoder 2026-07-27 18:50 UTC Score 63.0 AI-168-20260727-regional-ai--d09382ab

Microsoft launches its own cybersecurity model MAI-Cyber-1-Flash but still depends on OpenAI for the toughest tasks

Microsoft introduces MAI-Cyber-1-Flash, a compact security model that scores 96 percent on the CyberGym benchmark when embedded in its MDASH multi-agent system. Microsoft says costs should drop by 50 percent compared to pure frontier models, since only tough cases get passed to GPT-5.4. For complex reasoning, Microsoft still relies on OpenAI. The article Microsoft launches its own cybersecurity model MAI-Cyber-1-Flash but still depends on OpenAI for the toughest tasks appeared first on The Decoder .

GitHub AI Blog 2026-07-27 18:00 UTC Score 37.0 USR-0061-20260727-ai-specialis-0c03a4f9

The harness is all you need (mostly)

A practical GitHub Copilot workflow for prototyping, planning, implementing, and reviewing software without chasing every new AI tool. The post The harness is all you need (mostly) appeared first on The GitHub Blog .

GitHub AI Blog 2026-07-27 16:00 UTC Score 46.0 USR-0061-20260727-ai-specialis-ddb2a3f6

GitHub Copilot app for Beginners: Getting started

New to the GitHub Copilot app? Learn how to start projects, work with AI agents, explore canvases, and streamline your development workflow. The post GitHub Copilot app for Beginners: Getting started appeared first on The GitHub Blog .

The Verge AI 2026-07-27 12:06 UTC Score 73.0 AI-016-20260727-global-ai-ne-40c3588f

Nvidia, Microsoft launch open AI security alliance — without OpenAI, Google, or Anthropic

Nvidia on Monday said it is joining forces with Microsoft, SpaceX, IBM, and other tech companies to build and share open-source AI security tools. The new Open Secure AI Alliance said open tools are required to effectively defend against attacks from frontier models. The initiative is a direct response to mounting concerns over the safety […]

InfoWorld AI 2026-07-27 09:00 UTC Score 33.0 USR-0126-20260727-global-ai-ne-f2470832

How to make Windows a proper development environment

Microsoft Windows has improved massively as a developer environment over the past few years. Windows Subsystem for Linux (WSL) lets you work seamlessly with Linux on Windows without the clunk and overhead of a VM. All of the popular software development tools that figure into common workflows exist in native Windows editions. And Microsoft has introduced a slew of developer amenities directly into the OS that still don’t get the billing they deserve. None of this is automatic, though. If you want to take maximum advantage of Windows as a development system, you’ll need to do a little legwork. The work isn’t far out of line from the usual ways developers tweak their work environments, but the specific steps matter — and some of them aren’t obvious. Here’s a walk through the five most important steps to take to configure a Windows system for software development work. Note that you’ll need admin rights on the system to accomplish many of tasks. Step 1. Install Windows Subsystem for Linux WSL gives Windows users an entire Linux system at the command line, with less overhead than a VM. The lion’s share of the world’s software development work happens on Linux, or a Unix-like system like macOS, so having an actual Linux system available in a terminal session is a huge boon. To install WSL, open an admin-elevated console and enter: wsl --install Installation may take some time, as the system will need to download both the core bits for WSL and a Linux distribution to run with it.…