# Technology

> Source: https://aiwiki.ai/wiki/technology
> Updated: 2026-06-02
> Categories: AI Tools & Products
> From AI Wiki (https://aiwiki.ai), a free encyclopedia of artificial intelligence. Quote with attribution.

**Technology** is one of the largest application domains for [artificial intelligence](/wiki/artificial_intelligence), covering enterprise IT operations, [cloud computing](/wiki/cloud_computing), [cybersecurity](/wiki/cybersecurity), software development, networking, semiconductor manufacturing, and the data center buildout that powers modern [machine learning](/wiki/machine_learning). Across these areas, AI has shifted from a research curiosity to a foundational layer of products and infrastructure. Hyperscale cloud providers offer hosted [foundation models](/wiki/foundation_model) through unified developer platforms, observability vendors embed assistants in incident response workflows, security operations centers run autonomous triage agents, and chip designers compete to deliver the highest training and inference throughput per watt. As of mid 2026, technology is also where the largest dollar commitments to AI infrastructure are being made, including the [Stargate](/wiki/stargate) joint venture between [OpenAI](/wiki/openai), [Oracle](/wiki/oracle), [SoftBank](/wiki/softbank), and MGX, which targets up to $500 billion in United States data center investment by 2029.[5]

This gateway article surveys the major categories of AI for technology and IT, lists the leading vendors and products in each, and links out to dedicated wiki pages where they exist. It complements other gateways such as [Healthcare](/wiki/healthcare), [Finance](/wiki/finance), and [Education](/wiki/education).

*See also: [Technology ChatGPT Plugins](/wiki/technology_chatgpt_plugins)*

## ai in technology and it operations

AI has become embedded in nearly every layer of the modern IT stack. Software developers use code assistants such as [GitHub Copilot](/wiki/github_copilot) to write, refactor, and review code. Site reliability engineers use observability platforms with built-in [large language model](/wiki/large_language_model) assistants to summarize alerts and propose remediations. Security teams run autonomous agents that triage suspected intrusions across millions of endpoints. Network operators use AI to predict capacity, detect anomalies, and automate configuration changes across thousands of switches.

Three forces shape the current landscape. First, the rise of generative AI has put natural-language interfaces on top of nearly every operational tool, lowering the skill barrier for routine tasks. Second, the move from predictive analytics to [agentic AI](/wiki/agentic_ai) has shifted the boundary between human and machine work, with agents now triggering remediations, opening change tickets, and taking containment actions on their own. Third, the underlying compute, memory, and power infrastructure has become a strategic constraint, leading to multi-year contracts for [GPU](/wiki/gpu) capacity, dedicated power purchase agreements, and large public investments such as the Stargate Project.

### agent protocols and standards

As agents proliferated across the IT stack, the lack of a common way to connect them to tools and data became a bottleneck. The [Model Context Protocol](/wiki/model_context_protocol) (MCP), an open standard introduced by [Anthropic](/wiki/anthropic) in November 2024, addressed this by defining a uniform interface between AI applications and external systems such as file stores, databases, and SaaS APIs. Adoption was unusually fast for an infrastructure standard. [OpenAI](/wiki/openai) adopted MCP across its products in March 2025, [Google](/wiki/google) DeepMind confirmed support in [Gemini](/wiki/gemini) the following month, and [Microsoft](/wiki/microsoft) wired it into Copilot Studio and Visual Studio Code.[19] By late 2025 there were more than 10,000 public MCP servers and the protocol's software development kits were being downloaded tens of millions of times per month.[20] On December 9, 2025, Anthropic donated MCP to the newly formed Agentic AI Foundation, a directed fund under the Linux Foundation co-founded with Block and OpenAI and backed by Google, Microsoft, [Amazon Web Services](/wiki/aws), Cloudflare, and Bloomberg, cementing its status as vendor-neutral infrastructure.[21] A complementary effort, the Agent2Agent (A2A) protocol introduced by Google in April 2025 and donated to the Linux Foundation in June 2025, standardizes communication between independent agents rather than between an agent and its tools.[25]

## cloud platforms

The three United States hyperscalers, along with [IBM](/wiki/ibm) and Oracle, dominate the enterprise AI platform layer. Each offers a managed service that combines hosted models, data integration, agent frameworks, vector search, and governance tooling.

| Platform | Vendor | Notable models and features | Notes |
| --- | --- | --- | --- |
| [Amazon Bedrock](/wiki/amazon_bedrock) | [Amazon Web Services](/wiki/aws) | Hosts [Claude](/wiki/claude), [Llama](/wiki/llama), Cohere, AI21, Stability AI, Mistral, and Amazon Titan and Nova families. Bedrock AgentCore for agent orchestration. | Multi-vendor model marketplace; serverless invocation with provisioned throughput option. |
| Azure AI Foundry | [Microsoft](/wiki/microsoft) | Direct access to OpenAI GPT models, [Llama 3](/wiki/llama_3), and a model catalog spanning open-weight and proprietary options. Includes Foundry Agent Service. | Tight integration with Microsoft 365, Entra ID, and Azure Synapse data plane. |
| [Vertex AI](/wiki/vertex_ai) | [Google](/wiki/google) Cloud | Native [Gemini](/wiki/gemini) family, Model Garden of third-party and open models, Vertex AI Agent Builder, and a managed vector search service. | Strong fit for organizations standardized on BigQuery and Google data services. |
| Watsonx | IBM | IBM Granite models, watsonx.ai foundation model studio, watsonx.data lakehouse, and watsonx.governance. | Watsonx Orchestrate is also offered on [Oracle](/wiki/oracle) Cloud Infrastructure as part of a 2025 partnership.[10] |
| OCI Generative AI | Oracle | Hosts Cohere, Llama, and IBM Granite models, plus the OCI Generative AI Agents service inside Oracle Fusion Applications. | Bare metal GPU clusters on RDMA fabric for training and inference. |

All five platforms now support similar primitives: managed model endpoints, retrieval pipelines built on top of [vector databases](/wiki/vector_database), agent runtimes with tool calling, content moderation, and audit logging tied to identity systems. The differentiator for buyers is typically the surrounding data platform, the contractual relationship, and which proprietary models are available natively.

## devops, sre, and aiops

Observability and incident management vendors have spent two years rebuilding their products around AI assistants and autonomous agents. The umbrella term AIOps, originally coined by Gartner, covers any use of AI to help operate IT systems, from log anomaly detection to automated runbook execution.

| Tool | Vendor | Description |
| --- | --- | --- |
| PagerDuty AIOps | PagerDuty | Alert correlation, noise reduction, and automated incident triage. Integrates with PagerDuty Operations Cloud for runbook automation. |
| Bits AI | [Datadog](/wiki/datadog) | Suite of agents for SRE, development, and security workflows. Announced at DASH 2025. Provides root cause analysis, code suggestions, and incident summaries. |
| Splunk AI Assistant | Splunk (Cisco) | Natural-language query authoring for SPL, dashboard generation, and detection content for Splunk ITSI and Splunk Enterprise Security. |
| Davis AI | Dynatrace | Causal AI engine for root cause analysis, problem detection, and predictive alerting across the Dynatrace observability platform. |
| DevOps Guru | [Amazon Web Services](/wiki/aws) | Operational anomaly detection across AWS services, with prescriptive recommendations and integration into Systems Manager. |
| GitHub Copilot | [Microsoft](/wiki/microsoft) and [GitHub](/wiki/github) | In-IDE code completion, chat, and Copilot Workspace for issue-to-pull-request workflows. |

These tools share a common pattern: they ingest telemetry that already exists in the customer environment, apply [LLM](/wiki/llm)-based reasoning to summarize incidents and surface root causes, and increasingly take action through integrations with ticketing, runbook, and configuration management systems. The 2024 to 2026 trend has been a steady shift from suggestion to action, with vendors describing their assistants as agents that can isolate hosts, roll back deployments, and open change tickets without waiting for explicit approval on lower-risk operations.

Code assistance is the most widely adopted of these capabilities. GitHub reported that Copilot had reached roughly 20 million all-time users by mid 2025 and was in use at around 90 percent of the Fortune 100, and the product has since expanded from in-IDE completion to an autonomous coding agent that can take a GitHub issue and open a pull request with the implementation.[22]

## cybersecurity

Security operations have become one of the largest beachheads for [agentic AI](/wiki/agentic_ai). Modern security operations centers face alert volumes far beyond what human analysts can review, and AI-native platforms have begun to autonomously triage, investigate, and respond to threats.

| Tool | Vendor | Description |
| --- | --- | --- |
| Charlotte AI | CrowdStrike | Generative AI assistant on the Falcon platform. Performs investigation, query authoring, and detection tuning. CrowdStrike has expanded Charlotte into autonomous detection and triage. |
| Purple AI | SentinelOne | AI analyst on the Singularity Data Lake and AI SIEM. Converts natural-language prompts into investigations with timelines and suggested actions. |
| Microsoft Security Copilot | [Microsoft](/wiki/microsoft) | Reasoning over Microsoft Defender, Sentinel, Entra, Intune, and Purview signals. Designed for native fit with Microsoft security stack customers. |
| Cortex XSIAM | Palo Alto Networks | AI-driven security operations platform. Cortex XSIAM 3.0, released in April 2025, added Cortex Exposure Management and advanced email security. Surpassed $1 billion in cumulative bookings in 2025, the fastest-growing product in the company's history.[12] |
| Darktrace | Darktrace | Self-learning unsupervised AI for network and email anomaly detection. Autonomous Response acts to contain threats based on learned baselines. |
| Cisco AI Defense | [Cisco](/wiki/cisco) | Announced January 2025 to secure enterprise AI applications. Covers model and prompt validation, runtime monitoring, and threat protection for generative AI deployments.[11] |

The practical effect is that triage and investigation work that once required senior analysts is increasingly handled by AI agents, with humans focused on policy, oversight, and high-impact incidents. Autonomous response, where the system isolates endpoints or blocks accounts without waiting for approval, is now standard at the high end of the market.

## it support and service management

Enterprise IT support has been transformed by AI assistants that combine knowledge bases, ticket data, and access to operational systems. The pattern is similar across vendors: a generative AI layer sits on top of an existing service desk, answers user questions, and increasingly executes routine workflows.

| Product | Vendor | Description |
| --- | --- | --- |
| [Microsoft Copilot](/wiki/microsoft_copilot) | [Microsoft](/wiki/microsoft) | Copilot in Microsoft 365 acts as an enterprise assistant across Word, Excel, Outlook, Teams, and SharePoint. Microsoft Copilot Studio lets organizations build custom copilots and agents. |
| Now Assist | ServiceNow | AI assistant embedded in the Now Platform. Summarizes incidents, drafts resolution notes, generates code for Flow Designer, and integrates with [Microsoft Copilot](/wiki/microsoft_copilot) inside Microsoft Teams.[17] |
| Zendesk AI and Copilot | Zendesk | Automation of front-line support through AI agents and an agent-side Copilot. In 2025, Zendesk became a launch partner for Microsoft Agent 365 to integrate with Microsoft 365 environments. |

The practical benchmark for these tools is deflection rate, the share of tickets resolved without involving a human agent, alongside resolution time and customer satisfaction. ServiceNow, Zendesk, and Microsoft each publish customer case studies showing deflection rates of forty to seventy percent on routine categories such as password resets, access requests, and procurement questions.

## hardware and chips for ai

AI accelerators are now one of the largest segments of the semiconductor industry, and the design and supply of these chips is itself a major story in the technology sector.

### gpus and cpus

[Nvidia](/wiki/nvidia) remains the dominant designer of AI training [GPUs](/wiki/gpu). The current flagship is the [Blackwell](/wiki/blackwell) generation, announced at GTC in March 2024 and entering volume production through 2025 and 2026.[1][2]

| Product | Vendor | Description |
| --- | --- | --- |
| B200 | [Nvidia](/wiki/nvidia) | Dual-die Blackwell [GPU](/wiki/gpu) on TSMC 4NP with 208 billion transistors and up to 192 GB of HBM3e memory. Up to 20 petaflops of sparse FP4 compute. NVLink 5.0 at 1.8 TB/s. |
| GB200 NVL72 | [Nvidia](/wiki/nvidia) | Liquid-cooled rack system with 36 Grace [Blackwell](/wiki/blackwell) Superchips, totaling 72 Blackwell GPUs and 36 Grace CPUs over fifth-generation NVLink. Designed for trillion-parameter [training](/wiki/training) and [inference](/wiki/inference). |
| B300 (Blackwell Ultra) | [Nvidia](/wiki/nvidia) | Refreshed Blackwell tier with higher memory and compute targeted at inference-heavy deployments. Announced at GTC in March 2025 and shipping in the second half of 2025. |
| GB300 NVL72 (Blackwell Ultra) | [Nvidia](/wiki/nvidia) | Liquid-cooled rack with 72 Blackwell Ultra GPUs and 36 Grace CPUs, delivering about 1.5x the AI performance of the GB200 NVL72. Microsoft Azure brought the first supercomputing-scale production cluster online in October 2025, linking more than 4,600 GB300 GPUs over Quantum-X800 InfiniBand for [OpenAI](/wiki/openai).[23] |
| Instinct MI300X | [AMD](/wiki/amd) | 2023 generation accelerator with up to 192 GB of HBM3, widely deployed for training and serving large models. |
| Instinct MI325X | [AMD](/wiki/amd) | 2024 refresh with HBM3e and higher memory bandwidth. |
| Instinct MI350 series (MI350X, MI355X) | [AMD](/wiki/amd) | Released in June 2025. AMD reports up to 4x faster AI compute and up to 35x higher inference throughput versus the MI300 series, with up to 288 GB of HBM3e.[3] |
| Instinct MI400 series | [AMD](/wiki/amd) | Full lineup (MI455X, MI450, MI430X) unveiled at CES in January 2026 and the first GPUs built on TSMC's 2 nm class N2 node, with up to 432 GB of HBM4 and 19.6 TB/s of bandwidth. Anchors the [Helios](/wiki/amd_helios_rack) rack-scale platform of 72 MI455X accelerators, on track for the second half of 2026 to compete with Nvidia's GB300 and Rubin systems.[24] |
| [Apple Silicon](/wiki/apple_silicon) M5 | [Apple](/wiki/apple) | Announced October 2025 on TSMC third-generation 3 nm. 16-core Neural Engine, GPU with neural accelerator in each core, up to 153 GB/s unified memory bandwidth. Up to 4x peak GPU compute for AI versus M4.[4] |

### challengers and specialty chips

A growing set of specialized vendors target specific workloads, especially [inference](/wiki/inference) and large-scale [training](/wiki/training).

| Vendor | Product | Notes |
| --- | --- | --- |
| [Cerebras](/wiki/cerebras) | WSE-3 wafer-scale engine, CS-3 system | 4 trillion transistors, 900,000 AI cores, 44 GB on-chip SRAM, 21 PB/s memory bandwidth, on TSMC 5 nm. CS-3 in a 15-kilowatt envelope.[18] |
| Groq | LPU and GroqCloud | 230 MB SRAM per chip and 80 TB/s on-die bandwidth. Reported 300 tokens per second on Llama 2 70B. Raised $750 million in September 2025 at a $6.9 billion valuation. |
| Tenstorrent | Wormhole, Blackhole, Grayskull | RISC-V-based AI accelerators led by chip architect Jim Keller. Backed by Hyundai, Kia, LG, and Samsung. |
| Etched | Sohu ASIC | Transformer-specific accelerator targeting inference for [transformer](/wiki/transformer) models. |
| SambaNova Systems | DataScale, Reconfigurable Dataflow Unit | Targeted at fine-tuning and serving open-source models in regulated and on-prem environments. |

### foundries and supply

[TSMC](/wiki/tsmc) is the dominant foundry for advanced AI silicon. Monthly 3 nm wafer output reportedly stood near 120,000 to 130,000 wafers at the end of 2025 and is projected to climb toward 180,000 by the end of 2026, an increase of more than 40 percent year on year.[16] The 2 nm node (N2), TSMC's first gate-all-around process, entered high-volume manufacturing in the fourth quarter of 2025 and is expected to ramp toward 100,000 wafers per month during 2026, with demand already exceeding the initial allocation. AI accelerators from [Nvidia](/wiki/nvidia), [AMD](/wiki/amd), and others are the primary driver of this expansion; AMD's MI400 series is among the first to adopt N2. CoWoS advanced packaging and HBM memory remain among the tightest links in the supply chain.

## edge ai

Edge AI runs models close to where data is collected, reducing latency, bandwidth, and dependency on cloud connectivity. The category covers everything from camera-grade vision processors to robotics modules and on-device assistants in laptops and phones.

| Platform | Vendor | Description |
| --- | --- | --- |
| Jetson AGX Orin | [Nvidia](/wiki/nvidia) | Up to 275 TOPS of AI performance, 12-core Arm Cortex-A78AE CPU, 2048-core Ampere GPU. Used in robots, drones, and industrial vision. |
| Jetson Thor | [Nvidia](/wiki/nvidia) | Robotics-class platform built on Blackwell-class compute for humanoid and physical AI applications. |
| Apple Neural Engine | [Apple](/wiki/apple) | 16-core Neural Engine in the M5 generation. Drives on-device AI features in macOS and iPadOS. |
| Qualcomm AI Engine | [Qualcomm](/wiki/qualcomm) | Hexagon NPU plus Adreno GPU and Kryo CPU. The Dragonwing IQ8 processor at the heart of the Arduino Ventuno Q is rated at 40 TOPS. |
| Hailo-8, Hailo-15 | Hailo | Specialized edge AI processors known for high inference throughput at very low power, used in smart cameras, NVRs, and industrial vision. |
| Coral Edge TPU | [Google](/wiki/google) | Small form-factor accelerator for vision and audio inference at the edge. |

In parallel, AI is moving onto laptops and phones through neural processing units integrated into modern CPUs from [Intel](/wiki/intel), AMD, Apple, and Qualcomm. The Copilot+ PC category, defined by Microsoft in 2024, requires at least 40 TOPS of NPU performance and a minimum amount of memory and storage, and has driven a wave of new device launches.

## quantum intersections

[Quantum computing](/wiki/quantum_computing) is a separate technology domain, but it has growing intersections with AI. Vendors are exploring hybrid pipelines where classical AI handles preprocessing, large-scale optimization, and post-processing while quantum hardware tackles narrowly defined subproblems.

| Project | Organization | Notes |
| --- | --- | --- |
| Heron | IBM | Family of fixed-frequency superconducting processors with 133 or 156 qubits and tunable couplers. Used in joint experiments with the Fugaku supercomputer at RIKEN and bond trading research at HSBC. |
| [Willow](/wiki/google_willow) | [Google](/wiki/google) Quantum AI | 105-qubit superconducting processor announced December 2024. Demonstrated below-threshold quantum error correction with logical error rates around 0.14% per cycle on a 7x7 patch. T1 times approaching 100 microseconds. In October 2025, Google reported the Quantum Echoes benchmark on Willow.[8][9] |
| Majorana 1 | Microsoft | Topological qubit chip announced February 2025, based on a new class of materials. The claim has drawn academic skepticism, with some researchers arguing decoherence times are too short to support practical qubits. |
| Quantinuum H-series | Quantinuum | Trapped-ion processors with high gate fidelities and a separate roadmap toward error-corrected logical qubits. |
| IonQ Forte | IonQ | Trapped-ion systems offered through major cloud platforms. |

For most enterprise buyers in 2026, quantum remains exploratory. The practical implication is to monitor developments in post-quantum cryptography, since classical [machine learning](/wiki/machine_learning) workloads will continue to run on conventional accelerators for the foreseeable future.

## networking ai

Network operators have been some of the earliest adopters of machine learning for anomaly detection, capacity forecasting, and intent-based configuration. The leading vendors now combine these features with generative AI assistants for operations.

| Product | Vendor | Description |
| --- | --- | --- |
| Cisco AI Defense | [Cisco](/wiki/cisco) | Announced January 2025. Secures the development and deployment of AI models, applications, and agents inside enterprise environments. |
| Cisco Networking Cloud | [Cisco](/wiki/cisco) | Unified management plane across Catalyst, Meraki, and ThousandEyes with AI-driven assurance and remediation. |
| CloudVision with AVA | Arista Networks | Network operations platform with the Autonomous Virtual Assist analytics engine for telemetry-driven monitoring and anomaly detection. |
| Mist AI | Juniper Networks | AI-driven Wi-Fi, wired, and SD-WAN operations with the Marvis virtual network assistant. The pending HPE acquisition of Juniper closed in early 2026, combining Mist with Aruba. |
| Nile Services Cloud | Nile | Network-as-a-service offering with AI-driven service assurance for campus networks. |

Specialty AI networking is also driving change in the data center. Vendors compete on Ethernet-based AI fabrics that compete with [Nvidia](/wiki/nvidia) NVLink and InfiniBand, with Arista, Broadcom, and Cisco all targeting back-end training networks for hyperscale and enterprise AI clusters.

## storage, databases, and data platforms

AI workloads have driven a wave of investment into [vector databases](/wiki/vector_database), data lakehouses, and unified analytics platforms. The basic pattern is that organizations want to apply [retrieval-augmented generation](/wiki/retrieval_augmented_generation) and analytics over their own proprietary data, which requires storage layers that can serve embeddings, structured records, and documents to LLM applications at scale.

| Platform | Vendor | Notes |
| --- | --- | --- |
| Snowflake Cortex | Snowflake | Fully managed service exposing LLMs (Llama, Mistral, Snowflake Arctic) through SQL functions. AI_CLASSIFY, AI_TRANSCRIBE, AI_EMBED, and AI_SIMILARITY became generally available in late 2025. Cortex Search competes with managed retrieval services.[13] |
| Mosaic AI | [Databricks](/wiki/databricks) | Successor to MosaicML. Provides Mosaic AI Vector Search, Mosaic AI Agent Framework, and tooling for fine-tuning and serving custom models on the Databricks lakehouse. |
| [Pinecone](/wiki/pinecone) | Pinecone | Fully managed vector database. Dedicated Read Nodes for steady high-throughput query workloads were introduced in late 2025. |
| [Weaviate](/wiki/weaviate) | Weaviate | Open-source vector database with native hybrid search across vector similarity, keyword matching, and metadata filtering. |
| [Milvus](/wiki/milvus) | Zilliz | Open-source vector database designed for billions of vectors. Supports IVF, HNSW, and GPU acceleration. |
| [Chroma](/wiki/chroma) | Chroma | Embedding database with a Python-first developer experience. Popular for prototyping RAG applications. |
| Qdrant | Qdrant | Open-source vector search engine with rich filtering and high-throughput indexing. |

The trend in 2025 and 2026 has been convergence. Snowflake, [Databricks](/wiki/databricks), Microsoft, [Google](/wiki/google) Cloud, and [AWS](/wiki/aws) all now provide native vector indexing in their primary analytics platforms, while specialty vector vendors emphasize performance, hybrid search, and lower total cost at very high scale.

## the data center buildout

The demand for AI training and inference has created a large and visible buildout of new data centers. Several public sources track the magnitude of the change.

* Data center grid power requests in the United States rose to 40.2 GW in February 2025, up from 21.4 GW in July 2024, according to S&P Global.[15]
* The IEA projects that global data center electricity consumption will roughly double from about 415 TWh in 2024 to around 945 TWh by 2030, close to 3 percent of world electricity, with consumption in AI-optimized accelerated servers growing about 30 percent per year and accounting for nearly half of the net increase.[14]
* Hyperscale operators face multi-year delays for new grid connections in popular metros such as Northern Virginia, with shortages of transformers, switchgears, and gas turbines extending construction timelines by 24 to 72 months.
* AI training and inference produce sharp power spikes of hundreds of megawatts within seconds, creating new stability concerns for grid operators.

The response has included long-term power purchase agreements with nuclear, geothermal, and solar developers, as well as on-site generation. Several hyperscalers have signed deals to restart or extend the lives of nuclear plants. Liquid cooling, high-density racks (such as the [Nvidia](/wiki/nvidia) GB200 NVL72), and ARM-based control planes have become standard in new builds focused on AI.

## the stargate project

[Stargate](/wiki/stargate) is the most visible single project in the current data center cycle. Announced January 21, 2025, by President Donald Trump alongside [Sam Altman](/wiki/sam_altman) of [OpenAI](/wiki/openai), Larry Ellison of [Oracle](/wiki/oracle), and [Masayoshi Son](/wiki/masayoshi_son) of SoftBank, Stargate LLC plans to invest up to $500 billion in United States AI infrastructure by 2029, with $100 billion to be deployed initially.[5][7] Investors include [OpenAI](/wiki/openai), SoftBank, [Oracle](/wiki/oracle), and the investment firm MGX. The flagship campus is in Abilene, Texas, with five additional United States sites announced through 2025.[6] By late 2025, Stargate had committed to nearly 7 GW of planned capacity and over $400 billion in investment, putting it on track to reach the announced 10 GW and $500 billion targets ahead of schedule. International expansion includes a UAE Stargate facility expected to open in 2026.

## trends to watch

* **Agentic operations.** Across DevOps, security, support, and networking, the share of routine actions taken by autonomous agents is growing. Vendors are competing on how confidently their agents can act without human approval, and on how well their tools log and govern those actions. The rapid standardization of the Model Context Protocol and the Agent2Agent protocol, both now stewarded by the Linux Foundation, is making it easier to compose agents and tools from different vendors.
* **Compute concentration.** Even as challengers grow, [Nvidia](/wiki/nvidia) [GPUs](/wiki/gpu) and [TSMC](/wiki/tsmc) advanced nodes are the bottleneck behind most large AI deployments. Multi-year reservations and direct equity investments by hyperscalers have become normal.
* **Power as a strategic input.** Compute is increasingly limited by megawatts available, not by chips ordered. Power purchase agreements, on-site generation, and grid upgrades are now first-order strategy questions for AI infrastructure planners.
* **Edge and on-device AI.** Copilot+ PCs, Apple Intelligence, and edge accelerators such as Hailo and Qualcomm Dragonwing are pushing more inference to local devices, with privacy and latency benefits as well as new security concerns.
* **Quantum-classical hybrids.** Practical quantum advantage in narrow problem classes (Quantum Echoes on [Google](/wiki/google) Willow in 2025, IBM Heron experiments at RIKEN and HSBC) is making serious enterprise pilots more credible, though general fault-tolerant computing remains years away.
* **Networking for AI clusters.** AI-optimized Ethernet, ultra-low-latency optics, and disaggregated memory pools are reshaping data center architecture, with implications for vendor competition between Cisco, Arista, [Nvidia](/wiki/nvidia), and Broadcom.
* **Regulatory pressure.** AI security, model governance, and data residency rules are spreading through major markets, and platforms now compete on the breadth and depth of their compliance tooling as much as on raw capability.

## related gateway articles

* [Healthcare](/wiki/healthcare)
* [Finance](/wiki/finance)
* [Education](/wiki/education)
* [Manufacturing](/wiki/manufacturing)
* [Retail](/wiki/retail)
* [Transportation](/wiki/transportation)
* [Government](/wiki/government)
* [Media and Entertainment](/wiki/media_and_entertainment)

## chatgpt plugins for technology

*See also: [Technology ChatGPT Plugins](/wiki/technology_chatgpt_plugins)*

| Plugin | Image | Model | Release Date | Description | Available | Working |
| --- | --- | --- | --- | --- | --- | --- |
| [Speechki (ChatGPT Plugin)](/wiki/chatgpt_plugin) | [![Speechki.jpg](https://qqcb8dyk5bp2il4c.public.blob.vercel-storage.com/images/50px-speechki.jpg)](/wiki/file_speechki_jpg) | [GPT-4](/wiki/gpt-4) | May 20, 2023 | The easiest way to convert texts to ready-to-use audio - download link, audio player page, or embed! | Yes | Yes |

## references

1. NVIDIA Newsroom. "NVIDIA Blackwell Platform Arrives to Power a New Era of Computing." March 2024. https://nvidianews.nvidia.com/news/nvidia-blackwell-platform-arrives-to-power-a-new-era-of-computing
2. Wikipedia. "Blackwell (microarchitecture)." https://en.wikipedia.org/wiki/Blackwell_(microarchitecture)
3. AMD. "AMD Instinct MI350 Series and Beyond: Accelerating the Future of AI and HPC." 2025. https://www.amd.com/en/blogs/2025/amd-instinct-mi350-series-and-beyond-accelerating-the-future-of-ai-and-hpc.html
4. Apple Newsroom. "Apple unleashes M5, the next big leap in AI performance for Apple silicon." October 2025. https://www.apple.com/newsroom/2025/10/apple-unleashes-m5-the-next-big-leap-in-ai-performance-for-apple-silicon/
5. OpenAI. "Announcing The Stargate Project." January 21, 2025. https://openai.com/index/announcing-the-stargate-project/
6. OpenAI. "OpenAI, Oracle, and SoftBank expand Stargate with five new AI data center sites." September 2025. https://openai.com/index/five-new-stargate-sites/
7. Wikipedia. "Stargate LLC." https://en.wikipedia.org/wiki/Stargate_LLC
8. Google. "Meet Willow, our state-of-the-art quantum chip." December 2024. https://blog.google/innovation-and-ai/technology/research/google-willow-quantum-chip/
9. Wikipedia. "Willow processor." https://en.wikipedia.org/wiki/Willow_processor
10. IBM. "IBM and Oracle Expand Partnership to Advance Agentic AI and Hybrid Cloud." May 2025. https://newsroom.ibm.com/2025-05-06-ibm-and-oracle-expand-partnership-to-advance-agentic-ai-and-hybrid-cloud
11. Cisco Newsroom. "Cisco Unveils AI Defense to Secure the AI Transformation of Enterprises." January 2025. https://newsroom.cisco.com/c/r/newsroom/en/us/a/y2025/m01/cisco-unveils-ai-defense-to-secure-the-ai-transformation-of-enterprises.html
12. Palo Alto Networks Blog. "2025: The Year of the Autonomous SOC. The Year of XSIAM." https://www.paloaltonetworks.com/blog/security-operations/2025-the-year-of-the-autonomous-soc-the-year-of-xsiam/
13. Snowflake Documentation. "Cortex AI Functions (General availability)." November 2025. https://docs.snowflake.com/en/release-notes/2025/other/2025-11-04-cortex-aisql-operators-ga
14. International Energy Agency. "Data centre electricity use surged in 2025." https://www.iea.org/news/data-centre-electricity-use-surged-in-2025-even-with-tightening-bottlenecks-driving-a-scramble-for-solutions
15. S&P Global. "Data center grid-power demand to rise 22% in 2025, nearly triple by 2030." https://www.spglobal.com/energy/en/news-research/latest-news/electric-power/101425-data-center-grid-power-demand-to-rise-22-in-2025-nearly-triple-by-2030
16. TrendForce. "TSMC 3nm Monthly Capacity May Hit 180K Wafers by 2026." April 2026. https://www.trendforce.com/news/2026/04/27/news-tsmc-3nm-monthly-capacity-may-hit-180k-wafers-by-2026-up-over-40-yoy-on-ai-demand/
17. ServiceNow. "Now Assist and Microsoft Copilot." https://www.servicenow.com/blogs/2024/now-assist-microsoft-copilot
18. Cerebras. "Cerebras CS-3 vs. Groq LPU." https://www.cerebras.ai/blog/cerebras-cs-3-vs-groq-lpu
19. Anthropic. "Introducing the Model Context Protocol." November 25, 2024. https://www.anthropic.com/news/model-context-protocol
20. Wikipedia. "Model Context Protocol." https://en.wikipedia.org/wiki/Model_Context_Protocol
21. Anthropic. "Donating the Model Context Protocol and establishing the Agentic AI Foundation." December 9, 2025. https://www.anthropic.com/news/donating-the-model-context-protocol-and-establishing-of-the-agentic-ai-foundation
22. GitHub. "GitHub Introduces Coding Agent For GitHub Copilot." 2025. https://github.com/newsroom/press-releases/coding-agent-for-github-copilot
23. NVIDIA Blog. "Microsoft Azure Unveils World's First NVIDIA GB300 NVL72 Supercomputing Cluster for OpenAI." October 2025. https://blogs.nvidia.com/blog/microsoft-azure-worlds-first-gb300-nvl72-supercomputing-cluster-openai/
24. Tom's Hardware. "AMD touts Instinct MI430X, MI440X, and MI455X AI accelerators and Helios rack-scale AI architecture at CES." January 2026. https://www.tomshardware.com/tech-industry/artificial-intelligence/amd-touts-instinct-mi430x-mi440x-and-mi455x-ai-accelerators-and-helios-rack-scale-ai-architecture-at-ces-full-mi400-series-family-fulfills-a-broad-range-of-infrastructure-and-customer-requirements
25. Linux Foundation. "Linux Foundation Launches the Agent2Agent Protocol Project to Enable Secure, Intelligent Communication Between AI Agents." June 2025. https://www.linuxfoundation.org/press/linux-foundation-launches-the-agent2agent-protocol-project-to-enable-secure-intelligent-communication-between-ai-agents

