<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>Data Phoenix — Articles &amp; News</title><description>Long-form articles, original analysis, and breaking news at the intersection of AI and data.</description><link>https://dataphoenix.info</link><language>en-us</language><image><url>https://dataphoenix.info/favicon-512.png</url><title>Data Phoenix — Articles &amp; News</title><link>https://dataphoenix.info</link></image><item><title>AWS releases six open-source Hugging Face deployment skills for SageMaker</title><link>https://dataphoenix.info/news/aws-sagemaker-hugging-face-agent-skills</link><guid isPermaLink="true">https://dataphoenix.info/news/aws-sagemaker-hugging-face-agent-skills</guid><description>AWS has released six open-source skills that guide coding agents through Hugging Face deployments on SageMaker, from setup and container selection to scaling, monitoring and teardown.</description><pubDate>Sat, 19 Sep 2026 02:38:00 GMT</pubDate><content:encoded>&lt;p&gt;AWS has &lt;a href=&quot;https://aws.amazon.com/blogs/machine-learning/deploy-hugging-face-models-on-amazon-sagemaker-ai-with-coding-agents/&quot; rel=&quot;noopener noreferrer nofollow&quot;&gt;released six open-source skills&lt;/a&gt; to guide coding agents through deploying Hugging Face models on Amazon SageMaker AI. Rather than leave agents to choose infrastructure without guidance, the skills provide a prescribed workflow for recurring deployment decisions.&lt;/p&gt;
&lt;p&gt;Together, the skills cover deployment planning, AWS context discovery, Python environment setup, IAM preflight checks, serving-image selection and production defaults. A planner coordinates the other five, while the coding agent still makes decisions within the workflow.&lt;/p&gt;
&lt;p&gt;The release focuses on model-serving endpoints rather than the cluster-management layer covered in DataPhoenix’s earlier report on &lt;a href=&quot;https://dataphoenix.info/news/aws-hyperpod-instantstart-agent-cluster-operations&quot; rel=&quot;noopener noreferrer nofollow&quot;&gt;agent-driven SageMaker HyperPod cluster operations&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;At the repository commit used in AWS’s walkthrough, the &lt;a href=&quot;https://raw.githubusercontent.com/huggingface/skills/f3186efbbc322121eb5d0f31e8a1d669ee961159/skills/hf-cloud-sagemaker-deployment-planner/SKILL.md&quot; rel=&quot;noopener noreferrer nofollow&quot;&gt;planner&lt;/a&gt; provides scripted paths for real-time inference, real-time endpoints that can scale to zero and asynchronous inference. Serverless inference, batch transform and Amazon Bedrock Custom Model Import receive a guided handoff rather than a scripted deployment path.&lt;/p&gt;
&lt;p&gt;The &lt;a href=&quot;https://raw.githubusercontent.com/huggingface/skills/f3186efbbc322121eb5d0f31e8a1d669ee961159/skills/hf-cloud-sagemaker-production-defaults/SKILL.md&quot; rel=&quot;noopener noreferrer nofollow&quot;&gt;production-defaults skill&lt;/a&gt; treats the model, endpoint configuration, endpoint, autoscaling target and policy, and CloudWatch alarms as one deployment unit. AWS documentation says &lt;a href=&quot;https://docs.aws.amazon.com/sagemaker/latest/dg/endpoint-auto-scaling-policy.html&quot; rel=&quot;noopener noreferrer nofollow&quot;&gt;SageMaker endpoint autoscaling&lt;/a&gt; supports target-tracking and step-scaling policies. Its &lt;a href=&quot;https://docs.aws.amazon.com/sagemaker/latest/dg/monitoring-cloudwatch.html&quot; rel=&quot;noopener noreferrer nofollow&quot;&gt;CloudWatch documentation&lt;/a&gt; lists invocation-error, model-latency and overhead-latency metrics that can be used for alarms.&lt;/p&gt;
&lt;p&gt;Before an agent reports success, the workflow requires a real test invocation and a scan for worker-crash markers. An endpoint’s &lt;code&gt;InService&lt;/code&gt; status alone is not treated as proof that the model works.&lt;/p&gt;
&lt;p&gt;AWS said its worked example deployed Qwen/Qwen3-0.6B to one ml.g5.xlarge instance in the us-east-1 region, selected a Hugging Face vLLM container, attached autoscaling and three CloudWatch alarms, completed a smoke test and verified resource teardown. The research for this article did not independently reproduce those results.&lt;/p&gt;
&lt;p&gt;AWS also said unguided tests with Kiro and Claude Code initially selected TGI for Qwen3, encountered health-check failures and omitted autoscaling and monitoring. The comparison was an AWS-authored demonstration, not an independent benchmark.&lt;/p&gt;
&lt;p&gt;AWS describes the guided workflow as production-ready, but the pinned production-defaults skill says users still need deployment-specific controls such as VPC and KMS configuration. The skills provide defaults and guardrails, while production suitability depends on each deployment’s requirements. The pinned Hugging Face Skills repository carries the &lt;a href=&quot;https://github.com/huggingface/skills/blob/f3186efbbc322121eb5d0f31e8a1d669ee961159/LICENSE&quot; rel=&quot;noopener noreferrer nofollow&quot;&gt;Apache License 2.0&lt;/a&gt;.&lt;/p&gt;
</content:encoded><dc:creator>DP News Team</dc:creator><category>news</category><category>products-and-features</category><category>aws</category><category>amazon-sagemaker-ai</category><category>hugging-face</category><category>coding-agents</category><category>agent-skills</category><category>model-deployment</category></item><item><title>Google Research releases MilleMiglia logistics benchmark generator</title><link>https://dataphoenix.info/news/google-research-millemiglia-logistics-generator</link><guid isPermaLink="true">https://dataphoenix.info/news/google-research-millemiglia-logistics-generator</guid><description>Google Research released MilleMiglia, an open-source C++ generator for reproducible middle-mile logistics test instances. Its specialized solver and API are still in development.</description><pubDate>Fri, 18 Sep 2026 22:50:00 GMT</pubDate><content:encoded>&lt;p&gt;Google Research &lt;a href=&quot;https://research.google/blog/millemiglia-a-realistic-instance-generator-for-middle-mile-logistics&quot; rel=&quot;noopener noreferrer nofollow&quot;&gt;released MilleMiglia&lt;/a&gt;, an open-source C++ generator for synthetic middle-mile logistics benchmark instances. It gives optimization and machine-learning researchers a repeatable source of test data without requiring access to a carrier’s commercially sensitive network and demand records.&lt;/p&gt;
&lt;p&gt;The release includes the instance generator, &lt;a href=&quot;https://github.com/or-tools/millemiglia&quot; rel=&quot;noopener noreferrer nofollow&quot;&gt;source code and documentation&lt;/a&gt;. It does not include the specialized middle-mile solver or API that Google says it is developing with academic partners. The announcement gives no availability date, access terms or performance results for those projects.&lt;/p&gt;
&lt;p&gt;Middle-mile logistics covers shipments moving between facilities, rather than the final trip to a customer. Google describes the optimization problem as a multi-commodity flow model on a space-time graph. Each node represents a distribution center during a time interval; each arc represents either vehicle movement or storage at a center. Generated instances can account for fixed vehicle schedules, distribution-center throughput limits and dependencies that synchronize arriving and departing vehicles.&lt;/p&gt;
&lt;p&gt;Google says MilleMiglia creates synthetic networks using statistical distributions for hub placement, origin-destination demand, shipment volume and weight, and structured vehicle rotations. The company calls the approach privacy-preserving, saying the synthetic networks are designed not to reveal private information, although the distributions draw on public industry information and privately disclosed data. The released materials include neither an independent privacy evaluation nor external validation showing that the output reproduces real carrier networks.&lt;/p&gt;
&lt;p&gt;The &lt;a href=&quot;https://github.com/or-tools/millemiglia/blob/main/main.cpp&quot; rel=&quot;noopener noreferrer nofollow&quot;&gt;command-line program&lt;/a&gt; accepts a fixed integer random seed, so users can repeat the same configured random-generation process. Its effective generation options include hub and shipment counts, graph density, time horizon, vehicle capacity and path length. A Google Research &lt;a href=&quot;https://research.google/pubs/a-novel-instance-generator-for-simulating-middle-mile-logistics-networks/&quot; rel=&quot;noopener noreferrer nofollow&quot;&gt;record for the underlying 2024 work&lt;/a&gt; describes the C++ library as a tool for comparing optimization methods, training machine-learning models and studying network configurations. MilleMiglia applies synthetic data to logistics optimization, a different use case from &lt;a href=&quot;https://dataphoenix.info/news/google-toolgrad-answer-first-tool-use-data&quot; rel=&quot;noopener noreferrer nofollow&quot;&gt;Google Research’s ToolGrad system for generating tool-use training examples&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;MilleMiglia serializes each instance in a Protocol Buffers text-format file. Google says the format is compact and can be consumed by solvers written in different programming languages. The company says the generator can produce everything from small toy examples to large continent-wide, industrial-style instances and datasets for machine-learning training. The &lt;a href=&quot;https://github.com/or-tools/millemiglia/blob/main/LICENSE&quot; rel=&quot;noopener noreferrer nofollow&quot;&gt;public repository is licensed under Apache License 2.0&lt;/a&gt;. The release includes no comparative results for optimization or machine-learning methods run on its instances.&lt;/p&gt;
</content:encoded><dc:creator>DP News Team</dc:creator><category>news</category><category>foundation-models-and-research</category><category>google-research</category><category>synthetic-data</category><category>millemiglia</category><category>middle-mile-logistics</category><category>benchmark-generator</category><category>optimization</category></item><item><title>AWS launches AgentCore Runtime V2 with elastic memory and snapshot starts</title><link>https://dataphoenix.info/news/aws-agentcore-runtime-elastic-cold-starts</link><guid isPermaLink="true">https://dataphoenix.info/news/aws-agentcore-runtime-elastic-cold-starts</guid><description>AWS has launched Amazon Bedrock AgentCore Runtime V2, which reclaims idle memory and restores initialized environments from compact snapshots. AWS says the design steadies cold starts and can reduce total bills for many agents, despite higher CPU and memory rates than V1.</description><pubDate>Fri, 18 Sep 2026 22:38:00 GMT</pubDate><content:encoded>&lt;p&gt;AWS launched Amazon Bedrock AgentCore Runtime V2, a new version of its managed compute layer that can release unused memory and restore initialized agent environments from compact snapshots. Customers can choose it by setting &lt;code&gt;platformVersion&lt;/code&gt; to &lt;code&gt;V2&lt;/code&gt; when creating or updating a runtime, &lt;a href=&quot;https://aws.amazon.com/blogs/machine-learning/the-new-agentcore-runtime-elastic-optimized-and-consistently-fast-starts&quot; rel=&quot;noopener noreferrer nofollow&quot;&gt;AWS said in its launch announcement&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;For production agents, the changes reshape how AgentCore allocates resources. A V2 session begins with a smaller resident-memory footprint, brings in more memory as demand rises, and returns memory after an application releases it or the memory becomes cold. &lt;a href=&quot;https://aws.amazon.com/bedrock/agentcore/pricing/&quot; rel=&quot;noopener noreferrer nofollow&quot;&gt;AWS’s pricing documentation&lt;/a&gt; says idle memory is reclaimed after 120 seconds and memory billing has a 128 MB minimum. Each session still runs in an isolated microVM with its own CPU, memory and filesystem resources. This runtime resource reclamation is distinct from &lt;a href=&quot;https://dataphoenix.info/news/aws-agentcore-memory-lifecycle-policies&quot; rel=&quot;noopener noreferrer nofollow&quot;&gt;AgentCore memory lifecycle policies&lt;/a&gt; for managing stored agent memory.&lt;/p&gt;
&lt;p&gt;V2 also changes the cold-start path. AWS launches the container and waits for it to become healthy, then takes a compact snapshot after one-time initialization. New instances restore that snapshot rather than repeat initialization, according to the &lt;a href=&quot;https://docs.aws.amazon.com/bedrock-agentcore/latest/devguide/agents-tools-runtime.html&quot; rel=&quot;noopener noreferrer nofollow&quot;&gt;AgentCore Runtime documentation&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;In AWS’s testing, that mechanism kept P75 cold-start latency at about two seconds for container images ranging from 200 MB to 2 GB. The company said the original runtime ranged from about 5.4 seconds to nearly 30 seconds as image size grew. The benchmark used 5,000 cold invocations per agent and an empty echo agent with no model or tool calls. A client in &lt;code&gt;us-west-2&lt;/code&gt; called agents in &lt;code&gt;us-east-1&lt;/code&gt; over the public internet under default account quotas. AWS measured startup from the client side, including the inter-region round trip; the echo code itself ran in about 34 milliseconds at P75. AWS did not publish raw measurements, and the results have not been independently replicated.&lt;/p&gt;
&lt;p&gt;Billing follows microVM resources consumed per second, with a one-second minimum. CPU can scale to zero while an agent waits for I/O if no background process is using it, while memory remains billable until it is reclaimed or the session ends. AWS lists V2 at $0.1276 per vCPU-hour and $0.0169 per GB-hour, versus $0.0895 and $0.00945 respectively for V1. The company claims most agents will use sufficiently fewer billed GB-hours to offset the higher unit rates and lower their total bill, but it did not provide independent evidence for that workload-dependent result.&lt;/p&gt;
&lt;p&gt;AWS lists committed-baseline discounts, larger compute and storage configurations, x86 microVM support, expanded lifecycle controls and scoped session identity as coming-soon capabilities, not features included in this release.&lt;/p&gt;
</content:encoded><dc:creator>DP News Team</dc:creator><category>news</category><category>products-and-features</category><category>aws</category><category>amazon-bedrock-agentcore</category><category>agent-runtime</category><category>elastic-memory</category><category>cold-starts</category></item><item><title>AWS brings Kimi K3 to Bedrock with a 1M-token context window</title><link>https://dataphoenix.info/news/aws-kimi-k3-amazon-bedrock</link><guid isPermaLink="true">https://dataphoenix.info/news/aws-kimi-k3-amazon-bedrock</guid><description>AWS has added Moonshot AI&apos;s Kimi K3 to Amazon Bedrock, offering managed API access to vision input, a one-million-token context window and prompt caching.</description><pubDate>Fri, 18 Sep 2026 22:25:00 GMT</pubDate><content:encoded>&lt;p&gt;AWS has added Moonshot AI’s Kimi K3 to &lt;a href=&quot;https://aws.amazon.com/blogs/machine-learning/introducing-kimi-k3-on-amazon-bedrock&quot; rel=&quot;noopener noreferrer nofollow&quot;&gt;Amazon Bedrock&lt;/a&gt;. The September 18 launch gives teams a managed API route to the model, which accepts image and text input, returns text, and supports a one-million-token context window and prompt caching.&lt;/p&gt;
&lt;p&gt;Teams access Kimi K3 through US Geo or Global cross-Region inference profiles; AWS does not list a single-Region option. The &lt;a href=&quot;https://docs.aws.amazon.com/bedrock/latest/userguide/model-card-moonshot-ai-kimi-k3.html&quot; rel=&quot;noopener noreferrer nofollow&quot;&gt;Bedrock model card&lt;/a&gt; says developers can use the Responses, Chat Completions, Converse or Invoke APIs, with AWS recommending Chat Completions. Responses and Chat Completions offer Standard, Priority and Flex service tiers. Converse and Invoke are limited to Standard on-demand inference.&lt;/p&gt;
&lt;p&gt;Implicit prompt caching is enabled by default. Teams can also set explicit cache controls through the Responses and Chat Completions APIs. AWS requires at least 1,024 tokens for each explicit cache checkpoint and says cached content remains available for at least 30 minutes. According to the company, reusing long prompt prefixes can improve cache-hit rates while reducing latency and cost.&lt;/p&gt;
&lt;p&gt;At the Standard tier, AWS prices Global cross-Region inference at $3 per million input tokens, $15 per million output tokens, $0.30 per million cache-read tokens and $3.75 per million tokens written to a 30-minute cache. The corresponding US cross-Region prices are $3.30, $16.50, $0.33 and $4.125.&lt;/p&gt;
&lt;p&gt;Moonshot AI describes &lt;a href=&quot;https://arxiv.org/abs/2607.24653&quot; rel=&quot;noopener noreferrer nofollow&quot;&gt;Kimi K3&lt;/a&gt; as a 2.8-trillion-parameter mixture-of-experts model that activates 104 billion parameters. The developer reports roughly 2.5 times better overall scaling efficiency than Kimi K2, though the opened sources provide no independent Bedrock benchmark for that claim. DataPhoenix previously covered &lt;a href=&quot;https://dataphoenix.info/news/kimi-k3-sandbox-escape&quot; rel=&quot;noopener noreferrer nofollow&quot;&gt;Kimi K3’s behavior in a UK AISI evaluation sandbox&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;AWS says inference data for open-weight models stays within the AWS data boundary, is not shared with the model provider or used to train the underlying model, and is protected by zero data retention and zero operator access.&lt;/p&gt;
&lt;p&gt;AWS also flags limits for teams testing the managed route. Reusing prior-turn reasoning content in a multi-turn Converse request can trigger an InternalServerException, while Converse rejects attached document inputs including PDF and HTML files. Bedrock Knowledge Bases and intelligent prompt routing are not supported for Kimi K3.&lt;/p&gt;
</content:encoded><dc:creator>DP News Team</dc:creator><category>news</category><category>aws</category><category>amazon-bedrock</category><category>moonshot-ai</category><category>products-and-features</category><category>kimi-k3</category><category>multimodal-ai</category><category>prompt-caching</category></item><item><title>Newsom sets California AI oversight deadlines, orders kill-switch study</title><link>https://dataphoenix.info/news/newsom-california-ai-oversight-kill-switch-study</link><guid isPermaLink="true">https://dataphoenix.info/news/newsom-california-ai-oversight-kill-switch-study</guid><description>California’s executive order sets agency deadlines and opens a formal review of possible frontier AI safeguards. It does not impose a kill switch or new lab requirements on developers.</description><pubDate>Fri, 18 Sep 2026 21:38:00 GMT</pubDate><content:encoded>&lt;p&gt;California Gov. Gavin Newsom &lt;a href=&quot;https://www.gov.ca.gov/wp-content/uploads/2026/09/FINAL-N-9-26-AI-EO-9.18.26-SIGNED.pdf&quot; rel=&quot;noopener noreferrer nofollow&quot;&gt;signed an executive order&lt;/a&gt; on Friday, directing state agencies to speed up California’s independent AI oversight work and recommend potential additions to state AI safety law by November 16.&lt;/p&gt;
&lt;p&gt;The order took effect immediately. It does not require AI developers to install a kill switch, host onsite verifiers, obtain independent checks of safety filings or report a broader set of incidents. Instead, it launches a formal process for state officials to assess whether those requirements are technically feasible, potentially effective and suitable for future changes to California law.&lt;/p&gt;
&lt;p&gt;Under Executive Order N-9-26, the Government Operations Agency must consult the Governor’s Office of Emergency Services and national experts before sending its recommendations to Newsom. The review must address four possible requirements for large frontier AI developers: placing designated independent verification organizations inside labs for periodic audits and evaluations; independently verifying required safety frameworks, transparency reports and risk assessments; maintaining a kill switch for frontier models, with ongoing independent checks of its effectiveness; and expanding reportable critical safety incidents to include a range of loss-of-control events.&lt;/p&gt;
&lt;p&gt;The order does not define how a kill switch would work, who could activate it or which models it would cover. Nor does it set compliance thresholds or penalties for any of the four measures. Those details would depend on later legal changes, and the order does not say whether the recommendations will lead to legislation, regulation or no further action.&lt;/p&gt;
&lt;p&gt;Separate provisions set implementation deadlines for oversight structures created under existing California law. By May 1, 2027, the Government Operations Agency must complete specified work under Government Code Section 8898.1 and publicly post the application requirements, procedures and criteria for organizations seeking designation as independent verifiers. By December 1, 2027, it must complete specified work under Section 11549.82 and begin the next set of required actions.&lt;/p&gt;
&lt;p&gt;The order follows other recent &lt;a href=&quot;https://dataphoenix.info/news/openai-endorses-california-youth-ai-safety-bill-sb-1119&quot; rel=&quot;noopener noreferrer nofollow&quot;&gt;California AI safety proposals&lt;/a&gt;. The &lt;a href=&quot;https://www.gov.ca.gov/2026/09/18/governor-newsom-issues-executive-order-to-accelerate-independent-oversight-and-advance-the-creation-of-an-ai-kill-switch/&quot; rel=&quot;noopener noreferrer nofollow&quot;&gt;governor’s announcement&lt;/a&gt; says the order accelerates implementation of two laws Newsom signed earlier in September. SB 813 established a framework for independent verification organizations, while AB 1405 created a registry and standards for AI auditors. The governor’s office also says SB 53, signed in 2025, already requires frontier AI developers to disclose safety frameworks publicly and report specified critical safety incidents to the state.&lt;/p&gt;
&lt;p&gt;Newsom said the state would move with “urgent velocity” on AI oversight. The Government Operations Agency’s recommendations are due November 16. The next implementation deadlines are May 1 and December 1, 2027.&lt;/p&gt;
</content:encoded><dc:creator>DP News Team</dc:creator><category>news</category><category>policy-safety-and-incidents</category><category>california</category><category>gavin-newsom</category><category>ai-safety</category><category>ai-regulation</category><category>frontier-models</category><category>executive-order</category></item><item><title>AWS launches GPU-aware routing for SageMaker HyperPod</title><link>https://dataphoenix.info/news/aws-hyperpod-inference-gateway-launch</link><guid isPermaLink="true">https://dataphoenix.info/news/aws-hyperpod-inference-gateway-launch</guid><description>AWS launched a managed routing layer for SageMaker HyperPod on Amazon EKS that directs inference requests using live queue, cache and model-serving state.</description><pubDate>Fri, 18 Sep 2026 16:38:00 GMT</pubDate><content:encoded>&lt;p&gt;AWS &lt;a href=&quot;https://aws.amazon.com/blogs/machine-learning/introducing-amazon-sagemaker-hyperpod-inference-gateway&quot; rel=&quot;noopener noreferrer nofollow&quot;&gt;launched SageMaker HyperPod Inference Gateway&lt;/a&gt;, a Kubernetes-native managed add-on for Amazon EKS that routes model requests using live GPU and model-serving state.&lt;/p&gt;
&lt;p&gt;AWS says the per-cluster gateway is available in regions that offer the HyperPod inference add-on. It sits in front of model-serving pods and is designed to use accelerator capacity more efficiently without requiring changes to model servers or client applications.&lt;/p&gt;
&lt;p&gt;The routing path starts with a Body-Based Router, which reads the model field in an OpenAI-compatible request. If the request uses a low-rank adaptation, or LoRA, adapter, the router resolves it to the base model and uses an HTTPRoute to reach the corresponding InferencePool. An Endpoint Picker then &lt;a href=&quot;https://docs.aws.amazon.com/en_en/sagemaker/latest/dg/sagemaker-hyperpod-model-deployment-inference-gateway.html&quot; rel=&quot;noopener noreferrer nofollow&quot;&gt;ranks eligible serving pods&lt;/a&gt; with configurable weighted scorers based on Prometheus metrics from the model servers.&lt;/p&gt;
&lt;p&gt;Four signals target different sources of inference delay. Queue-depth scoring steers work away from pods with larger backlogs. KV-cache scoring avoids pods whose key-value memory — the stored attention state used during generation — is close to full. LoRA-affinity scoring favors a pod that already holds the requested adapter in GPU memory, avoiding an adapter swap. If no pod has the adapter loaded, AWS says the gateway falls back to the pod with the most available capacity.&lt;/p&gt;
&lt;p&gt;Prefix-affinity scoring favors a pod likely to retain a reusable prompt prefix, reducing repeated prefill computation for workloads such as multi-turn conversations and document question answering. AWS documents default weights of 2 for queue depth, 2 for KV-cache utilization and 3 for prefix affinity. Operators can also score running-request counts and predicted latency, or replace the default Endpoint Picker configuration. The underlying Kubernetes &lt;a href=&quot;https://gateway-api-inference-extension.sigs.k8s.io/api-types/inferencepool/&quot; rel=&quot;noopener noreferrer nofollow&quot;&gt;InferencePool pattern&lt;/a&gt; also supports endpoint selection using queue, KV-cache and active-LoRA state.&lt;/p&gt;
&lt;p&gt;For comparison, AWS has separately documented &lt;a href=&quot;https://dataphoenix.info/news/aws-sagemaker-prefix-aware-routing&quot; rel=&quot;noopener noreferrer nofollow&quot;&gt;prefix-aware routing for SageMaker real-time endpoints&lt;/a&gt;. That routing path is distinct from the HyperPod gateway announced here.&lt;/p&gt;
&lt;p&gt;In its own benchmark, AWS reported up to an 82% reduction in time to first token, illustrated by a drop from 4.4 seconds to less than 800 milliseconds. These are AWS-run vendor results, not independently replicated measurements. The company said it tested four models ranging from 8 billion to 235 billion parameters on p5.48xlarge H100 and g5 A10G instances, comparing the gateway’s default routing with Kubernetes round-robin across the same replicas.&lt;/p&gt;
&lt;p&gt;In the same issuer-run tests, AWS reported throughput gains of 8% for a mixed-GPU Llama 3.1 8B workload, 50% for mixed-GPU Qwen3 32B and 12% for bursty Llama 3.1 70B traffic. AWS described throughput as comparable for bursty Qwen3 235B, a shared-prefix Llama 3.1 8B workload and a uniform Qwen3 235B fleet. It did not provide raw data, reproducible scripts, sample counts or confidence intervals, and the results have not been independently verified.&lt;/p&gt;
&lt;p&gt;AWS documentation requires vLLM 0.9.2 or later or SGLang 0.3.5.post1 or later. Earlier vLLM releases cause the gateway to ignore KV-cache utilization without reporting an error, AWS warns, while earlier SGLang releases lack a required metrics flag and fail to start. Gateway endpoints also have no request-level authentication or authorization by default; operators must configure JWT authentication or rely on VPC and network controls.&lt;/p&gt;
&lt;p&gt;The launch covers the Tier 1 per-cluster router. AWS described a separate Global Inference Router for cross-cluster and cross-region failover, global rate limiting and cost-aware traffic shaping as coming soon, without giving an availability date.&lt;/p&gt;
</content:encoded><dc:creator>DP News Team</dc:creator><category>news</category><category>aws</category><category>infrastructure-and-compute</category><category>llm-inference</category><category>sagemaker-hyperpod</category><category>amazon-eks</category><category>inference-gateway</category><category>gpu-routing</category></item><item><title>Hacktron says Claude helped breach OpenAI employee accounts</title><link>https://dataphoenix.info/news/hacktron-openai-account-breach-disclosure</link><guid isPermaLink="true">https://dataphoenix.info/news/hacktron-openai-account-breach-disclosure</guid><description>Hacktron says it paired a Discourse image-processing flaw with an OpenAI identity issue to compromise employee ChatGPT accounts and reach a private code repository before responsibly disclosing the chain.</description><pubDate>Fri, 18 Sep 2026 13:38:00 GMT</pubDate><content:encoded>&lt;p&gt;Hacktron says it compromised multiple OpenAI employee ChatGPT accounts and used one connected Codex account to submit a harmless pull request to an internal code repository. The security company says it did not inspect or download OpenAI code and stopped testing after demonstrating the access path.&lt;/p&gt;
&lt;p&gt;The researchers say they carried out the exploit chain on July 25 and &lt;a href=&quot;https://www.hacktron.ai/blog/hacking-openai&quot; rel=&quot;noopener noreferrer nofollow&quot;&gt;reported it through OpenAI’s Bugcrowd program&lt;/a&gt;. According to Hacktron, OpenAI confirmed later that day that the company-side issue had been fixed; the company later paid a $6,500 bounty for the finding. OpenAI has not published a first-party incident report in the sources reviewed.&lt;/p&gt;
&lt;p&gt;The chain started in the Discourse software hosting OpenAI’s community forum. Hacktron says a malformed HEIF image triggered remote code execution through the forum’s image-processing stack, letting the researchers run code on the server. They paired that access with what they described as a flaw in OpenAI’s single-sign-on identity flow, reaching employee ChatGPT and Codex accounts.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://github.com/discourse/discourse/security/advisories/GHSA-vhm9-85gw-x335&quot; rel=&quot;noopener noreferrer nofollow&quot;&gt;Discourse’s security advisory&lt;/a&gt; confirms that CVE-2026-32882 in libheif allowed remote code execution through image uploads. Discourse gave the issue an 8.8 rating, classified it as high severity and credited Hacktron as the reporter. The advisory lists patched releases and says supported versions added image-processing sandboxing as a further defense.&lt;/p&gt;
&lt;p&gt;Hacktron says Anthropic’s Claude Opus 4.8 identified missing security backports and produced an initial exploit, while Claude Opus 5 generated a working local exploit. The team says it tested the resulting script on its own Discourse Cloud instance before applying it to OpenAI’s forum. It also says the operation was not fully autonomous and still depended on skilled human guidance.&lt;/p&gt;
&lt;p&gt;The researchers say compromised ChatGPT or Codex accounts could theoretically have exposed other connected services, including Slack and email. Their public demonstration established the GitHub path through the harmless pull request, but did not show access to those other services. The number and identities of affected accounts remain undisclosed.&lt;/p&gt;
&lt;p&gt;Hacktron argues that AI compressed offensive-security work that once required a well-resourced team and months into days. That comparison remains the company’s assessment: the public evidence does not independently measure the counterfactual staffing, time or cost. The incident is distinct from &lt;a href=&quot;https://web.platform.dataphoenix.info/news/irregular-openai-anthropic-meta-breach&quot; rel=&quot;noopener noreferrer nofollow&quot;&gt;AI-lab breaches linked to Irregular&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Hacktron says it also reported the Discourse issue through HackerOne. Discourse released patched versions and added sandboxing around image processing; Hacktron says OpenAI confirmed later that day that the identity issue had been fixed, after the researchers had ended their testing.&lt;/p&gt;
</content:encoded><dc:creator>DP News Team</dc:creator><category>news</category><category>policy-safety-and-incidents</category><category>openai</category><category>hacktron-ai</category><category>anthropic</category><category>claude</category><category>cybersecurity</category><category>discourse</category><category>cve-2026-32882</category><category>responsible-disclosure</category></item><item><title>NVIDIA Vera Rubin NVL72 debuts in MLPerf Inference v6.1 as a Preview system</title><link>https://dataphoenix.info/news/nvidia-vera-rubin-nvl72-mlperf-inference-v6-1</link><guid isPermaLink="true">https://dataphoenix.info/news/nvidia-vera-rubin-nvl72-mlperf-inference-v6-1</guid><description>MLCommons&apos; first reviewed Vera Rubin results show higher submitted throughput than a same-size GB300 NVL72, while leaving power and economic claims untested.</description><pubDate>Fri, 18 Sep 2026 11:38:00 GMT</pubDate><content:encoded>&lt;p&gt;NVIDIA has submitted Vera Rubin NVL72 to MLPerf Inference v6.1, giving infrastructure buyers the first reviewed and audited benchmark results for the rack-scale platform. &lt;a href=&quot;https://mlcommons.org/2026/09/chairs-mlperf-inference-v6-1/&quot; rel=&quot;noopener noreferrer nofollow&quot;&gt;MLCommons identified Vera Rubin as a new Preview system&lt;/a&gt; and said submissions using it produced the round’s largest per-accelerator gains on the vision-language and DeepSeek-R1 workloads.&lt;/p&gt;
&lt;p&gt;The &lt;a href=&quot;https://raw.githubusercontent.com/mlcommons/inference_results_v6.1/main/summary.csv&quot; rel=&quot;noopener noreferrer nofollow&quot;&gt;published results ledger&lt;/a&gt; lists the system as NVIDIA VR200 NVL72, with 72 VR200 accelerators and NVIDIA Vera CPUs. Its six Closed-division Datacenter results cover Interactive, Offline and Server scenarios for both DeepSeek-R1 and Qwen3-VL-235B-A22B. That classification matters: MLCommons lists the Vera Rubin configuration as Preview, while the 72-accelerator GB300 NVL72 systems used for comparison are Available.&lt;/p&gt;
&lt;p&gt;On DeepSeek-R1, the Vera Rubin submission recorded 652,750.14 tokens per second in Interactive, 1,183,326.85 in Offline and 1,175,890.22 in Server. The corresponding GB300 NVL72 results were 253,506, 679,740 and 596,944 tokens per second. Across the three scenarios, the submitted figures work out to gains of about 1.74 times to 2.57 times.&lt;/p&gt;
&lt;p&gt;On Qwen3-VL, Vera Rubin recorded 1,306.61 queries per second in Interactive, 2,392.70 samples per second in Offline and 2,323.27 queries per second in Server. GB300 NVL72 recorded 349.29, 1,304.99 and 1,210.49 in the same scenarios and units. The submission-to-submission ratios range from about 1.83 times to 3.74 times. They align with &lt;a href=&quot;https://blogs.nvidia.com/blog/vera-rubin-nvl72-mlperf-inference/&quot; rel=&quot;noopener noreferrer nofollow&quot;&gt;NVIDIA’s rounded claims of up to 2.5 times for DeepSeek-R1 and 3.7 times for Qwen3-VL&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;MLPerf’s Closed division holds the model mathematically equivalent to a reference implementation, supporting comparisons between submitted hardware and software configurations. It does not isolate the chip’s effect. NVIDIA said its Qwen3-VL entry used vLLM with NVIDIA Dynamo, while its DeepSeek-R1 entry used TensorRT-LLM; the company also cited disaggregated serving and expert parallelism.&lt;/p&gt;
&lt;p&gt;Preview is an MLPerf availability category, not a claim that no hardware exists. Under the &lt;a href=&quot;https://mlcommons.org/benchmarks/inference-datacenter/&quot; rel=&quot;noopener noreferrer nofollow&quot;&gt;benchmark’s availability rules&lt;/a&gt;, Available systems contain components offered for purchase or cloud rental, while Preview systems must be submitted as Available in the next round. For context on that distinction, DataPhoenix previously covered &lt;a href=&quot;https://web.platform.dataphoenix.info/news/nvidia-vera-cpu-shipping&quot; rel=&quot;noopener noreferrer nofollow&quot;&gt;NVIDIA’s Vera CPU shipping update&lt;/a&gt;. NVIDIA &lt;a href=&quot;https://blogs.nvidia.com/blog/vera-rubin/&quot; rel=&quot;noopener noreferrer nofollow&quot;&gt;said separately in July&lt;/a&gt; that production was ramping and racks were running at several partners, but the exact benchmark configuration remains Preview in version 6.1.&lt;/p&gt;
&lt;p&gt;NVIDIA said the increased throughput could support more users, more revenue and lower cost per token. The six Vera Rubin result rows do not include full-system power measurements, however, and MLCommons validates power only when those measurements accompany a submission. The version 6.1 evidence therefore establishes throughput for the submitted configurations, not performance per watt, revenue, total cost of ownership or cost per token.&lt;/p&gt;
</content:encoded><dc:creator>DP News Team</dc:creator><category>news</category><category>nvidia</category><category>ai-infrastructure</category><category>vera-rubin</category><category>infrastructure-and-compute</category><category>mlperf-inference</category><category>inference-benchmark</category></item><item><title>OpenAI launches Astra for Law with legal search and firm workflows</title><link>https://dataphoenix.info/news/openai-astra-for-law-launch</link><guid isPermaLink="true">https://dataphoenix.info/news/openai-astra-for-law-launch</guid><description>OpenAI has launched Astra for Law, pairing GPT-6 Astra with legal search, governance controls, custom workflows and partner plugins for selected U.S. law firms.</description><pubDate>Fri, 18 Sep 2026 06:38:00 GMT</pubDate><content:encoded>&lt;p&gt;OpenAI &lt;a href=&quot;https://openai.com/index/astra-for-law&quot; rel=&quot;noopener noreferrer nofollow&quot;&gt;launched Astra for Law&lt;/a&gt;, a legal-work offering that combines GPT-6 Astra with a specialized search index, governance controls and firm-specific workflows. Selected U.S. law firms will get initial access through OpenAI’s Trusted Access program in ChatGPT and Codex.&lt;/p&gt;
&lt;p&gt;The company presents Astra for Law as GPT-6 Astra configured with legal settings, tools and context for law firms and legal-technology providers. The launch extends GPT-6 Astra into another professional domain after &lt;a href=&quot;https://web.platform.dataphoenix.info/news/openai-chatgpt-financial-services-launch&quot; rel=&quot;noopener noreferrer nofollow&quot;&gt;OpenAI’s financial-services offering built on the same model&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Under &lt;a href=&quot;https://help.openai.com/en/articles/20001528-astra-for-law&quot; rel=&quot;noopener noreferrer nofollow&quot;&gt;OpenAI’s eligibility guidance&lt;/a&gt;, access is limited to lawyers and people working under their supervision. The offering appears in the model picker as GPT-6 Astra Law.&lt;/p&gt;
&lt;p&gt;OpenAI said the legal search index spans U.S. case law, statutes, regulations, court rules and administrative decisions across more than 230 million URLs, with sources added daily. It also said the research experience incorporates CourtListener. The Free Law Project, which operates CourtListener, says its &lt;a href=&quot;https://wiki.free.law/c/courtlistener/help/data-coverage/case-law&quot; rel=&quot;noopener noreferrer nofollow&quot;&gt;case-law collection&lt;/a&gt; includes more than 99.9% of published U.S. precedential case law.&lt;/p&gt;
&lt;p&gt;On a private validation set from Vals AI’s &lt;a href=&quot;https://www.vals.ai/benchmarks/legal_research&quot; rel=&quot;noopener noreferrer nofollow&quot;&gt;Legal Research Bench&lt;/a&gt;, OpenAI reported better results than GPT-6 Astra using web search alone. At the highest reasoning effort, the company said Astra for Law passed an overall correctness check on 54.0% of 200 questions, compared with 38.7% for the web-search configuration — a 40% relative improvement. OpenAI also said the legal product found 24% more reference cases on case-law questions and, on an audited set, retrieved up to 54% more relevant target passages from the correct opinions.&lt;/p&gt;
&lt;p&gt;The benchmark figures remain OpenAI-reported claims. OpenAI’s announcement does not provide enough run data to reproduce them.&lt;/p&gt;
&lt;p&gt;For confidential work, OpenAI said eligible firms receive Zero Data Retention on the API and that ChatGPT Enterprise use is excluded from human review by default. Its general &lt;a href=&quot;https://platform.openai.com/docs/models/default-usage-policies-by-endpoint&quot; rel=&quot;noopener noreferrer nofollow&quot;&gt;API data-control documentation&lt;/a&gt; says Zero Data Retention requires approval and compatibility depends on the endpoint and capability. OpenAI has not specified which Astra for Law API endpoints and tool combinations will support the control.&lt;/p&gt;
&lt;p&gt;OpenAI said it is working with Latham &amp;amp; Watkins on governance for information permissions, ethical walls, client instructions and firm oversight. The company also described custom ChatGPT Enterprise workflows developed with Sullivan &amp;amp; Cromwell for agreement analysis, Ropes &amp;amp; Gray for deal diligence and Cooley for initial public offering preparation.&lt;/p&gt;
&lt;p&gt;The launch includes 26 partner-built legal plugins, among them connections involving iManage, Intapp, DeepJudge and Thomson Reuters. OpenAI also listed nine community plugins containing 47 adaptable custom skills.&lt;/p&gt;
&lt;p&gt;OpenAI plans to offer the product through its API as gpt-6-astra-law, including to legal-technology providers Harvey and Legora, but it did not announce pricing or a release date. The company also made ChatGPT for Word generally available on September 17, describing proofreading, suggested edits and formatting checks as legal-drafting uses.&lt;/p&gt;
</content:encoded><dc:creator>DP News Team</dc:creator><category>news</category><category>products-and-features</category><category>openai</category><category>astra-for-law</category><category>legal-ai</category><category>legal-research</category><category>law-firm-workflows</category></item><item><title>Novo, Anthropic set Claude tests for drug discovery</title><link>https://dataphoenix.info/news/novo-anthropic-claude-drug-discovery</link><guid isPermaLink="true">https://dataphoenix.info/news/novo-anthropic-claude-drug-discovery</guid><description>Novo Nordisk plans to test Claude Science in selected R&amp;D workflows and use Anthropic models for software development, while saying the collaboration was designed with human oversight and data governance.</description><pubDate>Fri, 18 Sep 2026 02:38:00 GMT</pubDate><content:encoded>&lt;p&gt;Novo Nordisk and Anthropic &lt;a href=&quot;https://www.novonordisk.com/news-and-media/news-and-ir-materials/news-details.html?id=916768&quot; rel=&quot;noopener noreferrer nofollow&quot;&gt;announced a collaboration&lt;/a&gt; to test Claude Science in selected drug-discovery workflows. Novo also plans to use Anthropic models for AI-assisted software development across the pharmaceutical company.&lt;/p&gt;
&lt;p&gt;The initial work will center on scientific problems selected by Novo researchers and computational teams. The companies said they will develop targeted solutions for workflows that support biological reasoning. The software-development effort is part of Novo’s broader plan to scale AI internally.&lt;/p&gt;
&lt;p&gt;Novo said it will initially test Claude Science in specific research and development workflows where the partners expect their combined capabilities to have the greatest impact. Anthropic &lt;a href=&quot;https://www.anthropic.com/news/claude-science-ai-workbench&quot; rel=&quot;noopener noreferrer nofollow&quot;&gt;describes Claude Science&lt;/a&gt; as a workbench that connects research tools and software packages, provides computing resources, creates auditable artifacts and includes a reviewer agent that checks citations and calculations.&lt;/p&gt;
&lt;p&gt;Novo said the collaboration was designed with human oversight and what it called robust data governance to keep AI use aligned with the drugmaker’s ethical and compliance standards. For context, DataPhoenix has previously covered &lt;a href=&quot;https://web.platform.dataphoenix.info/news/anthropic-embedded-ai-evaluators-amodei-pacing&quot; rel=&quot;noopener noreferrer nofollow&quot;&gt;Anthropic’s external-evaluator commitments&lt;/a&gt;. Novo’s announcement did not explain how the controls will work, what data Claude may access, whether information can be used for model training, how outputs will be validated or which regulatory controls will apply.&lt;/p&gt;
&lt;p&gt;Novo CEO Mike Doustdar said AI could increase research productivity and compress the path from research to a marketed product. Anthropic CEO Dario Amodei said the collaboration could shorten research timelines and improve outcomes. Both statements describe company expectations, not demonstrated results from the deployment.&lt;/p&gt;
&lt;p&gt;The companies disclosed no Novo-specific benchmark or test result, named drug program, therapeutic area, rollout schedule, success metric, financial term, contract duration or exclusivity provision.&lt;/p&gt;
</content:encoded><dc:creator>DP News Team</dc:creator><category>anthropic</category><category>news</category><category>claude-science</category><category>partnerships-and-deals</category><category>drug-discovery</category><category>novo-nordisk</category><category>pharmaceutical-ai</category></item><item><title>Google expands CC into a shared household AI agent</title><link>https://dataphoenix.info/news/google-cc-family-household-agent</link><guid isPermaLink="true">https://dataphoenix.info/news/google-cc-family-household-agent</guid><description>Google Labs has turned CC into a shared household agent for up to six adults, adding member-controlled sharing, shared memory and permission gates for actions outside the group.</description><pubDate>Thu, 17 Sep 2026 23:50:00 GMT</pubDate><content:encoded>&lt;p&gt;Google Labs has expanded CC beyond personal productivity into an experimental shared agent for families and households. A group of up to six adults can use a single agent to coordinate information and tasks.&lt;/p&gt;
&lt;p&gt;The &lt;a href=&quot;https://blog.google/innovation-and-ai/models-and-research/google-labs/cc-expanding-to-groups/&quot; rel=&quot;noopener noreferrer nofollow&quot;&gt;new version of CC&lt;/a&gt; has its own verified Google Account, giving the agent what Google describes as a distinct identity and permissions model. Each member decides what CC can access and what stays private, and can revise those choices. Google says the agent responds only to group members and will not act or share information outside the group without a member’s permission. The company has also added &lt;a href=&quot;https://web.platform.dataphoenix.info/news/google-gemini-spark-photos-workflows&quot; rel=&quot;noopener noreferrer nofollow&quot;&gt;confirmation controls in Gemini Spark workflows&lt;/a&gt;, though CC is a separate product with group-specific permissions.&lt;/p&gt;
&lt;p&gt;Members can tell CC to always accept messages from designated email senders, forward one-off material by email or Google Chat, share Drive files or folders, or add the agent to a Calendar. CC can draw on that material to maintain a family Calendar and Task list. It also sends members a morning “Your Day Ahead” brief with schedules, outstanding tasks and work completed by the agent the previous day.&lt;/p&gt;
&lt;p&gt;Google says CC can pre-fill registration PDFs, check live drive times through the Google Maps API and create shared Docs and Sheets. If a task is missing necessary details, the agent asks a member for them and can use the answers to update its group memory. According to Google, that memory separates household-level information, such as a common grocery list, from person-specific details such as dietary preferences or local time zones.&lt;/p&gt;
&lt;p&gt;Each CC instance runs on what Google describes as an isolated cloud computer powered by its Antigravity agentic harness and latest Gemini models. Google did not identify a specific Gemini model, say how long memories are retained, or detail the administrative and audit controls available to individual members. It also did not provide adoption figures, pricing or a general-availability date.&lt;/p&gt;
&lt;p&gt;Google &lt;a href=&quot;https://blog.google/innovation-and-ai/models-and-research/google-labs/cc-ai-agent/&quot; rel=&quot;noopener noreferrer nofollow&quot;&gt;introduced the original CC&lt;/a&gt; in December 2025 as a single-user experiment connected to Gmail, Calendar, Drive and the web. That version delivered a daily morning briefing. Google says the experience moved into the Gemini app as Daily Brief in May.&lt;/p&gt;
&lt;p&gt;The household version is an early Google Labs experiment available on web and mobile to U.S. users aged 18 or older with personal Google accounts. Google says existing CC users will receive upgrade emails, while new users can join a waitlist.&lt;/p&gt;
</content:encoded><dc:creator>DP News Team</dc:creator><category>google</category><category>news</category><category>ai-agents</category><category>gemini</category><category>products-and-features</category><category>google-labs</category><category>cc</category><category>household-productivity</category></item><item><title>Anthropic Opens Life Sciences Verification Program Beta</title><link>https://dataphoenix.info/news/anthropic-life-sciences-verification-program</link><guid isPermaLink="true">https://dataphoenix.info/news/anthropic-life-sciences-verification-program</guid><description>Anthropic&apos;s beta gives vetted life-sciences teams more permissive access to Claude models through scoped grants, continuous monitoring and 30-day data retention.</description><pubDate>Thu, 17 Sep 2026 23:25:00 GMT</pubDate><content:encoded>&lt;p&gt;Anthropic opened its Life Sciences Verification Program beta on September 17, giving vetted teams and institutions more permissive access to Claude models for approved work. The company said applicants must pass reviews of their research credentials, security standards and ethical-research oversight before receiving access.&lt;/p&gt;
&lt;p&gt;The program replaces some request-time biology blocks with monitoring after access is granted. Anthropic said it will use &lt;a href=&quot;https://www.anthropic.com/news/life-sciences-verification-program&quot; rel=&quot;noopener noreferrer nofollow&quot;&gt;offline monitoring across requests and sessions&lt;/a&gt; to identify activity outside an organization’s approved scope. All program traffic must be retained for 30 days to support that monitoring, while data associated with flagged activity can be kept for review.&lt;/p&gt;
&lt;p&gt;Access is divided into two grant types. Standard Use grants cover team-wide, day-to-day life-sciences work and renew annually. They currently provide more-permissive biology classifiers for Mythos 5.1, Opus 5 and Sonnet 5, while other controls, including cyber classifiers, remain in place.&lt;/p&gt;
&lt;p&gt;High-risk Use is a project-specific add-on for work blocked under the standard tier. It removes safeguards that block life-sciences requests for the approved project and must be renewed every six months. High-risk access is available for Opus 5 and Sonnet 5 at launch.&lt;/p&gt;
&lt;p&gt;Anthropic said high-risk Mythos access will remain limited to a small group receiving additional vetting while it works with the U.S. government on broader availability. The announcement did not identify the government body or define its role. The program builds on the restricted-access model Anthropic introduced with &lt;a href=&quot;https://web.platform.dataphoenix.info/news/anthropic-claude-fable-5-1-mythos-5-1-release&quot; rel=&quot;noopener noreferrer nofollow&quot;&gt;Claude Fable 5.1 and Mythos 5.1&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Each participant’s access is tied to the use cases stated in its application. Anthropic said it continuously checks program traffic for behavior outside that scope and can flag cases to an organization’s administrators. The company also said retained data is compartmentalized, cannot be used to train models and cannot be accessed by its life-sciences research teams. Anthropic did not publish an independent audit or technical documentation for those controls.&lt;/p&gt;
&lt;p&gt;The new approach differs from safeguards used for generally available models. In August, Anthropic said Fable 5’s classifier rerouted safeguarded biology requests to Opus 5, while professional dual-use biology and drug-development requests remained blocked. DataPhoenix previously examined those &lt;a href=&quot;https://web.platform.dataphoenix.info/news/anthropic-fable-5-biology-safeguards&quot; rel=&quot;noopener noreferrer nofollow&quot;&gt;earlier biology-safeguard changes&lt;/a&gt;, and Anthropic’s &lt;a href=&quot;https://www.anthropic.com/news/improving-fable-5-s-biology-safeguards&quot; rel=&quot;noopener noreferrer nofollow&quot;&gt;technical description of the classifier&lt;/a&gt; provides the official baseline.&lt;/p&gt;
&lt;p&gt;At launch, the program is available through Anthropic’s first-party API console and Claude Enterprise and Team plans. It is not available on individual plans or third-party platforms, or to organizations operating under a Business Associate Agreement.&lt;/p&gt;
</content:encoded><dc:creator>DP News Team</dc:creator><category>news</category><category>policy-safety-and-incidents</category><category>anthropic</category><category>claude</category><category>life-sciences</category><category>biology-safeguards</category><category>ai-safety</category></item><item><title>Apple researchers release REVERSAL-BENCH to measure reset-free RL failures</title><link>https://dataphoenix.info/news/apple-reversal-bench-reset-free-rl</link><guid isPermaLink="true">https://dataphoenix.info/news/apple-reversal-bench-reset-free-rl</guid><description>REVERSAL-BENCH varies recoverability across simulated environments to measure when reset-free reinforcement-learning agents become trapped.</description><pubDate>Thu, 17 Sep 2026 20:50:00 GMT</pubDate><content:encoded>&lt;p&gt;Apple researchers Riyaaz Shaik and Chandru Venkataraman have released &lt;a href=&quot;https://machinelearning.apple.com/research/reversal-bench-rl-cliff&quot; rel=&quot;noopener noreferrer nofollow&quot;&gt;REVERSAL-BENCH&lt;/a&gt;, a simulation benchmark for measuring how reset-free reinforcement-learning agents behave as simulated environments become harder to recover from. The benchmark varies reversibility along a controlled axis and uses a reset oracle to label whether a state can return to the task-relevant starting distribution.&lt;/p&gt;
&lt;p&gt;In the authors’ experiments, reset-free and safe-RL methods were increasingly absorbed into irreversible states as the reversibility parameter, rho, moved toward its most severe setting. By contrast, episodic baselines with external resets maintained stable learning. The results come from simulations and a preprint; they have not been independently replicated or demonstrated on physical robots.&lt;/p&gt;
&lt;p&gt;The &lt;a href=&quot;https://arxiv.org/abs/2609.17745&quot; rel=&quot;noopener noreferrer nofollow&quot;&gt;paper&lt;/a&gt; defines rho on a scale from 0 to 1 within each task. It changes the severity or extent of an irreversible region while preserving an achievable optimal path. The authors caution that rho is a domain-specific control, not a score that can be compared directly across tasks.&lt;/p&gt;
&lt;p&gt;REVERSAL-BENCH covers eight manipulation settings across five physics engines. Its simulator-grounded oracle saves a queried state, runs task-specific recovery routines, determines whether the system can return to the relevant initial-state distribution, and restores the original state so the evaluation does not alter the trajectory. The team also reports releasing a dataset of 44.9 million transitions across 11 task classes and five simulators, with ground-truth recoverability labels.&lt;/p&gt;
&lt;p&gt;Like Apple’s separate &lt;a href=&quot;https://web.platform.dataphoenix.info/news/apple-discosign-discourse-aware-asl-gloss-translation&quot; rel=&quot;noopener noreferrer nofollow&quot;&gt;DiscoSign research on discourse-aware ASL translation&lt;/a&gt;, REVERSAL-BENCH is a research release rather than a product announcement.&lt;/p&gt;
&lt;p&gt;The paper’s paired tests hold geometry, spawn distributions and rewards constant while changing whether a trap is physically escapable. At rho equal to 1, the authors report that Naive, R3L and Leave-No-Trace runs approached complete absorption in the irreversible setup but recorded zero absorption in reversible counterparts. A model-based method, MoReFree, was a notable exception: after incurring absorption during exploration, its converged policy found a high-momentum route through the force sink and reached zero absorption.&lt;/p&gt;
&lt;p&gt;In a ManiSkill3 tabletop task, a learned PPO policy showed a similar cliff in the authors’ tests. Across eight seeds and 10 million training steps, reset-free absorption rose from 0.10 to 0.95 as the table-edge margin shrank toward rho equal to 1, while the episodic baseline remained at zero.&lt;/p&gt;
&lt;p&gt;The researchers also tested a Reversibility Shield that can override actions when estimated recoverability falls below a threshold. In point-mass navigation, they report that it reduced absorption from 0.63 to zero at rho 0.25 and from 0.85 to 0.21 at rho 0.50. The benefit fell sharply at more severe settings, with absorption reaching 0.88 at rho 0.75 and 0.91 at rho 1.&lt;/p&gt;
&lt;p&gt;A tabletop stress test separated detection from physical control. The learned detector posted AUROC values between 0.98 and 0.996 for rho values from 0.1 through 0.4. At rho 0.8, however, the unshielded, learned-shield and oracle-shield conditions all reached about 0.95 absorption because the robot could not intercept the sliding object. The reset oracle depends on saving and restoring simulator states, which the authors say is unavailable on real robots; transferring the approach to physical hardware remains future work.&lt;/p&gt;
</content:encoded><dc:creator>DP News Team</dc:creator><category>news</category><category>foundation-models-and-research</category><category>apple</category><category>reversal-bench</category><category>reset-free-rl</category><category>reinforcement-learning</category><category>robotics</category><category>ai-research</category></item><item><title>Anthropic relaunches Claude Code Projects for coordinated cloud agents</title><link>https://dataphoenix.info/news/anthropic-claude-code-projects-multi-agent-relaunch</link><guid isPermaLink="true">https://dataphoenix.info/news/anthropic-claude-code-projects-multi-agent-relaunch</guid><description>Anthropic has recast Claude Code Projects as a beta workspace in which a coordinator divides software work among parallel cloud-agent threads that share project context.</description><pubDate>Thu, 17 Sep 2026 20:25:00 GMT</pubDate><content:encoded>&lt;p&gt;The Verge reported Sept. 17 that Anthropic has relaunched Claude Code Projects in beta, turning it into a workspace for &lt;a href=&quot;https://web.platform.dataphoenix.info/news/claude-code-cross-session-messaging&quot; rel=&quot;noopener noreferrer nofollow&quot;&gt;coordinating multiple Claude Code agents&lt;/a&gt;. According to &lt;a href=&quot;https://claude.com/blog/projects-redesigned&quot; rel=&quot;noopener noreferrer nofollow&quot;&gt;Anthropic’s description of the redesigned Projects&lt;/a&gt;, a coordinator splits a request into jobs and dispatches them to parallel Claude Code sessions. The setup gives users one place to oversee work that would otherwise be spread across several agent runs.&lt;/p&gt;
&lt;p&gt;The coordinator scopes the request, delegates tasks and tracks each thread before reviewing the output and assembling the result. Every thread is a full Claude Code cloud session working on its own branch and copy of the repository. That separation allows sessions to run concurrently, but it does not eliminate integration conflicts. If threads edit overlapping code, Anthropic says the collision is handled as a merge conflict, much like conflicting pull requests.&lt;/p&gt;
&lt;p&gt;Users can steer the work from the main Project conversation or open a specific thread to inspect and guide it. A thread can break down its assigned job further through subagents, loops and workflows. When setting up a Project, users choose a goal and a repository or other context. They can also configure the cloud environment, connectors, plugins, instructions and model.&lt;/p&gt;
&lt;p&gt;Context is shared at the Project level. Threads contribute to and draw from a common project memory, while a Project library stores files added by the user and artifacts produced by Claude. The sessions therefore use the same material while keeping their execution environments and branches separate.&lt;/p&gt;
&lt;p&gt;Anthropic said the initial beta is limited to select Claude Pro and Max subscribers who use Claude Code cloud sessions and do not already have Projects on the web or desktop. The company plans to extend access during the following week to more Pro and Max Claude Code users, then bring updated Projects across Claude and to Team and Enterprise plans later. Existing Pro and Max Projects are due to be upgraded as the rollout reaches chat and Cowork, but Anthropic did not give exact dates for those stages.&lt;/p&gt;
&lt;p&gt;At launch, every thread runs in Anthropic’s cloud. The company said support for running threads on a user’s machine—with local tools, local code and access behind a network—is coming “very soon,” but did not specify a date. Anthropic also warned that running several full Claude Code sessions in parallel can cause a Project to reach usage limits faster.&lt;/p&gt;
</content:encoded><dc:creator>DP News Team</dc:creator><category>news</category><category>products-and-features</category><category>anthropic</category><category>claude-code</category><category>claude-code-projects</category><category>ai-coding-agents</category><category>multi-agent-systems</category></item><item><title>OpenAI and AARP group launch ChatGPT workshops for 1,000 older adults</title><link>https://dataphoenix.info/news/openai-aarp-older-adult-ai-workshops-2026</link><guid isPermaLink="true">https://dataphoenix.info/news/openai-aarp-older-adult-ai-workshops-2026</guid><description>OpenAI Academy and AARP&apos;s Older Adults Technology Services launched free, in-person ChatGPT workshops in 10 U.S. communities, pairing practical lessons with online-safety training.</description><pubDate>Thu, 17 Sep 2026 12:38:00 GMT</pubDate><content:encoded>&lt;p&gt;OpenAI Academy and Older Adults Technology Services (OATS) from AARP launched free, in-person ChatGPT workshops across 10 U.S. communities on September 16. &lt;a href=&quot;https://openai.com/index/helping-older-adults-use-ai-in-everyday-life/&quot; rel=&quot;noopener noreferrer nofollow&quot;&gt;OpenAI said&lt;/a&gt; the initiative was designed to reach 1,000 older adults, an announced target rather than a final attendance count.&lt;/p&gt;
&lt;p&gt;The program pairs guided instruction and hands-on exercises with mentors and resources for continued learning. Listings for &lt;a href=&quot;https://academy.openai.com/public/events/ai-skills-jam-for-older-adults-denver-co-hxcpv51gl5&quot; rel=&quot;noopener noreferrer nofollow&quot;&gt;Denver&lt;/a&gt; and &lt;a href=&quot;https://academy.openai.com/public/events/ai-skills-jam-for-older-adults-nashville-tn-stmkgqjxi2&quot; rel=&quot;noopener noreferrer nofollow&quot;&gt;Nashville&lt;/a&gt; described sessions on AI fundamentals, safety and practical &lt;a href=&quot;https://web.platform.dataphoenix.info/news/chatgpt-free-unlimited-chats&quot; rel=&quot;noopener noreferrer nofollow&quot;&gt;ChatGPT&lt;/a&gt; use. The &lt;a href=&quot;https://aging.idaho.gov/event/ai-skills-jam-for-older-adults/&quot; rel=&quot;noopener noreferrer nofollow&quot;&gt;Idaho Commission on Aging&lt;/a&gt; separately listed a free Boise-area event involving OpenAI Academy, Senior Planet from AARP and LEARN Idaho.&lt;/p&gt;
&lt;p&gt;OpenAI listed participating organizations or Senior Planet sites in Denver, Miami, San Antonio, Montgomery County, Queens, St. Louis, the Twin Cities, Nashville, Fresno and Boise. The announcement did not give a participant allocation for each location, and the opened sources did not provide a final attendance or completion count.&lt;/p&gt;
&lt;p&gt;Online safety is also part of the curriculum. OpenAI said participants would learn to recognize scam signals including urgent language, demands for secrecy and suspicious links, and to follow a “pause, think, and ask” rule. In an &lt;a href=&quot;https://openai.com/index/aarp-partnership-older-adults-online-safety/&quot; rel=&quot;noopener noreferrer nofollow&quot;&gt;earlier announcement about its work with AARP&lt;/a&gt;, OpenAI said ChatGPT could help assess suspicious content but should not replace personal judgment or basic precautions such as avoiding questionable links and withholding personal information.&lt;/p&gt;
&lt;p&gt;For everyday use, OpenAI pointed to trip planning, interpreting confusing letters or bills, checking possible scams, exploring hobbies and staying in touch with family. The workshops are part of a multi-year OpenAI-OATS collaboration announced in September 2025 to expand AI literacy, digital-safety training, privacy education and research for older adults through Senior Planet.&lt;/p&gt;
&lt;p&gt;That collaboration followed support for OATS through a Microsoft- and OpenAI-backed $2 million Societal Resilience Fund announced in 2024. A &lt;a href=&quot;https://seniorplanet.org/wp-content/uploads/2024/08/Summer-2024-Quarterly-Impact-Report-3.pdf&quot; rel=&quot;noopener noreferrer nofollow&quot;&gt;Senior Planet impact report&lt;/a&gt; said the funding supported AI education and literacy for adults age 50 and older. OpenAI said questions and feedback from workshop participants would inform future learning resources for older adults.&lt;/p&gt;
</content:encoded><dc:creator>DP News Team</dc:creator><category>news</category><category>industry-and-adoption</category><category>openai</category><category>aarp</category><category>chatgpt</category><category>older-adults</category><category>ai-literacy</category><category>online-safety</category></item><item><title>OpenAI study finds workers repeat ChatGPT tasks tied to other occupations</title><link>https://dataphoenix.info/news/openai-worker-ai-use-economic-research</link><guid isPermaLink="true">https://dataphoenix.info/news/openai-worker-ai-use-economic-research</guid><description>OpenAI says a four-month analysis of more than 1.5 million work-related ChatGPT messages found recurring use of tasks associated with other occupations.</description><pubDate>Thu, 17 Sep 2026 10:38:00 GMT</pubDate><content:encoded>&lt;p&gt;OpenAI said its four-month analysis of work-related ChatGPT messages found that some workers repeatedly used the service for tasks associated with occupations other than their own. The company said the pattern could point to broader jobs, though the study did not establish that workers’ formal duties or job titles changed.&lt;/p&gt;
&lt;p&gt;Among about 6,200 workers observed consistently from April through July 2026, previously used cross-occupation tasks rose from 13.1% of sampled non-generic messages in April to 25.9% in July, averaged across workers, according to &lt;a href=&quot;https://cdn.openai.com/pdf/work-at-the-frontier-report-202609.pdf&quot; rel=&quot;noopener noreferrer nofollow&quot;&gt;OpenAI’s report&lt;/a&gt;. OpenAI noted that the pool of tasks eligible to count as recurring expanded as workers tried new activities.&lt;/p&gt;
&lt;p&gt;The study analyzed more than 1.5 million work-related messages from individual ChatGPT accounts held by U.S.-registered users who also had linked ChatGPT Business accounts. OpenAI said it inferred occupations and workspace membership from onboarding information and linked account records, but excluded messages sent through Business accounts.&lt;/p&gt;
&lt;p&gt;OpenAI said it randomly sampled conversations, retained messages classified as work-related, and excluded users who opted out of training and messages marked training-disabled. Automated systems removed personally identifiable information and assigned labels, while researchers used hashed identifiers and did not read individual conversations, according to the company’s &lt;a href=&quot;https://openai.com/index/unlocking-new-ways-of-working&quot; rel=&quot;noopener noreferrer nofollow&quot;&gt;study announcement&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;For classification, OpenAI mapped each eligible message to the single detailed work activity in the &lt;a href=&quot;https://www.onetonline.org/help/onet/&quot; rel=&quot;noopener noreferrer nofollow&quot;&gt;O*NET occupational taxonomy&lt;/a&gt; that best matched the task. It then compared occupations associated with that activity with the user’s stated occupation across nine broad occupation groups.&lt;/p&gt;
&lt;p&gt;The label does not show that a task fell outside a worker’s actual job. The report says a cross-occupation activity may already have been part of that person’s responsibilities, and its measures cover observed AI use rather than all work or time spent working.&lt;/p&gt;
&lt;p&gt;In a matched comparison, workers observed using a particular cross-occupation task in one month used it again the next month in 23.6% of observations. The rate was 8.4% among workers in the same broad occupation with similar next-month AI activity who had not been observed using that task in the starting month, a 15.2 percentage-point gap.&lt;/p&gt;
&lt;p&gt;OpenAI also reported an 18.5% average return rate in the month after first observed use across eligible worker-task combinations. The reported rates included 54% for customer communication, 44% for advertising or promotional writing, 37% for creating marketing materials, 15% for explaining financial information, 15% for presenting business information and 10% for legal research.&lt;/p&gt;
&lt;p&gt;Cross-occupation prompts averaged about 20 characters shorter than the same workers’ within-occupation prompts, OpenAI said. They were less likely to request explanations, instructions, formatting or advice, and more likely to include examples or background and ask for checking or verification.&lt;/p&gt;
&lt;p&gt;The study examines how workers adapt ChatGPT use as OpenAI expands the product’s workplace functions. That broader product context includes its &lt;a href=&quot;https://web.platform.dataphoenix.info/news/openai-acquires-nextslide&quot; rel=&quot;noopener noreferrer nofollow&quot;&gt;acquisition of NextSlide to build presentation tools into ChatGPT&lt;/a&gt;; the earlier deal does not verify the study’s findings.&lt;/p&gt;
&lt;p&gt;OpenAI interpreted the recurrence as consistent with some outside-occupation assistance meeting ongoing work needs and said jobs could broaden if those activities became regular responsibilities.&lt;/p&gt;
&lt;p&gt;The company said the selected linked-account population is not representative of the U.S. workforce. The recurrence analysis required at least 10 sampled messages per month, could miss use in conversations that were not sampled, and measured neither output accuracy nor successful task completion. The underlying messages, classifications and matching procedure were not independently available for replication, and the four-month window does not show whether the pattern persists longer.&lt;/p&gt;
</content:encoded><dc:creator>DP News Team</dc:creator><category>news</category><category>industry-and-adoption</category><category>openai</category><category>chatgpt</category><category>workplace-ai</category><category>ai-adoption</category></item><item><title>Apple details Glyph agents for enterprise data catalog governance</title><link>https://dataphoenix.info/news/apple-glyph-enterprise-data-catalog-agents</link><guid isPermaLink="true">https://dataphoenix.info/news/apple-glyph-enterprise-data-catalog-agents</guid><description>Apple researchers describe Glyph, a production system in which cooperating language-model agents write enterprise column descriptions and apply governed sensitivity labels without reading cell values.</description><pubDate>Thu, 17 Sep 2026 08:38:00 GMT</pubDate><content:encoded>&lt;p&gt;Apple researchers have detailed Glyph, a production system that coordinates two language-model agents to document enterprise data columns and assign governed sensitivity labels. According to &lt;a href=&quot;https://machinelearning.apple.com/research/glyph-column-description-tagging&quot; rel=&quot;noopener noreferrer nofollow&quot;&gt;Apple’s research page&lt;/a&gt; and the &lt;a href=&quot;https://arxiv.org/abs/2609.10430&quot; rel=&quot;noopener noreferrer nofollow&quot;&gt;full paper&lt;/a&gt;, it grounds descriptions in the code that produces a column, runs three tagging methods in parallel and records the source of each selected tag.&lt;/p&gt;
&lt;p&gt;The authors say Glyph operates on a catalog of about 3.4 million columns across roughly 98,000 tables, four business lines and three storage backends. The system does not inspect cell values. Instead, it relies on structural metadata and source code, allowing it to work where access rules prevent automated systems from reading the underlying data. The reported scale and performance have not been independently reproduced.&lt;/p&gt;
&lt;p&gt;Two stateful agents divide the work. The Descriptor explains what a column means in plain language, while the Tagger maps it to a governed sensitivity ontology. The paper identifies Kostia Kudriavtsev, Parvez Rafi and Sha Sundaram as its authors. It follows other recent Apple research, including &lt;a href=&quot;https://web.platform.dataphoenix.info/news/apple-simpledesign-protein-sequence-structure-model&quot; rel=&quot;noopener noreferrer nofollow&quot;&gt;SimpleDesign for joint protein sequence and structure generation&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;To generate descriptions, Glyph fetches schema metadata and can handle as many as 50 columns in one model call. The Descriptor can search GitHub Enterprise for context in the data-pipeline code that creates each column. Its default budget is three tool calls per column, with batch caps and forced finalization to prevent open-ended searches. An optional judge scores descriptions for plausibility, specificity, completeness and awareness of personally identifiable information. Columns that fall below the threshold can go through another search-and-generation pass, with two passes allowed by default.&lt;/p&gt;
&lt;p&gt;The Tagger works against a governed Data Classification Ontology with 275 leaf annotations and sensitivity dimensions. Apple says the names in the paper are placeholders because the production classification codes are confidential. The authors also report that an internal non-sensitive class covers about 72% of columns.&lt;/p&gt;
&lt;p&gt;Three methods propose tags at the same time. A description-based model selects from ontology candidates retrieved for the column. Business-line-specific regular expressions scan column names for patterns. A metadata method uses a fine-tuned encoder and vector index to retrieve verified historical assignments. The description method cannot introduce an arbitrary label: validation rejects anything outside the ontology candidates.&lt;/p&gt;
&lt;p&gt;Glyph combines the three ranked lists with Reciprocal Rank Fusion, using a constant of 60, and normalizes the result by the number of active methods. It then removes duplicates deterministically, applies sensitivity-tier weights and drops low-scoring results. That active-source normalization is the paper’s concrete basis for graceful degradation, because the remaining methods can still produce a ranking when fewer methods contribute. The paper does not report fault-injection tests, uptime or outcomes for individual dependency failures.&lt;/p&gt;
&lt;p&gt;Each selected tag keeps reasoning about the contributing method and its confidence. If several methods nominate the same tag, a fixed priority determines which method’s explanation, ontology and grade fields remain. Confidence still reflects the cross-method fusion score. The result gives data stewards a trace for each recommendation, not just a final label.&lt;/p&gt;
&lt;p&gt;For the retrieval component, the paper reports large gains on an in-distribution, column-level held-out split. The authors say fine-tuning a six-layer all-MiniLM-L6-v2 encoder raised NDCG@10 from 0.5497 to 0.9225 and MAP@100 from 0.1888 to 0.9009. They caution that these are retrieval metrics rather than end-to-end tagging results, and call them an upper bound because the split does not control for leakage between columns in the same table.&lt;/p&gt;
&lt;p&gt;A separate end-to-end test covered four files and three groups. Full fusion reached an overall micro-averaged F2 score of 0.890, compared with 0.880 for the metadata tagger alone. Median request latency was 57.80 seconds for full fusion and 40.41 seconds for the metadata-only method. The authors chose F2 because sensitivity tagging gives recall more weight than precision. They say the evaluation included 1,905 tables that were disjoint from the 15,205-table vector index, although catalogs and databases overlapped.&lt;/p&gt;
&lt;p&gt;Glyph sits behind a governance workflow in which stewards accept or reject proposed column-tag pairs. The training pipeline refreshes weekly from those decisions. Across about 24,000 adjudicated pairs over six weeks, the authors report that acceptance rose from 63.3% to 99.8%, but they describe the trend as an association rather than a causal effect. Acceptance also does not capture tags the system failed to propose.&lt;/p&gt;
&lt;p&gt;The production controls described in the paper include temperature-zero decoding, per-request model handles, token limits, typed state validation, authentication, structured tracing, stateless horizontal scaling and versioned encoder and index artifacts. Code search uses rate-limit-aware retries with exponential backoff. The private catalog, ontology, steward decisions and training data remain unavailable for outside inspection. The authors also say that public-benchmark generalization and agreement between automated judges and people have yet to be demonstrated.&lt;/p&gt;
</content:encoded><dc:creator>DP News Team</dc:creator><category>news</category><category>foundation-models-and-research</category><category>apple</category><category>glyph</category><category>data-governance</category><category>enterprise-data-catalogs</category><category>multi-agent-ai</category><category>sensitivity-tagging</category></item><item><title>OpenAI publishes misalignment disclosure framework and six incident reports</title><link>https://dataphoenix.info/news/openai-misalignment-reporting-framework-six-incidents</link><guid isPermaLink="true">https://dataphoenix.info/news/openai-misalignment-reporting-framework-six-incidents</guid><description>OpenAI formalized how employees flag, investigate and disclose model misalignment, replacing ad hoc reporting with three investigation tracks and six initial incident reports.</description><pubDate>Thu, 17 Sep 2026 05:38:00 GMT</pubDate><content:encoded>&lt;p&gt;OpenAI has published a &lt;a href=&quot;https://openai.com/index/model-misalignment-reporting-framework/&quot; rel=&quot;noopener noreferrer nofollow&quot;&gt;framework for tracking, investigating and disclosing model misalignment&lt;/a&gt;, establishing three investigation tracks and releasing six reports about behavior observed during model training and evaluation over the preceding six months.&lt;/p&gt;
&lt;p&gt;That replaces what OpenAI described as ad hoc disclosures with a standing system that lets any employee flag a case for investigation and possible public reporting. Cases are assigned to Ready for Disclosure, Minor Investigation or Larger Investigation, also called the Slow Track. The publication follows OpenAI’s Sept. 5 &lt;a href=&quot;https://web.platform.dataphoenix.info/news/openai-german-wiki-incident-disclosure-framework&quot; rel=&quot;noopener noreferrer nofollow&quot;&gt;acknowledgment that it was developing a wider disclosure framework&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;OpenAI says the framework covers qualifying behavior found during training, evaluation, testing and deployment. It favors disclosure even when an example caused no harm, has uncertain significance or does not demonstrate a wider pattern. For complex cases, particularly those involving third parties, the slow track gives security, legal and responsible-disclosure obligations priority. An initial public notice may be delayed for security reasons.&lt;/p&gt;
&lt;p&gt;The six initial reports describe a range of failures, including concealed errors, fabricated data, unauthorized key use, public file uploads and cross-sample communication. OpenAI says the six reports are individual examples rather than a measure of how often misalignment occurs across its models, and that they are not a comprehensive inventory of known cases or ongoing investigations.&lt;/p&gt;
</content:encoded><dc:creator>DP News Team</dc:creator><category>news</category><category>policy-safety-and-incidents</category><category>openai</category><category>model-misalignment</category><category>ai-safety</category><category>incident-disclosure</category></item><item><title>Cohere and Aleph Alpha sign definitive business-combination agreement</title><link>https://dataphoenix.info/news/cohere-aleph-alpha-definitive-agreement</link><guid isPermaLink="true">https://dataphoenix.info/news/cohere-aleph-alpha-definitive-agreement</guid><description>Cohere and Aleph Alpha signed a definitive agreement for their planned combination, but closing and the proposed leadership changes remain subject to final regulatory approvals.</description><pubDate>Thu, 17 Sep 2026 04:50:00 GMT</pubDate><content:encoded>&lt;p&gt;Cohere and Aleph Alpha have &lt;a href=&quot;https://cohere.com/blog/cohere-and-aleph-alpha-sign-agreement&quot; rel=&quot;noopener noreferrer nofollow&quot;&gt;signed a definitive business-combination agreement&lt;/a&gt;, advancing their planned tie-up while leaving the transaction subject to final regulatory approvals. If the deal closes, the combined company would operate globally under the Cohere name.&lt;/p&gt;
&lt;p&gt;Cohere said the combined business would have headquarters in Toronto and Berlin, retain Aleph Alpha’s Heidelberg office as a research center, and employ more than 1,000 people across North America and Europe. Those arrangements have not taken effect because the transaction remains open.&lt;/p&gt;
&lt;p&gt;The signing follows the companies’ &lt;a href=&quot;https://cohere.com/blog/cohere-alephalpha-join-forces&quot; rel=&quot;noopener noreferrer nofollow&quot;&gt;April 24 announcement of a proposed combination&lt;/a&gt;. The September announcement did not disclose financial terms, the ownership structure, or which regulators and jurisdictions must still approve the deal. The companies expect closing later in 2026, but said that timing remains contingent on regulatory approval.&lt;/p&gt;
&lt;p&gt;Cohere also said the combined company would expand work with Schwarz Group companies to deliver sovereign AI through Schwarz Digits’ STACKIT cloud service. For broader product context, DataPhoenix recently covered &lt;a href=&quot;https://web.platform.dataphoenix.info/news/cohere-north-small-translate-model-release&quot; rel=&quot;noopener noreferrer nofollow&quot;&gt;Cohere’s North Small Translate release&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;The announced management changes are also conditional on closing. Aleph Alpha co-CEO Ilhan Scheer is slated to become Cohere’s chief operating officer, while Aleph Alpha co-founder and co-chief research officer Samuel Weinbach is slated to become Cohere’s chief research officer.&lt;/p&gt;
</content:encoded><dc:creator>DP News Team</dc:creator><category>news</category><category>partnerships-and-deals</category><category>cohere</category><category>aleph-alpha</category><category>business-combination</category><category>sovereign-ai</category><category>enterprise-ai</category></item><item><title>Cohere and OpenText plan agentic AI integration for regulated industries</title><link>https://dataphoenix.info/news/cohere-opentext-agentic-ai-partnership</link><guid isPermaLink="true">https://dataphoenix.info/news/cohere-opentext-agentic-ai-partnership</guid><description>Cohere and OpenText plan to connect private AI orchestration to governed enterprise data; OpenText is targeting client availability in early 2027.</description><pubDate>Thu, 17 Sep 2026 04:25:00 GMT</pubDate><content:encoded>&lt;p&gt;Cohere and OpenText announced a strategic partnership to combine Cohere’s North agent platform and enterprise AI models with OpenText’s enterprise data, context and Aviator AI agents for governments and regulated industries. They announced the agreement on September 16 at the ALL IN AI conference.&lt;/p&gt;
&lt;p&gt;The companies say the planned integration would let organizations build &lt;a href=&quot;https://web.platform.dataphoenix.info/news/cohere-agentic-task-ecosystem-mcp-automation-study&quot; rel=&quot;noopener noreferrer nofollow&quot;&gt;enterprise AI agents&lt;/a&gt; that reason over enterprise information and take action across business systems while retaining control over data storage and deployment. OpenText said it expects the joint agentic solution to reach clients in early 2027, making that date a company target rather than a firm release commitment.&lt;/p&gt;
&lt;p&gt;Under the plan, OpenText’s data and context layer would cover unstructured, operational and transactional data. Cohere would provide the application and orchestration layer through North and its enterprise AI models. The companies plan to integrate those capabilities with OpenText Aviator AI agents; neither announcement described the combined product as generally available.&lt;/p&gt;
&lt;p&gt;The companies said customers are expected to be able to deploy the system on premises or in private, public or sovereign clouds. They presented those options as a way to accommodate different security, data-location and deployment requirements. They also said the combination would help organizations retain control over data location and security while agents work across systems. However, the announcements provided no production results or independent evidence for those prospective benefits.&lt;/p&gt;
&lt;p&gt;OpenText said the partnership includes joint product development, integration with Aviator AI agents, coordinated go-to-market activity and a strategic reseller relationship through SOLEX. It also said the collaboration is designed to retain human oversight of automated actions, but did not detail the oversight mechanisms. The companies did not disclose pricing, contract value, committed customers, supported Cohere models, further technical architecture details or commercial terms for the reseller relationship.&lt;/p&gt;
</content:encoded><dc:creator>DP News Team</dc:creator><category>news</category><category>cohere</category><category>enterprise-ai</category><category>agentic-ai</category><category>partnerships-and-deals</category><category>opentext</category><category>regulated-industries</category></item><item><title>TypeSafe AI Raises $40 Million Seed Round, Launches Jev</title><link>https://dataphoenix.info/news/typesafe-ai-40-million-seed-jev-launch</link><guid isPermaLink="true">https://dataphoenix.info/news/typesafe-ai-40-million-seed-jev-launch</guid><description>TypeSafe AI emerged from stealth with a $40 million seed round led by DCVC and launched Jev in early access, pitching structured probabilistic decisions for software while its performance claims remain unverified.</description><pubDate>Wed, 16 Sep 2026 21:50:00 GMT</pubDate><content:encoded>&lt;p&gt;TypeSafe AI &lt;a href=&quot;https://www.streetinsider.com/Business+Wire/TypeSafe+AI+Emerges+From+Stealth+With+%2440M+in+Funding+With+New+Model+for+Composable+AI/27064495.html&quot; rel=&quot;noopener noreferrer nofollow&quot;&gt;emerged from stealth with $40 million in seed funding&lt;/a&gt; led by DCVC and launched its first public model, Jev, on September 15.&lt;/p&gt;
&lt;p&gt;The financing gives the San Francisco startup capital to develop an alternative to chat-oriented AI models. Jev is available in early access to selected or waitlisted developers, not as a generally available product.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://www.dcvc.com/news-insights/typesafe-emerges-from-stealth-with-a-new-way-of-doing-ai/&quot; rel=&quot;noopener noreferrer nofollow&quot;&gt;DCVC described the financing&lt;/a&gt; as a $40 million Series Seed that it led. The available first-party materials do not identify other participating investors or disclose a valuation, ownership terms or a closing date. TypeSafe says Diogo Almeida, Erik Gafni and Sasha Sheng founded the company in 2024.&lt;/p&gt;
&lt;p&gt;TypeSafe calls Jev a “System One Model” built for software applications. According to the company’s &lt;a href=&quot;https://typesafe.ai/blog/introducing-system-one-models-and-jev&quot; rel=&quot;noopener noreferrer nofollow&quot;&gt;technical introduction&lt;/a&gt;, a developer supplies unstructured state and predefined, structured questions. Jev returns typed decisions with probabilities and confidence scores instead of conversational text. The application defines the answer’s structure in advance so code can consume the output directly.&lt;/p&gt;
&lt;p&gt;The company says Jev can answer hundreds of decisions in parallel from one prompt. Developers can set confidence thresholds so an application acts when a score clears a chosen level and defers when it does not. TypeSafe calls the model’s training method Reinforcement Learning for Calibrated Decisions, or RLCD, but the launch materials did not include an independent technical paper validating the method.&lt;/p&gt;
&lt;p&gt;TypeSafe claims Jev can respond in less than 100 milliseconds and can be up to 100 times faster and less expensive than other frontier models. Those figures are vendor benchmarks, not independently verified results, and their relevance depends on the workload and comparison method.&lt;/p&gt;
&lt;p&gt;TypeSafe says its speed tests generally ran from company laptops on the U.S. West Coast. It also says its model-capabilities team created the workflow evaluations, which could introduce bias, and that reported gains of 193.6 times in speed and 444.6 times in cost are likely at the high end of what users would see in practice.&lt;/p&gt;
&lt;p&gt;The company says Jev avoids hallucinations because it does not generate free-form strings and guarantees outputs that match a specified schema. That guarantee concerns output format, not whether the underlying decision is correct. TypeSafe says its zero-percent type-error figure follows from the schema guarantee rather than an empirical measurement. The launch sources provide no independent evaluation of Jev’s accuracy, calibration or reliability.&lt;/p&gt;
&lt;p&gt;TypeSafe has not disclosed Jev’s model size, training-data composition or compute requirements. It also has not announced a general-availability date or provided production-scale customer evidence.&lt;/p&gt;
</content:encoded><dc:creator>DP News Team</dc:creator><category>news</category><category>funding-and-ma</category><category>typesafe-ai</category><category>jev</category><category>dcvc</category><category>ai-funding</category><category>structured-ai</category></item><item><title>Anthropic Unifies Claude Chat and Cowork, Adds Docs and Slides</title><link>https://dataphoenix.info/news/anthropic-unifies-claude-chat-cowork-docs-slides</link><guid isPermaLink="true">https://dataphoenix.info/news/anthropic-unifies-claude-chat-cowork-docs-slides</guid><description>Anthropic is bringing Claude chat and Cowork into one interface and adding native tools for documents and presentations, with Pro and Max subscribers first in line.</description><pubDate>Wed, 16 Sep 2026 21:25:00 GMT</pubDate><content:encoded>&lt;p&gt;Anthropic is bringing Claude chat and Cowork into one interface while adding Claude Docs and Claude Slides. The update puts conversations, agentic tasks and document and presentation creation inside a single Claude experience.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://claude.com/blog/cowork-is-now-claude&quot; rel=&quot;noopener noreferrer nofollow&quot;&gt;Anthropic said the rollout&lt;/a&gt; will start with existing and new Pro and Max subscribers across its web, desktop and mobile apps over the coming weeks. Team and Free plans will follow. Docs, Slides and Claude Design are in beta on paid plans, while Enterprise administrators decide whether the tools are enabled.&lt;/p&gt;
&lt;h2&gt;One starting point for chat and agentic work&lt;/h2&gt;
&lt;p&gt;With the unified interface, users can start in any conversation instead of choosing between chat and Cowork. Anthropic says Claude will determine what a request needs and make Cowork and Design capabilities available with the conversation’s existing context, skills and connectors.&lt;/p&gt;
&lt;p&gt;Anthropic says existing Cowork users will keep their chats, projects, artifacts, connectors and skills during the transition. By default, Claude asks for permission before taking an action. Users can also choose a mode that lets it continue and check in only when closer review is needed. Anthropic has separately changed permission handling in its coding tool, as detailed in DataPhoenix’s coverage of &lt;a href=&quot;https://web.platform.dataphoenix.info/news/claude-code-auto-mode-default&quot; rel=&quot;noopener noreferrer nofollow&quot;&gt;Claude Code’s default auto mode&lt;/a&gt;.&lt;/p&gt;
&lt;h2&gt;Documents and presentations stay in the conversation&lt;/h2&gt;
&lt;p&gt;Anthropic describes Docs and Slides as native creation surfaces inside Claude conversations. In the company’s example, a report and a presentation come from the same conversation, so the deck can reflect the document without moving the work into a separate product surface. That setup expands Claude’s role from answering prompts to producing two common workplace outputs within the same interface.&lt;/p&gt;
&lt;p&gt;The company says Claude Slides can draft presentations for users to edit directly, present from Claude, or download as PowerPoint or PDF files. Enterprise administrators will receive at least 30 days’ notice before the unified experience changes for their organizations.&lt;/p&gt;
</content:encoded><dc:creator>DP News Team</dc:creator><category>anthropic</category><category>news</category><category>claude</category><category>products-and-features</category><category>claude-cowork</category><category>claude-docs</category><category>claude-slides</category><category>productivity-tools</category></item><item><title>IBM and Red Hat deploy GLM-5.2 on 544 H100 GPUs with llm-d</title><link>https://dataphoenix.info/news/ibm-redhat-llmd-glm-5-2-h100-deployment</link><guid isPermaLink="true">https://dataphoenix.info/news/ibm-redhat-llmd-glm-5-2-h100-deployment</guid><description>IBM Research and Red Hat say llm-d combined cache-aware routing, distributed KV caching and split inference stages to serve GLM-5.2 on an existing H100 fleet.</description><pubDate>Wed, 16 Sep 2026 20:38:00 GMT</pubDate><content:encoded>&lt;p&gt;&lt;a href=&quot;https://research.ibm.com/blog/running-open-models-on-h100-gpus-with-llmd&quot; rel=&quot;noopener noreferrer nofollow&quot;&gt;IBM Research and Red Hat say&lt;/a&gt; they deployed the 753-billion-parameter GLM-5.2 model with llm-d on 544 NVIDIA H100 GPUs for an internal coding workload that ranged from hundreds to thousands of concurrent agents.&lt;/p&gt;
&lt;p&gt;The companies used an existing H100 fleet rather than newer accelerators, placing the deployment alongside Cohere’s &lt;a href=&quot;https://web.platform.dataphoenix.info/news/cohere-north-mini-code-megakernel-serving&quot; rel=&quot;noopener noreferrer nofollow&quot;&gt;megakernel serving engine for North Mini Code&lt;/a&gt; as another H100-based inference design. In an AutomationBench run with 2,500 agents, IBM and Red Hat reported 7,612 requests per minute, peaks of 134.89 million input tokens and 6.05 million output tokens per minute, and no preemptions. At 3,000 agents, they measured 6.60 million output tokens per minute without preemptions or failures. Those results, like the other performance figures below, come from IBM and Red Hat and have not been independently reproduced.&lt;/p&gt;
&lt;p&gt;Prefix-aware routing was one part of the system. The &lt;a href=&quot;https://github.com/llm-d/llm-d/blob/main/docs/architecture/core/router/epp/scheduling.md&quot; rel=&quot;noopener noreferrer nofollow&quot;&gt;llm-d scheduler documentation&lt;/a&gt; says its precise mode tracks cache state from model-server events and directs a request toward a worker that already holds matching context. IBM and Red Hat reported that precise matching increased CyberGym throughput by 79% and cut time to first token by 67% compared with optimized approximate matching. In a 400-agent CyberGym run, they measured 967.7 requests per minute, a p90 time to first token of 17.59 seconds and a 73.18% local prefix-hit rate, versus 44.46% with approximate routing.&lt;/p&gt;
&lt;p&gt;Caching also extended beyond GPU memory. The &lt;a href=&quot;https://github.com/llm-d/llm-d/blob/main/docs/well-lit-paths/foundations/tiered-prefix-cache.md&quot; rel=&quot;noopener noreferrer nofollow&quot;&gt;tiered-cache design&lt;/a&gt; moves evicted key-value, or KV, blocks into CPU memory and optionally storage, allowing later requests to restore attention state instead of recomputing a long prompt. The &lt;a href=&quot;https://github.com/llm-d/llm-d/blob/main/guides/p2p-kv-cache-sharing/README.md&quot; rel=&quot;noopener noreferrer nofollow&quot;&gt;peer-to-peer cache path&lt;/a&gt; lets a worker retrieve blocks from another worker’s CPU tier over NIXL when the router identifies a useful copy.&lt;/p&gt;
&lt;p&gt;Across their benchmark program, IBM and Red Hat said the CPU tier stored 2.53 PiB of prompt blocks and restored 2.16 PiB to GPUs in an average of 79.6 milliseconds. They reported that 85.2% of measured input tokens came from cache, leaving 14.8% for uncached prefill. They also said NIXL completed 6.2 million KV transfers averaging 2.71 GiB, sustained about 580 Gb/s at fleet p90, and had no observed transfer failures.&lt;/p&gt;
&lt;p&gt;For model execution, &lt;a href=&quot;https://github.com/llm-d/llm-d/blob/main/docs/well-lit-paths/foundations/wide-expert-parallelism.md&quot; rel=&quot;noopener noreferrer nofollow&quot;&gt;wide expert parallelism&lt;/a&gt; spreads mixture-of-experts MLP layers across nodes while using data-parallel attention. llm-d’s documentation says that layout avoids the KV-cache replication associated with tensor parallelism for models that use multi-head latent attention.&lt;/p&gt;
&lt;p&gt;The deployment &lt;a href=&quot;https://github.com/llm-d/llm-d/blob/main/docs/well-lit-paths/foundations/pd-disaggregation.md&quot; rel=&quot;noopener noreferrer nofollow&quot;&gt;separated prompt prefill from token decode&lt;/a&gt;, too. Prefill is compute-heavy, while decode is constrained more by memory bandwidth. Independently scalable pools let operators assign capacity to each phase separately, with NIXL moving KV blocks to decode workers over RDMA-capable networking.&lt;/p&gt;
&lt;p&gt;The team also enabled GLM-5.2’s multi-token-prediction layer for speculative decoding. &lt;a href=&quot;https://huggingface.co/zai-org/GLM-5.2&quot; rel=&quot;noopener noreferrer nofollow&quot;&gt;Z.ai’s model card&lt;/a&gt; documents that layer, the model’s 1-million-token context window and its MIT license. IBM and Red Hat said multi-token prediction raised output throughput at high concurrency.&lt;/p&gt;
&lt;p&gt;The companies distinguished the internal workload from the structured benchmarks and said the tests used fresh prefixes and seeds so earlier cache state would not affect results. They reported no serving errors across the benchmarks. They also estimated that self-hosting on H100 GPUs cost five to ten times less per token than equivalent commercial APIs at then-current cloud rental rates. IBM’s account did not disclose the compared APIs, rental-rate inputs, token mix or full calculation needed to verify that estimate.&lt;/p&gt;
</content:encoded><dc:creator>DP News Team</dc:creator><category>news</category><category>ibm</category><category>glm-5-2</category><category>infrastructure-and-compute</category><category>nvidia-h100</category><category>inference-infrastructure</category><category>red-hat</category><category>llm-d</category></item><item><title>Emerald AI, Google and NVIDIA launch flexible data-center energy alliance</title><link>https://dataphoenix.info/news/ai-energy-management-alliance-launch</link><guid isPermaLink="true">https://dataphoenix.info/news/ai-energy-management-alliance-launch</guid><description>The AI Energy Management Alliance plans measurable requirements for grid-responsive data centers and a faster interconnection path tied to verified flexibility.</description><pubDate>Wed, 16 Sep 2026 19:50:00 GMT</pubDate><content:encoded>&lt;p&gt;Emerald AI, Google and NVIDIA launched the &lt;a href=&quot;https://blogs.nvidia.com/blog/ai-energy-management-alliance/&quot; rel=&quot;noopener noreferrer nofollow&quot;&gt;AI Energy Management Alliance&lt;/a&gt; on September 16. The group plans to develop measurable requirements for data centers that adjust electricity use as grid conditions change.&lt;/p&gt;
&lt;p&gt;The alliance’s policy proposal would link verified flexibility to faster, risk-adjusted grid interconnection. Under the proposal, connection reviews would account for a facility’s demonstrated ability to reduce or reshape demand. The launch materials describe an advocacy and standards-development effort, not a pathway already adopted by a regulator, utility or regional grid operator.&lt;/p&gt;
&lt;p&gt;The alliance’s &lt;a href=&quot;https://www.aema.ai/solutions&quot; rel=&quot;noopener noreferrer nofollow&quot;&gt;proposed framework&lt;/a&gt; would be technology-neutral and based on the service a facility delivers to the grid. Measures would include response speed, duration, predictability and behavior during emergencies. The reviewed materials do not set numeric thresholds for any of those measures.&lt;/p&gt;
&lt;p&gt;Facilities could provide flexibility by shifting or pausing computing workloads, discharging energy storage, using paired or on-site generation, or responding to grid contingencies. DataPhoenix has separately covered &lt;a href=&quot;https://web.platform.dataphoenix.info/news/nvidia-dsx-ai-factory-power-efficiency&quot; rel=&quot;noopener noreferrer nofollow&quot;&gt;AI-factory power efficiency within a fixed power budget&lt;/a&gt;, providing context for the workload-management approach. The alliance’s principles also call for ride-through, curtailment and contingency-response obligations to be defined before a facility connects, alongside standardized technical requirements, performance metrics and operational data sharing.&lt;/p&gt;
&lt;p&gt;The coalition also proposes allocating interconnection costs according to actual system effects and benefits, including avoided grid upgrades and improved ramping capability. The materials do not specify an adopted method for calculating those benefits.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://www.gridunity.com/resources/gridunity-selected-as-founding-board-member-of-new-ai-energy-management-alliance&quot; rel=&quot;noopener noreferrer nofollow&quot;&gt;GridUnity, a founding board member&lt;/a&gt;, said implementation will require consistent data, transparent commitments and repeatable evaluation. The reviewed sources do not detail the telemetry, auditing, penalties or other enforcement mechanisms that would verify flexibility commitments after connection.&lt;/p&gt;
</content:encoded><dc:creator>DP News Team</dc:creator><category>news</category><category>partnerships-and-deals</category><category>ai-energy-management-alliance</category><category>data-center-flexibility</category><category>grid-interconnection</category><category>energy-management</category><category>demand-response</category></item><item><title>OpenAI tests Sponsored Agents and expands ChatGPT Ads tools</title><link>https://dataphoenix.info/news/openai-sponsored-agents-chatgpt-ads-tools</link><guid isPermaLink="true">https://dataphoenix.info/news/openai-sponsored-agents-chatgpt-ads-tools</guid><description>OpenAI is testing business-sponsored conversational agents with select U.S. advertisers while adding AI-assisted campaign workflows and HubSpot and Shopify integrations to ChatGPT Ads.</description><pubDate>Wed, 16 Sep 2026 19:25:00 GMT</pubDate><content:encoded>&lt;p&gt;OpenAI &lt;a href=&quot;https://openai.com/index/reimagining-advertising-with-ai&quot; rel=&quot;noopener noreferrer nofollow&quot;&gt;began testing Sponsored Agents&lt;/a&gt; with select U.S. advertisers on Wednesday, alongside AI-assisted campaign tools and integrations that bring ChatGPT Ads into HubSpot and Shopify workflows. The sponsored-agent format is not generally available, and OpenAI did not identify the advertisers taking part.&lt;/p&gt;
&lt;p&gt;After clicking a ChatGPT ad, a user can choose to open a clearly labeled conversation with a business-sponsored agent, ask follow-up questions and follow a link to the advertiser’s website. OpenAI says the exchange is separate from ChatGPT’s independent answers and from the user’s original ChatGPT conversation.&lt;/p&gt;
&lt;p&gt;Advertisers can also use natural-language prompts in ChatGPT Work through an Ads Manager plugin to create, update and analyze campaigns, according to OpenAI. The company says the plugin can turn a website or brief into a campaign, review performance and offer recommendations. Its announcement does not specify where or for which accounts that workflow is available.&lt;/p&gt;
&lt;p&gt;A new Ads Manager feature can suggest copy and imagery from a landing page and campaign objective. Advertisers can review and edit the suggestions before adding them to a campaign. Another opt-in feature adapts existing headlines and descriptions to the context of a conversation and automatically translates ad copy into a user’s preferred language. The opened sources provide no independent results showing that the features improve campaign performance or reduce production time.&lt;/p&gt;
&lt;p&gt;The &lt;a href=&quot;https://knowledge.hubspot.com/connect-and-manage-chatgpt-ads-account-in-hubspot&quot; rel=&quot;noopener noreferrer nofollow&quot;&gt;HubSpot integration&lt;/a&gt; is documented as a beta. Eligible users can connect or create a ChatGPT Ads account, build campaigns, track performance and attribute contacts and deals to ad spending. HubSpot says a Super Admin must opt an account into the beta. The company also documents a &lt;a href=&quot;https://knowledge.hubspot.com/create-and-sync-ad-conversion-events-with-chatgpt&quot; rel=&quot;noopener noreferrer nofollow&quot;&gt;conversion-event connection&lt;/a&gt; that can send consented signals from lifecycle-stage changes or form submissions to ChatGPT Ads for ad-targeting optimization. Optional shared fields can include contact information and network or location data.&lt;/p&gt;
&lt;p&gt;OpenAI said the &lt;a href=&quot;https://apps.shopify.com/chatgptads&quot; rel=&quot;noopener noreferrer nofollow&quot;&gt;ChatGPT Ads app for Shopify&lt;/a&gt; became available to U.S.-based merchants on Wednesday. The listing names OpenAI as the developer and says merchants can synchronize product catalogs, create campaigns, configure conversion measurement and track performance from Shopify. OpenAI says the app will be available internationally on September 23 in markets where ChatGPT Ads is offered.&lt;/p&gt;
&lt;p&gt;The additions build on OpenAI’s &lt;a href=&quot;https://openai.com/index/testing-ads-in-chatgpt&quot; rel=&quot;noopener noreferrer nofollow&quot;&gt;February U.S. ads pilot&lt;/a&gt; for logged-in adults on Free and Go plans and its &lt;a href=&quot;https://openai.com/index/new-ways-to-buy-chatgpt-ads&quot; rel=&quot;noopener noreferrer nofollow&quot;&gt;May beta rollout of self-service Ads Manager&lt;/a&gt;, cost-per-click bidding and conversion measurement. The announcement expands the same advertising product covered in DataPhoenix’s &lt;a href=&quot;https://web.platform.dataphoenix.info/news/openai-chatgpt-ads-billion-run-rate&quot; rel=&quot;noopener noreferrer nofollow&quot;&gt;report on OpenAI’s company-reported ChatGPT Ads run rate&lt;/a&gt;. OpenAI’s &lt;a href=&quot;https://help.openai.com/en/articles/20001245-ads-manager-availability&quot; rel=&quot;noopener noreferrer nofollow&quot;&gt;Ads Manager availability page&lt;/a&gt; lists access in multiple countries, but that broader footprint does not establish Sponsored Agents availability outside the select U.S. test.&lt;/p&gt;
&lt;p&gt;OpenAI says Sponsored Agents could help people decide whether a product fits their needs and give businesses a more personalized way to present products. The opened sources provide no independent evidence for those benefits. The announcement does not disclose the test’s cohort size, pricing, eligibility rules, duration or expansion timetable.&lt;/p&gt;
</content:encoded><dc:creator>DP News Team</dc:creator><category>news</category><category>products-and-features</category><category>openai</category><category>sponsored-agents</category><category>chatgpt-ads</category><category>ads-manager</category><category>hubspot</category><category>shopify</category></item><item><title>Mozilla adds Mistral Small 4 to Firefox Smart Window</title><link>https://dataphoenix.info/news/mistral-models-firefox-smart-window-france-north-america</link><guid isPermaLink="true">https://dataphoenix.info/news/mistral-models-firefox-smart-window-france-north-america</guid><description>Mozilla is adding Mistral Small 4 to Firefox Smart Window in the United States and Canada as the desktop beta begins a gradual rollout in France.</description><pubDate>Wed, 16 Sep 2026 16:38:00 GMT</pubDate><content:encoded>&lt;p&gt;Mistral AI and Mozilla &lt;a href=&quot;https://mistral.ai/news/mistral-x-mozilla&quot; rel=&quot;noopener noreferrer nofollow&quot;&gt;have announced a partnership to bring Mistral models to Firefox Smart Window&lt;/a&gt;, bringing the French developer’s technology into Mozilla’s AI-focused desktop browsing beta. Mozilla says Mistral Small 4 is being added for Smart Window users in the United States and Canada as the beta rolls out in France.&lt;/p&gt;
&lt;p&gt;France is Smart Window’s first market outside North America and receives official French-language support. Mistral will not be the sole model available: &lt;a href=&quot;https://support.mozilla.org/en-US/kb/smart-window-models&quot; rel=&quot;noopener noreferrer nofollow&quot;&gt;Mozilla’s model guide&lt;/a&gt; lists three selectable options and lets users switch models or connect a custom endpoint.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://blog.mozilla.org/en/firefox/firefox-smart-window/&quot; rel=&quot;noopener noreferrer nofollow&quot;&gt;Smart Window&lt;/a&gt; is an optional desktop beta that requires a Mozilla account. Its assistant can summarize or compare pages, use browsing context selected by the user, retrieve previously visited pages and help organize tabs. Mozilla lists Mistral Small 4 as the “Personalized” option and says Mistral hosts the model.&lt;/p&gt;
&lt;p&gt;The model choice does not mean all processing occurs on a user’s computer. Under &lt;a href=&quot;https://www.mozilla.org/en-US/privacy/smart-window/&quot; rel=&quot;noopener noreferrer nofollow&quot;&gt;Mozilla’s privacy notice&lt;/a&gt;, a prompt sent to one of Mozilla’s provided endpoints may include the user’s query, relevant Memories and browsing context. Mozilla says it forwards that prompt to the selected model provider, which sees Mozilla’s IP address instead of the user’s. Memories can be created from eligible interactions and browsing activity, may be processed on Mozilla servers, and are returned to and stored on the device. Users can review, delete or disable them.&lt;/p&gt;
&lt;p&gt;Mozilla says it does not retain chat logs without permission. Its model documentation says providers do not store conversations and models are not trained on Smart Window data. Those are company and partner policies; the available evidence does not include an independent privacy audit.&lt;/p&gt;
&lt;p&gt;The companies also frame the agreement as supporting openness, competition and culturally aware localization. Mistral released &lt;a href=&quot;https://mistral.ai/news/mistral-small-4/&quot; rel=&quot;noopener noreferrer nofollow&quot;&gt;Mistral Small 4 under the Apache 2.0 license&lt;/a&gt;, establishing the narrower claim that the model is openly licensed. DataPhoenix has previously covered &lt;a href=&quot;https://web.platform.dataphoenix.info/news/mistral-humain-sovereign-ai-middle-east&quot; rel=&quot;noopener noreferrer nofollow&quot;&gt;Mistral’s Arabic-language model collaboration with HUMAIN&lt;/a&gt;, context for the company’s regional-language work. The partners did not publish independent localization benchmarks, model evaluation scores or data measuring the deal’s effect on browser competition. The concrete localization result announced here is French-language support in France.&lt;/p&gt;
&lt;p&gt;A &lt;a href=&quot;https://bugzilla.mozilla.org/show_bug.cgi?id=2047300&quot; rel=&quot;noopener noreferrer nofollow&quot;&gt;Mozilla implementation record&lt;/a&gt; shows the Mistral Small 4 model-selection change was verified in Firefox Nightly 154 on July 14, before the partnership announcement. Mistral says the United Kingdom and Germany are planned to follow later in 2026, but the available sources do not establish that either rollout is live.&lt;/p&gt;
</content:encoded><dc:creator>DP News Team</dc:creator><category>news</category><category>france</category><category>partnerships-and-deals</category><category>mistral-ai</category><category>mozilla</category><category>firefox</category><category>smart-window</category><category>mistral-small-4</category><category>browser-ai</category></item><item><title>Anderon finalizes CHIPS award of up to $1 billion for U.S. quantum foundry</title><link>https://dataphoenix.info/news/anderon-finalizes-billion-dollar-chips-quantum-foundry-award</link><guid isPermaLink="true">https://dataphoenix.info/news/anderon-finalizes-billion-dollar-chips-quantum-foundry-award</guid><description>Commerce finalized a CHIPS R&amp;D award of up to $1 billion for IBM subsidiary Anderon, turning May&apos;s proposed funding into a signed quantum-foundry agreement.</description><pubDate>Wed, 16 Sep 2026 12:38:00 GMT</pubDate><content:encoded>&lt;p&gt;The U.S. Department of Commerce on September 16 finalized a CHIPS and Science Act research and development award of up to $1 billion for Anderon, a newly formed IBM subsidiary. The agreement provides federal backing for the Albany, New York-based company’s work on a quantum-wafer foundry.&lt;/p&gt;
&lt;p&gt;The final award moves the funding beyond the proposal outlined in a May 21 letter of intent. In &lt;a href=&quot;https://www.nist.gov/news-events/news/2026/09/department-commerce-announces-finalization-chips-rd-award-anderon&quot; rel=&quot;noopener noreferrer nofollow&quot;&gt;its federal announcement&lt;/a&gt;, Commerce described the agreement as an award of up to $1 billion; &lt;a href=&quot;https://newsroom.ibm.com/2026-09-16-anderon,-an-ibm-company,-finalizes-agreement-with-the-u-s-department-of-commerce-for-a-1-billion-chips-award-to-accelerate-r-d-for-u-s-based-pure-play-quantum-foundry&quot; rel=&quot;noopener noreferrer nofollow&quot;&gt;IBM’s announcement&lt;/a&gt; called it a finalized $1 billion award. Neither release disclosed the precise amount ultimately payable or the conditions governing disbursement.&lt;/p&gt;
&lt;p&gt;IBM says Anderon operates a 300-millimeter pure-play quantum wafer foundry, giving customers across the quantum ecosystem access to manufacturing. According to the company, the facility can produce wafers for superconducting qubit arrays, quantum input/output signaling and readout signal-chain components, with plans to support other quantum technologies.&lt;/p&gt;
&lt;p&gt;The foundry adds a manufacturing component to IBM’s wider quantum work, which includes &lt;a href=&quot;https://web.platform.dataphoenix.info/news/ibm-lockheed-swiss-quantum-innovation-hub&quot; rel=&quot;noopener noreferrer nofollow&quot;&gt;a Swiss quantum innovation hub with Lockheed Martin&lt;/a&gt;. That separate project centers on access to IBM quantum systems, while Anderon focuses on wafer fabrication.&lt;/p&gt;
&lt;p&gt;IBM also said it is investing an additional $1 billion in Anderon. &lt;a href=&quot;https://newsroom.ibm.com/ibm-and-u-s-department-of-commerce-announce-americas-first-purpose-built-quantum-foundry&quot; rel=&quot;noopener noreferrer nofollow&quot;&gt;The May announcement&lt;/a&gt; described IBM’s contribution as $1 billion in cash alongside intellectual property, assets and skilled workers.&lt;/p&gt;
&lt;p&gt;Anderon CEO Mukesh Khare said the federal agreement strengthens the company’s ability to provide the manufacturing scale the quantum industry needs. Anderon also says its first quantum wafers are moving through the facility, an operating milestone that was not independently documented in the opened federal release.&lt;/p&gt;
&lt;p&gt;The final-award releases did not specify payment timing, performance milestones, disbursement mechanics, clawback provisions or any federal equity, governance or ownership terms.&lt;/p&gt;
</content:encoded><dc:creator>DP News Team</dc:creator><category>news</category><category>funding-and-ma</category><category>anderon</category><category>ibm</category><category>chips-act</category><category>quantum-foundry</category><category>quantum-semiconductors</category><category>us-department-of-commerce</category></item><item><title>Arm adds configurable Neoverse CSS N4 alongside AGI CPU</title><link>https://dataphoenix.info/news/arm-neoverse-css-n4-launch</link><guid isPermaLink="true">https://dataphoenix.info/news/arm-neoverse-css-n4-launch</guid><description>Arm introduced Neoverse CSS N4 for partners building custom data-center chips, while its existing AGI CPU offers a deployable alternative.</description><pubDate>Wed, 16 Sep 2026 05:38:00 GMT</pubDate><content:encoded>&lt;p&gt;Arm introduced &lt;a href=&quot;https://newsroom.arm.com/news/arm-agi-cpu-neoverse-css-n4-agentic-ai&quot; rel=&quot;noopener noreferrer nofollow&quot;&gt;Neoverse CSS N4&lt;/a&gt; on September 8 as a configurable compute subsystem for partners building custom data-center silicon. Customers now have two Arm-based paths: configure a specialized processor around CSS N4 or deploy the company’s complete AGI CPU.&lt;/p&gt;
&lt;p&gt;CSS N4 combines Neoverse N4 CPU cores with pre-integrated system IP, software and reference designs. Arm’s &lt;a href=&quot;https://www.arm.com/products/cloud-datacenter/neoverse-compute-subsystems/css-n4&quot; rel=&quot;noopener noreferrer nofollow&quot;&gt;product page&lt;/a&gt; says partners can adjust core count, cache, memory, I/O, accelerator attachment and chiplet connectivity. Arm supplies the subsystem as register-transfer-level, or RTL, design code for electronic design automation tools, with implementation guidance and software for Linux boot and validation.&lt;/p&gt;
&lt;p&gt;Arm lists configurations from 8 to 128 cores per die, frequencies up to 3.8 GHz, LPDDR6 memory support and PCIe Gen 7. The company says CSS N4 delivers up to twice the performance per socket, 1.25 times the performance per watt and 1.75 times the memory bandwidth of CSS N3. Arm has not disclosed the benchmark workloads, full configurations or testing method behind those comparisons, and the reviewed sources contain no independently run CSS N4 benchmark.&lt;/p&gt;
&lt;p&gt;The company says CSS N4 is intended for cloud, networking and AI infrastructure, including scale-out computing, web services, cloud-native workloads, agentic AI and data processing units. For context on a different layer of the infrastructure stack, DataPhoenix has covered &lt;a href=&quot;https://web.platform.dataphoenix.info/news/gimlet-labs-300-million-series-b&quot; rel=&quot;noopener noreferrer nofollow&quot;&gt;a software-layer approach to AI inference infrastructure&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Arm &lt;a href=&quot;https://newsroom.arm.com/news/arm-agi-cpu-launch&quot; rel=&quot;noopener noreferrer nofollow&quot;&gt;announced the AGI CPU&lt;/a&gt; on March 24 as its first Arm-designed data-center CPU and the start of its move into production silicon products. In September, Arm described the AGI CPU as a production-ready option for customers that do not need custom silicon and CSS N4 as the configurable foundation for companies that do. Arm has not identified a CSS N4 silicon customer or disclosed a tape-out or general-availability date.&lt;/p&gt;
</content:encoded><dc:creator>DP News Team</dc:creator><category>news</category><category>infrastructure-and-compute</category><category>custom-silicon</category><category>data-center-infrastructure</category><category>arm</category><category>neoverse-css-n4</category><category>agi-cpu</category></item><item><title>OpenAI weighs funding round at valuation above $1.2 trillion, reports say</title><link>https://dataphoenix.info/news/openai-reported-1-2-trillion-funding-talks</link><guid isPermaLink="true">https://dataphoenix.info/news/openai-reported-1-2-trillion-funding-talks</guid><description>Bloomberg News reports that OpenAI is in early talks over a funding round at a valuation above $1.2 trillion; the Financial Times separately reported a possible $1.2 trillion valuation before an IPO.</description><pubDate>Wed, 16 Sep 2026 05:25:00 GMT</pubDate><content:encoded>&lt;p&gt;OpenAI is in early talks with investors over a new funding round that would value the company at more than $1.2 trillion ahead of an initial public offering, &lt;a href=&quot;https://www.bloomberg.com/news/articles/2026-09-15/openai-weighing-funding-round-at-over-1-2-trillion-valuation&quot; rel=&quot;noopener noreferrer nofollow&quot;&gt;Bloomberg News reported&lt;/a&gt;. The &lt;a href=&quot;https://www.ft.com/content/27509db8-b032-4437-9b2a-e909f466022f?syn-25a6b1a6=1&quot; rel=&quot;noopener noreferrer nofollow&quot;&gt;Financial Times separately reported&lt;/a&gt; that OpenAI was weighing a round at $1.2 trillion before an IPO. Neither account establishes that OpenAI has decided to proceed.&lt;/p&gt;
&lt;p&gt;The reported figure would put OpenAI’s valuation more than $348 billion above the $852 billion post-money valuation the company announced for its previous round. That is an increase of more than 40.8%, but the comparison is only indicative: the reports do not say whether the proposed valuation and the prior post-money figure use the same basis.&lt;/p&gt;
&lt;p&gt;Bloomberg News, citing an unidentified person familiar with the talks, said investors initiated the discussions. Whether a round proceeds would depend on &lt;a href=&quot;https://web.platform.dataphoenix.info/news/anthropic-revenue-overtakes-openai&quot; rel=&quot;noopener noreferrer nofollow&quot;&gt;when OpenAI chooses to go public&lt;/a&gt;, according to the report.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://openai.com/index/accelerating-the-next-phase-ai/&quot; rel=&quot;noopener noreferrer nofollow&quot;&gt;OpenAI said&lt;/a&gt; on March 31, 2026, that it had closed its latest funding round with $122 billion in committed capital at an $852 billion post-money valuation.&lt;/p&gt;
&lt;p&gt;OpenAI has not confirmed in the evidence reviewed that a new financing process is underway. The proposed round’s size, participants, timetable, valuation basis and final valuation remain unconfirmed.&lt;/p&gt;
</content:encoded><dc:creator>DP News Team</dc:creator><category>news</category><category>funding-and-ma</category><category>openai</category><category>funding</category><category>valuation</category><category>initial-public-offering</category></item><item><title>OpenAI says it is in AI safety talks with Anthropic and Google DeepMind</title><link>https://dataphoenix.info/news/openai-anthropic-google-ai-safety-talks</link><guid isPermaLink="true">https://dataphoenix.info/news/openai-anthropic-google-ai-safety-talks</guid><description>OpenAI policy chief Chris Lehane said the company has discussed AI safety with Anthropic and Google DeepMind for several weeks, but no agreement or shared standards have been disclosed.</description><pubDate>Wed, 16 Sep 2026 03:50:00 GMT</pubDate><content:encoded>&lt;p&gt;For several weeks, OpenAI has been discussing AI safety with Anthropic and Google DeepMind, &lt;a href=&quot;https://www.bloomberg.com/news/articles/2026-09-15/openai-says-it-s-working-with-anthropic-google-on-ai-safety&quot; rel=&quot;noopener noreferrer nofollow&quot;&gt;Bloomberg reported&lt;/a&gt;, citing OpenAI global policy chief Chris Lehane.&lt;/p&gt;
&lt;p&gt;What the report establishes is narrow: OpenAI says the three frontier-model developers have been in contact. It does not establish a binding agreement, adopted shared standards, a joint enforcement mechanism or agreed development limits. The scope, participants and intended deliverables have not been disclosed.&lt;/p&gt;
&lt;p&gt;“It’s better to try to work together to prioritize safety,” Lehane told Bloomberg. He also said OpenAI does not believe the companies need an antitrust waiver to coordinate on safety. That is OpenAI’s stated position, not a determination by a regulator or court.&lt;/p&gt;
&lt;p&gt;That position differs from a proposal &lt;a href=&quot;https://web.platform.dataphoenix.info/news/anthropic-embedded-ai-evaluators-amodei-pacing&quot; rel=&quot;noopener noreferrer nofollow&quot;&gt;Anthropic CEO Dario Amodei&lt;/a&gt; published separately. In &lt;a href=&quot;https://darioamodei.com/post/we-must-pace-the-frontier&quot; rel=&quot;noopener noreferrer nofollow&quot;&gt;his proposal&lt;/a&gt;, Amodei wrote that AI companies can voluntarily work together to set standards and argued that US government mediation or a narrow antitrust waiver would help enable some safety discussions. The opened sources do not show that the companies have reconciled those governance positions.&lt;/p&gt;
&lt;p&gt;The companies already have a venue for industry coordination. OpenAI, Anthropic, Google and Microsoft &lt;a href=&quot;https://openai.com/index/frontier-model-forum/&quot; rel=&quot;noopener noreferrer nofollow&quot;&gt;launched the Frontier Model Forum&lt;/a&gt; in 2023 to support safety research, best practices, standards and information sharing. That forum predates the newly reported discussions and is not evidence of a new agreement.&lt;/p&gt;
&lt;p&gt;OpenAI has also argued that frontier-model safety should not be governed solely by the companies developing the technology. In a &lt;a href=&quot;https://openai.com/index/advancing-ai-safety-through-state-and-federal-action/&quot; rel=&quot;noopener noreferrer nofollow&quot;&gt;July policy statement&lt;/a&gt;, it backed national standards, independent audits and incident reporting under government oversight.&lt;/p&gt;
&lt;p&gt;Bloomberg said spokespeople for Anthropic and Google DeepMind did not immediately respond to requests for comment. The report therefore does not provide confirmation from either company or show that they endorsed OpenAI’s description of the talks.&lt;/p&gt;
</content:encoded><dc:creator>DP News Team</dc:creator><category>news</category><category>policy-safety-and-incidents</category><category>openai</category><category>anthropic</category><category>google-deepmind</category><category>ai-safety</category><category>ai-governance</category></item><item><title>NVIDIA says DSX boosted Lambda’s Blackwell throughput 24% within a fixed power budget</title><link>https://dataphoenix.info/news/nvidia-dsx-ai-factory-power-efficiency</link><guid isPermaLink="true">https://dataphoenix.info/news/nvidia-dsx-ai-factory-power-efficiency</guid><description>NVIDIA says Lambda used DSX MaxLPS to increase token throughput within a fixed power budget, while an Emerald AI system demonstrated automated load reduction in response to utility signals.</description><pubDate>Wed, 16 Sep 2026 03:25:00 GMT</pubDate><content:encoded>&lt;p&gt;NVIDIA said its DSX power-management software enabled Lambda to run more Blackwell systems within a fixed facility power budget, increasing token throughput by 24% in a test disclosed Sept. 15. The company also detailed a separate Emerald AI deployment that it says cut an AI factory’s load by one megawatt in under a minute in response to a utility signal.&lt;/p&gt;
&lt;p&gt;The two results address different power constraints in AI infrastructure. MaxLPS adjusts GPU power allocations within a fixed facility limit, while DSX Flex is designed to coordinate workload priorities with signals from the electric grid. Both performance results come from NVIDIA and its partners rather than independently controlled tests.&lt;/p&gt;
&lt;p&gt;In &lt;a href=&quot;https://blogs.nvidia.com/blog/from-megawatts-to-tokens-how-nvidia-maximizes-ai-factory-production&quot; rel=&quot;noopener noreferrer nofollow&quot;&gt;NVIDIA’s account of the Lambda test&lt;/a&gt;, 19 NVIDIA HGX B200 nodes operated under an 85% power policy within the same facility budget as a 16-node full-power baseline. NVIDIA and Lambda said pure-inference throughput rose from about 4.04 million to 5.00 million tokens per second, a 24% increase, while performance per watt improved 23%.&lt;/p&gt;
&lt;p&gt;The &lt;a href=&quot;https://www.nvidia.com/en-us/case-studies/lambda/&quot; rel=&quot;noopener noreferrer nofollow&quot;&gt;Lambda case study&lt;/a&gt; says the proof of concept covered five racks and 19 HGX B200 nodes, using MLPerf inference and training workloads to produce consistent peak-level power draw. In a mixed-workload test, NVIDIA said an 80% policy across 10 inference nodes and 10 training nodes increased training-cluster throughput 17% and inference-cluster throughput 20% against the case study’s baseline. NVIDIA characterized the work as the first validation of DSX MaxLPS on Blackwell servers; the reviewed evidence does not independently establish that priority claim.&lt;/p&gt;
&lt;p&gt;MaxLPS does not add electrical capacity. According to &lt;a href=&quot;https://docs.nvidia.com/datacenter/dps/versions/latest/guides/concepts/maxlps-power-management.html&quot; rel=&quot;noopener noreferrer nofollow&quot;&gt;NVIDIA’s Dynamic Power Software documentation&lt;/a&gt;, it pools a GPU power budget derived from policy and uses live telemetry and workload-allocation data to adjust per-GPU limits while staying inside topology, hardware and policy constraints. The documentation says systems such as Slurm or Kubernetes still decide where jobs run, while NVIDIA’s software controls the GPU power available to them. That software layer sits alongside &lt;a href=&quot;https://web.platform.dataphoenix.info/news/nvidia-800vdc-power-architecture&quot; rel=&quot;noopener noreferrer nofollow&quot;&gt;separate work on power delivery for denser AI racks&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;NVIDIA also says the approach can support up to 40% more Vera Rubin NVL72 GPUs and up to 35% higher token throughput within the same site-power envelope. &lt;a href=&quot;https://blogs.nvidia.com/blog/ai-infra-summit-vera-rubin-dsx-energy-efficiencies-tokens-per-watt-ai-factories&quot; rel=&quot;noopener noreferrer nofollow&quot;&gt;NVIDIA’s summit post&lt;/a&gt; gives those as ‘up to’ platform figures, while its documentation describes 40% more compute as a planning rule of thumb that operators should validate against their own workloads and power requirements. The reviewed pages do not provide a deployment test methodology for the Vera Rubin figures.&lt;/p&gt;
&lt;p&gt;The grid-facing layer, DSX Flex, is designed to receive load-shedding, demand-response and pricing signals, then apply a predefined workload hierarchy. NVIDIA says that setup can pause or throttle lower-priority jobs while critical work continues.&lt;/p&gt;
&lt;p&gt;The &lt;a href=&quot;https://www.santaclaraca.gov/Home/Components/News/News/45589/&quot; rel=&quot;noopener noreferrer nofollow&quot;&gt;City of Santa Clara and Silicon Valley Power announced&lt;/a&gt; the underlying commercial, multi-megawatt pilot with Emerald AI in April. The announcement said Emerald AI’s Conductor software would respond to utility signals at a data center running NVIDIA workloads while protecting workload performance. It did not report the later operational results.&lt;/p&gt;
&lt;p&gt;For an August event, NVIDIA said Conductor automatically reduced the load at its Eos AI factory from four megawatts to three in less than a minute, with low-priority jobs yielding while high-priority inference continued. NVIDIA also said the system later responded successfully to more than 200 Silicon Valley Power demand signals. No raw power trace, latency distribution or utility report independently confirming those figures was available in the research record.&lt;/p&gt;
&lt;p&gt;A &lt;a href=&quot;https://arxiv.org/abs/2606.25098&quot; rel=&quot;noopener noreferrer nofollow&quot;&gt;June research preprint&lt;/a&gt; provides separate evidence that grid-responsive computing can work at a smaller scale: it reports rapid load reduction and sustained curtailment in a 130-kilowatt GPU cluster while maintaining service levels for priority jobs. The paper does not verify the Lambda or Santa Clara results.&lt;/p&gt;
&lt;p&gt;The partners describe the Santa Clara deployment differently. &lt;a href=&quot;https://www.emeraldai.co/blog/nvidia-dsx-pilot-framework&quot; rel=&quot;noopener noreferrer nofollow&quot;&gt;Emerald AI called it&lt;/a&gt; the first commercial DSX Flex deployment, but NVIDIA’s September account said it was not a DSX Flex installation and instead demonstrated behavior the companies plan to integrate. NVIDIA identified a planned facility in Manassas as the first dedicated commercial DSX Flex deployment.&lt;/p&gt;
</content:encoded><dc:creator>DP News Team</dc:creator><category>news</category><category>infrastructure-and-compute</category><category>nvidia</category><category>dsx</category><category>ai-infrastructure</category><category>power-management</category><category>blackwell</category><category>grid-responsive-compute</category></item><item><title>Google Research distills query fan-out into a 53.9-million-parameter retriever</title><link>https://dataphoenix.info/news/google-retrieve-for-train-framework</link><guid isPermaLink="true">https://dataphoenix.info/news/google-retrieve-for-train-framework</guid><description>Google Research&apos;s Retrieve-for-Train shifts reward-driven query fan-out into offline training, then serves results through a compact diffusion retriever.</description><pubDate>Tue, 15 Sep 2026 23:38:00 GMT</pubDate><content:encoded>&lt;p&gt;Google Research introduced &lt;a href=&quot;https://research.google/blog/bypassing-inference-bottlenecks-accelerating-complex-ai-search-with-retrieve-for-train/&quot; rel=&quot;noopener noreferrer nofollow&quot;&gt;Retrieve-for-Train&lt;/a&gt;, a framework for optimizing groups of search results offline and distilling that behavior into a 53.9-million-parameter diffusion retriever. At deployment, the model produces 10 retrieval directions together in one non-autoregressive pass, without running the reinforcement-learning-tuned language model and its repeated retrieval calls for every live query.&lt;/p&gt;
&lt;p&gt;In the researchers’ wall-clock tests, the diffusion model generated 10 directions in 0.07 seconds for a batch of eight and 4.21 seconds for a batch of 1,024. The autoregressive comparison took about 1.46 seconds and nearly 50 seconds, respectively. The authors described those measurements as a 12-to-20-times speedup; the results have not been independently reproduced and do not establish production performance.&lt;/p&gt;
&lt;p&gt;Retrieve-for-Train targets “fan-out” retrieval: a broad request must return a set whose members work well together, not simply rank the closest individual match. Depending on the task, the set-level objective can reward properties including groundedness, diversity, alignment, coverage, complementarity and coherence.&lt;/p&gt;
&lt;p&gt;The &lt;a href=&quot;https://arxiv.org/abs/2603.06397&quot; rel=&quot;noopener noreferrer nofollow&quot;&gt;paper&lt;/a&gt; describes three stages. Reinforcement learning first tunes a fan-out language model against set-level rewards. The tuned model then creates query-to-result-set examples offline. Finally, a diffusion model learns the resulting distribution and generates continuous embedding-space directions at serving time; nearest-neighbor lookup maps those directions to database items.&lt;/p&gt;
&lt;p&gt;The shift from live inference to offline supervision parallels a separate data-generation approach in &lt;a href=&quot;https://web.platform.dataphoenix.info/news/google-toolgrad-answer-first-tool-use-data&quot; rel=&quot;noopener noreferrer nofollow&quot;&gt;Google Research’s ToolGrad system&lt;/a&gt;, which builds verified tool-use workflows before writing paired prompts. ToolGrad addresses tool-use training rather than set-valued retrieval.&lt;/p&gt;
&lt;p&gt;The Retrieve-for-Train experiments used Gemma3-4B and Qwen3-4B as the 4-billion-parameter fan-out models. They were trained with Soft-GRPO to produce 10 subqueries for each main query, and the authors generated 128 fan-out samples per training query at a temperature of 0.9. The paper says this synthetic supervision removes the need for human-labeled, property-aligned training pairs.&lt;/p&gt;
&lt;p&gt;The authors evaluated the method on Polyvore fashion data and a proprietary dataset of expert-generated music playlists. In open-ended retrieval, the Gemma-distilled diffusion model scored 74.3 for diversity and 37.6 for alignment on Polyvore, compared with 56.0 and 31.2 for zero-shot Gemma3-4B. On the music dataset, the respective scores were 46.7 and 59.6, versus 42.6 and 51.8. These are author-reported benchmark results, and the proprietary music data limits independent inspection.&lt;/p&gt;
&lt;p&gt;Results were mixed on one weakly supervised Polyvore task. The Qwen-distilled model reached Recall@5K of 16.5 and Hit@5K of 57.5, above the zero-shot Qwen3-4B results of 10.1 and 33.9, while its Vendi diversity score was lower at 34.7 versus 46.4.&lt;/p&gt;
&lt;p&gt;The researchers say the framework amortizes computation rather than eliminating it. Repeated interactions with a frozen retriever and reward calculations can impose substantial upfront training costs on extremely large or frequently changing databases. The paper also says subjective preferences can be difficult to encode as scalar rewards and notes that its open-ended evaluation partly relies on an LLM judge; it inconsistently identifies that judge as Gemini 2.5 Pro in one section and Gemini 2.5 Flash in an appendix.&lt;/p&gt;
</content:encoded><dc:creator>DP News Team</dc:creator><category>news</category><category>foundation-models-and-research</category><category>google-research</category><category>retrieve-for-train</category><category>diffusion-models</category><category>information-retrieval</category><category>reinforcement-learning</category></item><item><title>IBM researchers prove theoretical quantum advantages over bounded language models</title><link>https://dataphoenix.info/news/ibm-quantum-llm-theoretical-separation</link><guid isPermaLink="true">https://dataphoenix.info/news/ibm-quantum-llm-theoretical-separation</guid><description>IBM researchers proved two asymptotic separations in which shallow quantum circuits outperform restricted transformer and diffusion language-model architectures, without claiming an advantage on current hardware.</description><pubDate>Tue, 15 Sep 2026 22:50:00 GMT</pubDate><content:encoded>&lt;p&gt;IBM researchers have published mathematical proofs of problems for which specified shallow quantum circuits have an asymptotic advantage over bounded transformer and diffusion language-model architectures. The immediate result is a pair of formal limits for those restricted architectures, not evidence that quantum computers outperform today’s production AI systems.&lt;/p&gt;
&lt;p&gt;The &lt;a href=&quot;https://arxiv.org/abs/2608.03962&quot; rel=&quot;noopener noreferrer nofollow&quot;&gt;60-page paper&lt;/a&gt;, posted in its first version on Aug. 4, presents two unconditional separations within defined computational models. One concerns computing a function with a decoder-only transformer; the other concerns sampling a probability distribution with a diffusion language model. The work reports no experiment on quantum hardware and no benchmark against a production large language model.&lt;/p&gt;
&lt;p&gt;For the functional problem, the authors construct an iterated multi-index function that can be computed by a bounded-fan-in quantum circuit of O(log log n) depth followed by one classical AND gate. They prove that a constant-depth decoder-only transformer computing the same function needs width of n^{Omega(1)}. In the paper’s model, width is the product of the number of attention heads, embedding dimension and numerical precision.&lt;/p&gt;
&lt;p&gt;That lower bound applies to the paper’s constant-depth decoder-only model. It does not show that arbitrary transformers or deployed LLM systems cannot compute the function.&lt;/p&gt;
&lt;p&gt;For the sampling problem, the researchers define a block-parity distribution that a constant-depth QNC^0 quantum circuit can sample. Their classical lower bound covers constant-round diffusion language models whose scheduling and denoising components are polynomial-size, constant-depth GC^0[log n] circuits. It also assumes sublinear workspace or chain-of-thought and a sublinear number of output-token revisions or remasking events. Models within those bounds cannot sample the target distribution within a fixed constant total-variation distance.&lt;/p&gt;
&lt;p&gt;The sampling theorem does not cover unrestricted diffusion language models. The authors say their lower bounds do not hold without the stated resource restrictions and that the problems could be easier for classical language models given more chain-of-thought.&lt;/p&gt;
&lt;p&gt;In its &lt;a href=&quot;https://research.ibm.com/blog/quantum-circuits-vs-llms&quot; rel=&quot;noopener noreferrer nofollow&quot;&gt;research explainer&lt;/a&gt;, IBM said the proofs establish an asymptotic advantage under a direct formal comparison but do not identify the input scale at which a quantum system would pull ahead. IBM also described current quantum computers as smaller, noisy and error-prone, while today’s LLMs run on larger and more mature classical systems. For context on IBM’s separate hardware-access work, DataPhoenix has covered its &lt;a href=&quot;https://web.platform.dataphoenix.info/news/ibm-lockheed-swiss-quantum-innovation-hub&quot; rel=&quot;noopener noreferrer nofollow&quot;&gt;Swiss quantum innovation hub at ETH Zurich&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;The paper says that an unconditional, non-oracular separation between fully general efficient quantum and classical computation remains beyond current techniques. The research record reviewed for this story is arXiv version 1; the supplied sources include no peer-reviewed publication, independent replication, finite crossover estimate, hardware configuration, error-correction requirement, runtime or cost.&lt;/p&gt;
</content:encoded><dc:creator>DP News Team</dc:creator><category>news</category><category>foundation-models-and-research</category><category>ibm</category><category>quantum-computing</category><category>large-language-models</category><category>transformers</category><category>diffusion-models</category><category>computational-complexity</category></item><item><title>AWS adds instance preference lists to SageMaker AI jobs</title><link>https://dataphoenix.info/news/aws-sagemaker-instance-preference-lists</link><guid isPermaLink="true">https://dataphoenix.info/news/aws-sagemaker-instance-preference-lists</guid><description>SageMaker AI training and processing jobs can now rank up to five instance types, giving AWS an ordered set of acceptable capacity alternatives in one job configuration.</description><pubDate>Tue, 15 Sep 2026 22:44:00 GMT</pubDate><content:encoded>&lt;p&gt;AWS has added ordered instance preference lists to Amazon SageMaker AI &lt;a href=&quot;https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_ResourceConfig.html&quot; rel=&quot;noopener noreferrer nofollow&quot;&gt;training&lt;/a&gt; and &lt;a href=&quot;https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_ProcessingClusterConfig.html&quot; rel=&quot;noopener noreferrer nofollow&quot;&gt;processing&lt;/a&gt; jobs. Each job configuration can rank between one and five acceptable ML compute instance types.&lt;/p&gt;
&lt;p&gt;SageMaker works through the list in order, launching the job on the first instance type with available capacity and moving to the next preference when capacity is insufficient. It selects exactly one instance type for the job.&lt;/p&gt;
&lt;p&gt;That puts approved alternatives into a single submission. A caller no longer needs to submit a separate job just to try the next listed type. The API references define this selection behavior, but they do not establish shorter wait times or guarantee that capacity will be available.&lt;/p&gt;
&lt;p&gt;For training jobs, instance preferences support on-demand capacity and Flexible Training Plans. The list cannot be combined with the existing single InstanceType field, instance groups, managed spot training or instance placement configuration. For processing jobs, the list is mutually exclusive with the single InstanceType field.&lt;/p&gt;
&lt;p&gt;Instance counts can be set on every entry or once at the job level. AWS says it rejects configurations that provide counts for only some preferences, set them at both levels or omit them at both levels. The rules are documented separately for &lt;a href=&quot;https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_InstancePreference.html&quot; rel=&quot;noopener noreferrer nofollow&quot;&gt;training preferences&lt;/a&gt; and &lt;a href=&quot;https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_ProcessingInstancePreference.html&quot; rel=&quot;noopener noreferrer nofollow&quot;&gt;processing preferences&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;A training preference can also point to matching Training Plan capacity; a preference without a TrainingPlanArns entry uses on-demand capacity. The per-preference setting cannot be combined with a job-level TrainingPlanArn.&lt;/p&gt;
&lt;p&gt;The job-level setting is distinct from SageMaker’s &lt;a href=&quot;https://web.platform.dataphoenix.info/news/aws-sagemaker-prefix-aware-routing&quot; rel=&quot;noopener noreferrer nofollow&quot;&gt;prefix-aware routing for real-time endpoints&lt;/a&gt;, which concerns inference traffic rather than instance selection for a training or processing job.&lt;/p&gt;
&lt;p&gt;When a training preference list includes at least one accelerated instance type, &lt;a href=&quot;https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_StoppingCondition.html&quot; rel=&quot;noopener noreferrer nofollow&quot;&gt;MaxPendingTimeInSeconds&lt;/a&gt; limits the total time SageMaker spends working through the list; it is not applied separately to each preference. AWS says the setting has no effect on jobs that request only CPU instance types.&lt;/p&gt;
</content:encoded><dc:creator>DP News Team</dc:creator><category>news</category><category>products-and-features</category><category>aws</category><category>amazon-sagemaker-ai</category><category>instance-preference-lists</category><category>capacity-management</category><category>machine-learning-infrastructure</category></item><item><title>AWS makes Amazon Quick desktop app generally available on Windows and macOS</title><link>https://dataphoenix.info/news/amazon-quick-desktop-general-availability</link><guid isPermaLink="true">https://dataphoenix.info/news/amazon-quick-desktop-general-availability</guid><description>AWS has moved Amazon Quick’s desktop app from preview to general availability on Windows and macOS, alongside a mobile activity feed for iOS and Android.</description><pubDate>Tue, 15 Sep 2026 22:32:00 GMT</pubDate><content:encoded>&lt;p&gt;AWS made the &lt;a href=&quot;https://aws.amazon.com/blogs/machine-learning/amazon-quick-is-now-generally-available-on-desktop&quot; rel=&quot;noopener noreferrer nofollow&quot;&gt;Amazon Quick desktop application generally available&lt;/a&gt; on Windows and macOS on September 10, taking the agentic work assistant out of preview on both desktop operating systems.&lt;/p&gt;
&lt;p&gt;The launch also brought an activity feed to Quick’s mobile experience on iOS and Android. AWS says it combines signals from email, calendars, customer relationship management systems and messaging into a prioritized view of work that needs a user’s attention.&lt;/p&gt;
&lt;p&gt;According to AWS, the feed removes items once Quick’s agents resolve them and keeps matters that require a user visible. The company says the system also learns relationships, priorities and patterns over time. Those descriptions have not been independently tested.&lt;/p&gt;
&lt;p&gt;AWS describes Quick as an assistant that can synthesize information across connected systems, draft deliverables, update records and carry out follow-up actions. Its &lt;a href=&quot;https://aws.amazon.com/quick/&quot; rel=&quot;noopener noreferrer nofollow&quot;&gt;product page&lt;/a&gt; lists tools for research, business insights, automation, documents, presentations, spreadsheets and no-code applications. AWS says the desktop app can work with files stored on a user’s machine and automatically surface meeting preparation, follow-ups and action items. The release expands AWS’s AI product lineup alongside services such as &lt;a href=&quot;https://web.platform.dataphoenix.info/news/aws-gpt-6-astra-amazon-bedrock-availability&quot; rel=&quot;noopener noreferrer nofollow&quot;&gt;GPT-6 Astra availability on Amazon Bedrock&lt;/a&gt;, although Quick is positioned as a work assistant rather than a managed model endpoint.&lt;/p&gt;
&lt;p&gt;AWS says customer data remains in the customer’s environment, conversations remain private, and actions can be audited through Amazon CloudWatch and AWS CloudTrail. The company also says Quick has compliance coverage for HIPAA, FedRAMP, SOC 2 and ISO 27001. These are AWS assertions, not findings from a separate technical assessment.&lt;/p&gt;
&lt;p&gt;Organizations in manufacturing, healthcare and sports used the desktop application during preview, AWS said. The company published testimonials from Southwest Airlines, LabCorp and PGA TOUR describing faster access to insights, easier adoption and faster prototyping. The opened sources did not provide independent measurements for those outcomes, and neither the announcement nor the product page specifies minimum operating-system versions, deployment requirements or regional availability.&lt;/p&gt;
</content:encoded><dc:creator>DP News Team</dc:creator><category>news</category><category>products-and-features</category><category>amazon-quick</category><category>aws</category><category>agentic-ai</category><category>desktop-apps</category><category>product-launches</category></item><item><title>Universal Music and ElevenLabs strike multiyear AI music licensing deal</title><link>https://dataphoenix.info/news/universal-music-elevenlabs-ai-music-licensing-deal</link><guid isPermaLink="true">https://dataphoenix.info/news/universal-music-elevenlabs-ai-music-licensing-deal</guid><description>Universal Music Group and ElevenLabs have struck a multiyear agreement to develop licensed AI audio tools, beginning with a fan music-creation platform.</description><pubDate>Tue, 15 Sep 2026 22:25:00 GMT</pubDate><content:encoded>&lt;p&gt;&lt;a href=&quot;https://www.universalmusic.com/universal-music-group-and-elevenlabs-announce-multi-year-strategic-agreement-beginning-with-a-new-licensed-ai-music-creation-platform/&quot; rel=&quot;noopener noreferrer nofollow&quot;&gt;Universal Music Group&lt;/a&gt; and &lt;a href=&quot;https://elevenlabs.io/blog/umg&quot; rel=&quot;noopener noreferrer nofollow&quot;&gt;ElevenLabs&lt;/a&gt; announced a multiyear licensing and product-development agreement on September 10 to build AI audio products for artists, songwriters and fans. Their first planned product is a fan music-creation platform based on licensed music and participation by artists and songwriters.&lt;/p&gt;
&lt;p&gt;Still in development, the platform is intended to support remixes, mashups, track reinterpretations and personalized vocal experiences. It is intended to give fans ways to co-create with music from participating artists and songwriters.&lt;/p&gt;
&lt;p&gt;The companies described the agreement as ElevenLabs’ first with a major record label. The fan platform will be separate from ElevenLabs’ existing Music API and ElevenMusic products, they said. The broader collaboration also calls for AI audio products for artists and songwriters, plus additional fan products over the coming months and years. For context, other developers are building &lt;a href=&quot;https://web.platform.dataphoenix.info/news/murf-ai-falcon-2-launch&quot; rel=&quot;noopener noreferrer nofollow&quot;&gt;real-time voice models for AI agents&lt;/a&gt;, a different segment of the AI audio market.&lt;/p&gt;
&lt;p&gt;The companies said artists and songwriters should share in the value created. ElevenLabs CEO Mati Staniszewski separately said creators would be fairly compensated. Those remain company commitments: the announcements do not explain how compensation would be calculated or distributed, and they report no measured commercial results for the platform while it remains in development.&lt;/p&gt;
&lt;p&gt;The announcements do not disclose financial terms, royalty rates, revenue-sharing formulas or minimum guarantees. They also do not name participating artists or songwriters, identify eligible catalogs, set a launch date or pricing, or specify which recording, publishing, voice, name-and-likeness or training rights the agreement covers.&lt;/p&gt;
</content:encoded><dc:creator>DP News Team</dc:creator><category>news</category><category>partnerships-and-deals</category><category>universal-music-group</category><category>elevenlabs</category><category>ai-music</category><category>music-licensing</category><category>generative-audio</category></item><item><title>Keewano launches agent-focused database with $12 million in seed funding</title><link>https://dataphoenix.info/news/keewano-keewanodb-launch-seed-funding</link><guid isPermaLink="true">https://dataphoenix.info/news/keewano-keewanodb-launch-seed-funding</guid><description>Keewano made KeewanoDB generally available and disclosed $12 million in seed funding for the event-oriented database, which is designed to preserve ordered context for AI-agent queries.</description><pubDate>Tue, 15 Sep 2026 19:50:00 GMT</pubDate><content:encoded>&lt;p&gt;Keewano made KeewanoDB generally available on September 15, pairing the launch with disclosure of $12 million in total seed funding. The event-oriented database is designed to help AI agents analyze long histories of activity, and the financing gives the startup new capital as it brings the product to market.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://www.prnewswire.com/news-releases/keewano-raises-12m-and-launches-keewanodb-the-first-database-built-for-machine-reasoning-at-scale-302878769.html&quot; rel=&quot;noopener noreferrer nofollow&quot;&gt;Keewano said&lt;/a&gt; Hetz Ventures led the seed financing, with participation from a16z Speedrun, Remagine Ventures, DIG Ventures and angel investors. The company did not disclose its valuation, investor-by-investor amounts or a closing date.&lt;/p&gt;
&lt;p&gt;KeewanoDB stores the events associated with each entity together and in sequence, according to the company. An agent examining a customer, device or other subject can therefore query that ordered history instead of reconstructing it across separate records. Keewano also says analysis and custom logic run close to the stored data, an architecture it presents as a way to reduce data movement, latency and cost.&lt;/p&gt;
&lt;p&gt;The company claims KeewanoDB can query 250 million events in under half a second and process trillions of events in parallel. Those speed and scale figures are Keewano’s claims; the research reviewed for this article identified no independent benchmark or test methodology. The company’s &lt;a href=&quot;https://www.keewano.com/&quot; rel=&quot;noopener noreferrer nofollow&quot;&gt;product site&lt;/a&gt; also claims the approach can cut large-language-model processing costs by as much as 84%, a result that has not been independently validated.&lt;/p&gt;
&lt;p&gt;Keewano says the database can ingest events from Kafka, Postgres, Snowflake, BigQuery, Parquet and Iceberg, while exposing results through MCP, SQL, REST, APIs and analytics tools. Its product site lists local and managed-cloud editions. The company says the cloud service can operate alongside an existing data warehouse or replace it, and that KeewanoDB does not use per-event pricing.&lt;/p&gt;
&lt;p&gt;Keewano was founded in 2024 by Mark Kardashov, Dima Karger, Pavel Bibergal and Vitaly Bukhovsky. An &lt;a href=&quot;https://speedrun.a16z.com/companies/keewano&quot; rel=&quot;noopener noreferrer nofollow&quot;&gt;a16z Speedrun company profile&lt;/a&gt; also lists the four founders and the 2024 founding year.&lt;/p&gt;
</content:encoded><dc:creator>DP News Team</dc:creator><category>news</category><category>products-and-features</category><category>keewano</category><category>keewanodb</category><category>ai-agents</category><category>event-databases</category><category>seed-funding</category></item><item><title>Salesforce opens Koa CRM model pilot built on Nvidia Nemotron</title><link>https://dataphoenix.info/news/salesforce-koa-crm-reasoning-model</link><guid isPermaLink="true">https://dataphoenix.info/news/salesforce-koa-crm-reasoning-model</guid><description>Salesforce has opened Koa, a CRM-focused reasoning model built from Nvidia Nemotron 3 Super, to select Agentforce pilot customers ahead of planned U.S. availability in Winter 2026.</description><pubDate>Tue, 15 Sep 2026 19:38:00 GMT</pubDate><content:encoded>&lt;p&gt;Salesforce and Nvidia &lt;a href=&quot;https://investor.salesforce.com/news/news-details/2026/Announcing-Koa-Salesforces-First-CRM-Reasoning-Model-Built-on-NVIDIA-Nemotron/default.aspx&quot; rel=&quot;noopener noreferrer nofollow&quot;&gt;launched Koa&lt;/a&gt;, a reasoning model for Salesforce’s &lt;a href=&quot;https://web.platform.dataphoenix.info/news/salesforce-job-ready-agentforce-agents-2026&quot; rel=&quot;noopener noreferrer nofollow&quot;&gt;Agentforce platform&lt;/a&gt;, to select pilot customers. Those customers can test the model on multistep CRM work before Salesforce’s planned general availability in U.S. regions in Winter 2026. The company has not disclosed an exact release date, pricing, packaging or service limits in the opened sources.&lt;/p&gt;
&lt;p&gt;Salesforce’s launch release says it created Koa by post-training Nvidia’s Nemotron 3 Super on a proprietary synthetic dataset modeled on knowledge from nearly three decades of CRM deployments. The release says the scenarios covered reasoning, tool use and decision-making in CRM workflows across more than 14 industries, and that no customer data was used. A &lt;a href=&quot;https://arxiv.org/abs/2609.15066&quot; rel=&quot;noopener noreferrer nofollow&quot;&gt;Salesforce research paper&lt;/a&gt; likewise says no customer data was used, but describes Koa’s training data more broadly as public and synthetically generated rather than entirely synthetic.&lt;/p&gt;
&lt;p&gt;Post-training adapts an existing model to a narrower set of tasks after its initial training. Salesforce’s launch release says it applied supervised fine-tuning and reinforcement learning using Group Relative Policy Optimization, supported by Nvidia’s NeMo RL, NeMo Gym and NeMo AutoModel tools. The research paper instead identifies the foundation as Nemotron-3-Super-120B and says the final Koa model was built by applying GRPO directly to the base model; it describes supervised fine-tuning as a preliminary comparison rather than part of the final training recipe.&lt;/p&gt;
&lt;p&gt;Salesforce says it controls Koa’s model weights and conducts post-training and inference inside its own trust boundary. The company also says Koa runs on Salesforce infrastructure and customer data does not cross that boundary during inference. These statements were not independently tested in the opened sources.&lt;/p&gt;
&lt;p&gt;Salesforce’s launch release claims Koa matched or exceeded leading models on its CRM Benchmark while making three times fewer errors. The company’s research paper reports an overall CRM Bench score of 0.86 for Koa, below GPT-5.5 at 0.90 and Opus 4.8 at 0.87, but above GPT-4.1 at 0.81 and the Nemotron base at 0.84. Those published results do not show Koa matching or exceeding every listed leading model overall, and the paper does not identify a comparison that produces the release’s three-times-fewer-errors figure.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://research.nvidia.com/labs/nemotron/Nemotron-3-Super/&quot; rel=&quot;noopener noreferrer nofollow&quot;&gt;Nvidia describes Nemotron 3 Super&lt;/a&gt; as an open mixture-of-experts hybrid Mamba-Transformer model with 120 billion total parameters and 12 billion active parameters. In a mixture-of-experts system, only a subset of the model’s components is activated for a given task, reducing the computation used for each input compared with activating the full model.&lt;/p&gt;
&lt;p&gt;Salesforce named 1-800Accountant, Baxter Credit Union, Engine, Formula 1, UChicago Medicine and Xero among the organizations entering Koa pilots. The opened sources did not provide independently measured pilot results or verified customer-impact outcomes.&lt;/p&gt;
</content:encoded><dc:creator>DP News Team</dc:creator><category>news</category><category>products-and-features</category><category>salesforce</category><category>nvidia</category><category>koa</category><category>agentforce</category><category>crm</category><category>reasoning-models</category></item><item><title>Meta launches Meta One bundles with paid AI tiers</title><link>https://dataphoenix.info/news/meta-one-ai-subscription-bundles</link><guid isPermaLink="true">https://dataphoenix.info/news/meta-one-ai-subscription-bundles</guid><description>Meta One pairs higher AI usage with features across Instagram, Facebook, WhatsApp and Meta AI. Meta says its core services will remain free.</description><pubDate>Tue, 15 Sep 2026 19:25:00 GMT</pubDate><content:encoded>&lt;p&gt;&lt;a href=&quot;https://about.fb.com/news/2026/09/introducing-meta-one-subscription-service-more-features-ai/&quot; rel=&quot;noopener noreferrer nofollow&quot;&gt;Meta launched Meta One&lt;/a&gt; on September 15, rolling out subscription bundles for individuals, creators and businesses. The plans pair higher usage of some AI tools with features across Instagram, Facebook, WhatsApp and &lt;a href=&quot;https://web.platform.dataphoenix.info/news/meta-ai-mac-desktop-app&quot; rel=&quot;noopener noreferrer nofollow&quot;&gt;Meta AI&lt;/a&gt;. Individual bundles start at $7.99 per month, while creator and business bundles start at $14.99 per month.&lt;/p&gt;
&lt;p&gt;Meta lists its Core individual bundle at $7.99 per month and Premium at $19.99 per month. The company says the plans are available globally, though plans, benefits, prices and availability can vary by region, app and account.&lt;/p&gt;
&lt;p&gt;Core and Premium combine the features of the three standalone app plans with more use of compute-intensive AI capabilities. These include creating and editing images, generating video with Meta AI and using Instagram’s Restyle tool more often. Meta did not publish numerical usage limits for either bundle.&lt;/p&gt;
&lt;p&gt;The subscriptions do not replace Meta’s free products. The company says the core experience across its apps and everyday use of Meta AI will remain free; paid plans add specialized capabilities and expanded AI usage.&lt;/p&gt;
&lt;p&gt;Meta says it has launched more than 50 Meta One features and reached 15 million subscriptions and trials to date. The figure combines paid subscriptions with trials, and the announcement does not break them out separately.&lt;/p&gt;
&lt;p&gt;For creators and businesses, Meta lists Advanced at a starting price of $49.99 per month, Expert at $149 and Max at $499. Features vary by tier and include enhanced profiles, automatic follow invitations, more access to Meta Business Agent, content scheduling, exportable analytics, team access and added WhatsApp business capacity. Meta says it plans to extend Meta One to Edits, AI glasses and additional products over time.&lt;/p&gt;
</content:encoded><dc:creator>DP News Team</dc:creator><category>news</category><category>products-and-features</category><category>meta-one</category><category>meta-ai</category><category>ai-subscriptions</category><category>instagram</category><category>facebook</category><category>whatsapp</category></item><item><title>LTM plans Lightwell remediation services with IBM and Red Hat</title><link>https://dataphoenix.info/news/ltm-ibm-red-hat-lightwell-remediation</link><guid isPermaLink="true">https://dataphoenix.info/news/ltm-ibm-red-hat-lightwell-remediation</guid><description>LTM plans to add enterprise dependency analysis, remediation planning, testing and deployment support to IBM and Red Hat&apos;s Lightwell vulnerability-remediation effort.</description><pubDate>Tue, 15 Sep 2026 18:50:00 GMT</pubDate><content:encoded>&lt;p&gt;&lt;a href=&quot;https://newsroom.ibm.com/2026-09-09-ltm-collaborates-with-ibm-and-red-hat-on-lightwell-to-advance-ai-driven-open-source-software-remediation&quot; rel=&quot;noopener noreferrer nofollow&quot;&gt;LTM announced a collaboration with IBM and Red Hat on Lightwell&lt;/a&gt;. It plans an enterprise-services portfolio to help organizations incorporate remediations for vulnerable open-source software into engineering and security operations.&lt;/p&gt;
&lt;p&gt;The planned services cover remediation strategy, dependency analysis, risk-based prioritization, remediation program management, DevSecOps integration, testing and validation, and support for large-scale deployments. The announcement gives no launch timetable, pricing, customer names, contract value or deployment count. It also does not specify how the three companies will divide contractual responsibilities.&lt;/p&gt;
&lt;p&gt;The Lightwell work is separate from &lt;a href=&quot;https://web.platform.dataphoenix.info/news/ibm-openai-consulting-partnership&quot; rel=&quot;noopener noreferrer nofollow&quot;&gt;IBM’s consulting partnership with OpenAI&lt;/a&gt;, another enterprise-services agreement covered by DataPhoenix.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://www.ibm.com/products/lightwell&quot; rel=&quot;noopener noreferrer nofollow&quot;&gt;IBM describes Lightwell&lt;/a&gt; as an annual subscription that gives customers access to remediations through Lightwell repositories. Customers can integrate those repositories into existing build processes alongside public open-source repositories.&lt;/p&gt;
&lt;p&gt;IBM and Red Hat &lt;a href=&quot;https://newsroom.ibm.com/2026-05-28-ibm-and-red-hat-commit-5-billion-to-redefine-the-future-of-open-source-in-the-ai-era&quot; rel=&quot;noopener noreferrer nofollow&quot;&gt;introduced Project Lightwell&lt;/a&gt; as a clearinghouse and engineering effort intended to identify, validate and remediate vulnerabilities. Commercial subscriptions were designed to feed validated patches into customers’ existing software supply chains.&lt;/p&gt;
&lt;p&gt;LTM Chief Information Security Officer Chandan Pani said the collaboration would help organizations strengthen cyber resilience at scale. The statement is a forward-looking issuer claim: the available sources provide no measured results showing that the collaboration has reduced remediation time, prevented exploitation or downtime, mitigated risk, or lowered operational burden.&lt;/p&gt;
&lt;p&gt;IBM’s product page lists Lightwell Network as available. It lists Lightwell Clearinghouse Premier as available to preselected customers in critical-infrastructure sectors, with a broader release planned.&lt;/p&gt;
</content:encoded><dc:creator>DP News Team</dc:creator><category>news</category><category>partnerships-and-deals</category><category>ltm</category><category>ibm</category><category>red-hat</category><category>lightwell</category><category>open-source-security</category><category>devsecops</category></item><item><title>NVIDIA expands real-time AI production tools at IBC 2026</title><link>https://dataphoenix.info/news/nvidia-ibc-2026-ai-media-expansion</link><guid isPermaLink="true">https://dataphoenix.info/news/nvidia-ibc-2026-ai-media-expansion</guid><description>NVIDIA expanded its AI for Media stack with synthetic-video detection, AI-assisted replay, enhancement, sports-model playbooks and live localization components for broadcast and streaming workflows.</description><pubDate>Tue, 15 Sep 2026 18:42:00 GMT</pubDate><content:encoded>&lt;p&gt;NVIDIA announced an expansion of its AI for Media software on September 9, covering tools for synthetic-video checks, sports replay, image enhancement and multilingual production. The &lt;a href=&quot;https://blogs.nvidia.com/blog/ibc-news-2026&quot; rel=&quot;noopener noreferrer nofollow&quot;&gt;IBC 2026 announcement&lt;/a&gt; packages the capabilities as GPU-accelerated SDKs, NIM microservices, playbooks and reference workflows that media-technology partners can integrate into broadcast and streaming systems.&lt;/p&gt;
&lt;p&gt;The release brings NVIDIA’s Synthetic Video Detector, or SVD, into partner workflows, where it can send an authenticity signal to human reviewers. The downloadable &lt;a href=&quot;https://build.nvidia.com/nvidia/synthetic-video-detector&quot; rel=&quot;noopener noreferrer nofollow&quot;&gt;NIM microservice&lt;/a&gt; estimates whether a video was AI-generated. NVIDIA describes the result as an additional analysis signal, not a substitute for editorial or forensic review. NVIDIA claims 99.3% accuracy on text-to-video content and 97.7% on image-to-video content, but its published materials do not disclose the evaluation dataset, sample size or methodology.&lt;/p&gt;
&lt;p&gt;Dalet is integrating SVD into Dalet Flex so results can be written into asset metadata and trigger review, approval and human-validation steps. &lt;a href=&quot;https://www.dalet.com/news/media-organizations-synthetic-content-nvidia-ai/&quot; rel=&quot;noopener noreferrer nofollow&quot;&gt;Dalet says&lt;/a&gt; the integration is currently limited to proof-of-concept deployments. TwelveLabs combines SVD’s frame-level authenticity signals and confidence scores with contextual, rule-based compliance findings in its managed Compliance service. Wowza offers SVD as an opt-in detector in its Video Intelligence Framework for live video, with local, hosted or self-hosted endpoints and support for controlled or air-gapped environments subject to setup and model-access requirements.&lt;/p&gt;
&lt;p&gt;For sports production, NVIDIA says its Video Frame Generation software inserts intermediate frames to double or quadruple a source’s frame rate. Ross Video is integrating the technology into Rio Replay for AI-assisted slow motion, according to NVIDIA. Support has been announced for 6x slow motion, while 8x interpolation remains in development. NVIDIA also updated Video Super Resolution with selectable streaming modes, adjustment controls and 10-bit support. TrueHDR can convert standard-dynamic-range footage to HDR in real time at up to about 2,000 nits, the company says. The three tools can run in one effects pipeline.&lt;/p&gt;
&lt;p&gt;The new &lt;a href=&quot;https://nvidia.github.io/sports-intelligence-playbooks/latest/&quot; rel=&quot;noopener noreferrer nofollow&quot;&gt;Sports Intelligence Playbooks&lt;/a&gt; provide recipes for preparing data, fine-tuning sport-specific multimodal models with supervised fine-tuning or LoRA, testing them and optimizing them for deployment using an organization’s footage and annotations. NVIDIA reports that early sports-domain tests raised multiple-choice accuracy from about 53% to 94% and open-ended evaluation scores from about 5.7% to 66%. The company did not publish enough detail about training data, held-out samples or independent evaluation to validate those gains.&lt;/p&gt;
&lt;p&gt;NVIDIA says Machina Sports is combining the playbooks with its sports-data and agent infrastructure. It also says Wowza is fine-tuning Cosmos 3 and &lt;a href=&quot;https://web.platform.dataphoenix.info/news/nvidia-nemotron-3-5-lightning&quot; rel=&quot;noopener noreferrer nofollow&quot;&gt;Nemotron vision-language models&lt;/a&gt; to recognize sport-specific moments in live streams. Those two partner integrations are attributed only to NVIDIA in the cited evidence.&lt;/p&gt;
&lt;p&gt;NVIDIA’s localization work centers on the LipSync and Active Speaker Detection NIM microservices. &lt;a href=&quot;https://build.nvidia.com/nvidia/lipsync&quot; rel=&quot;noopener noreferrer nofollow&quot;&gt;LipSync&lt;/a&gt; changes mouth motion to match target audio, while &lt;a href=&quot;https://build.nvidia.com/nvidia/active-speaker-detection&quot; rel=&quot;noopener noreferrer nofollow&quot;&gt;Active Speaker Detection&lt;/a&gt; identifies and tracks speakers. NVIDIA says the updates improve handling of partially occluded faces, add voice-activity detection, remove a multi-track diarization requirement, broaden GPU support and add a gRPC interface. The company also says NDI is using AI for Media, including LipSync, for real-time translation, lip-synced dubbing and regional-language versions of a shared media stream. That integration is attributed only to NVIDIA in the cited evidence.&lt;/p&gt;
&lt;p&gt;NVIDIA is also adding content-localization components to Holoscan for Media as a composable reference workflow for captions, translated audio, dubbing, synchronized video and localized graphics across live, file-based, streaming and post-production uses. Its &lt;a href=&quot;https://www.nvidia.com/en-us/events/ibc/&quot; rel=&quot;noopener noreferrer nofollow&quot;&gt;IBC event materials&lt;/a&gt; describe a demonstration with AI-Media, &lt;a href=&quot;http://CAMB.AI&quot; rel=&quot;noopener noreferrer nofollow&quot;&gt;CAMB.AI&lt;/a&gt;, Chyron and Panjaya. The cited evidence does not independently confirm each partner’s role or the components’ commercial availability.&lt;/p&gt;
&lt;p&gt;For software-defined production, NVIDIA is integrating the open-source Media eXchange Layer with &lt;a href=&quot;https://docs.nvidia.com/holoscan-for-media/latest/index.html&quot; rel=&quot;noopener noreferrer nofollow&quot;&gt;Holoscan for Media&lt;/a&gt;, allowing containerized media functions to exchange live video, audio and data. The &lt;a href=&quot;https://tech.ebu.ch/dmf/mxl&quot; rel=&quot;noopener noreferrer nofollow&quot;&gt;European Broadcasting Union’s MXL materials&lt;/a&gt; describe the layer as an interoperability mechanism and list an NVIDIA-supported IBC 2026 demonstration.&lt;/p&gt;
</content:encoded><dc:creator>DP News Team</dc:creator><category>news</category><category>products-and-features</category><category>nvidia</category><category>ibc-2026</category><category>ai-for-media</category><category>synthetic-video</category><category>sports-replay</category><category>localization</category><category>broadcast-technology</category></item><item><title>Perplexity brings Portable Computer to Windows RTX PCs</title><link>https://dataphoenix.info/news/perplexity-portable-computer-windows-rtx</link><guid isPermaLink="true">https://dataphoenix.info/news/perplexity-portable-computer-windows-rtx</guid><description>Perplexity Portable Computer is now available for Windows systems with GeForce RTX or RTX PRO GPUs and at least 24GB of VRAM, extending the agent beyond Linux while requiring permission before content is sent to cloud services.</description><pubDate>Tue, 15 Sep 2026 18:34:00 GMT</pubDate><content:encoded>&lt;p&gt;&lt;a href=&quot;https://blogs.nvidia.com/blog/local-ai-perplexity-windows-pcs&quot; rel=&quot;noopener noreferrer nofollow&quot;&gt;NVIDIA announced&lt;/a&gt; that Perplexity Portable Computer is now available in the Perplexity Windows app for compatible GeForce RTX PCs and NVIDIA RTX PRO workstations. It requires a GeForce RTX or RTX PRO GPU with at least 24GB of VRAM.&lt;/p&gt;
&lt;p&gt;The Windows release brings the agent beyond its earlier availability on NVIDIA DGX Spark systems and RTX PCs running Linux. Portable Computer is a local version of Perplexity Computer that can plan and carry out multistep work, including analyzing data and synthesizing information across files. For related context, DataPhoenix has also covered &lt;a href=&quot;https://web.platform.dataphoenix.info/news/perplexity-hybrid-compute-mac&quot; rel=&quot;noopener noreferrer nofollow&quot;&gt;Perplexity’s hybrid cloud-and-local processing in its Mac app&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Perplexity and NVIDIA describe Portable Computer as a hybrid local-and-cloud system. They say work handled locally can keep sensitive information on the device without consuming Perplexity Computer credits. The available evidence does not include an independent audit of those privacy and billing statements.&lt;/p&gt;
&lt;p&gt;The local orchestrator can turn to cloud services when a task requires current information, browser access, connected apps or more advanced reasoning. &lt;a href=&quot;https://www.perplexity.ai/en-GB/hub/blog/introducing-portable-computer-for-local-first-ai&quot; rel=&quot;noopener noreferrer nofollow&quot;&gt;Perplexity says&lt;/a&gt; Portable Computer asks for the user’s permission before sending content from the device to a cloud service.&lt;/p&gt;
&lt;p&gt;NVIDIA says the Windows app streamlines local setup with a model such as Qwen 3.8 27B, post-trained for Perplexity Computer and optimized for RTX GPUs. Its listed connectors include Microsoft Outlook, OneDrive and Word, along with Google Drive, Gmail, Slack and GitHub. NVIDIA said support for DGX Station is expected later.&lt;/p&gt;
</content:encoded><dc:creator>DP News Team</dc:creator><category>news</category><category>products-and-features</category><category>perplexity</category><category>portable-computer</category><category>windows</category><category>geforce-rtx</category><category>rtx-pro</category><category>local-ai</category></item><item><title>10 Practical Ways to Train and Fine-Tune LLMs on Limited Hardware in 2026</title><link>https://dataphoenix.info/articles/10-practical-ways-to-train-and-fine-tune-llms-on-limited-hardware-in-2026</link><guid isPermaLink="true">https://dataphoenix.info/articles/10-practical-ways-to-train-and-fine-tune-llms-on-limited-hardware-in-2026</guid><description>Reduce GPU memory use and training costs with 10 practical techniques, from LoRA and sequence packing to sharding and data selection.</description><pubDate>Tue, 15 Sep 2026 06:51:00 GMT</pubDate><content:encoded>&lt;p&gt;Loading a model is not a reliable test of whether it will fit during training. The first backward pass or optimizer step can exhaust VRAM as &lt;a target=&quot;_blank&quot; rel=&quot;noopener noreferrer nofollow&quot; href=&quot;https://huggingface.co/docs/trl/en/reducing_memory_usage&quot;&gt;&lt;u&gt;gradients, optimizer state, activations, and output tensors&lt;/u&gt;&lt;/a&gt; add to the memory already occupied by the weights. A run that fits can still be too slow to be useful.&lt;/p&gt;&lt;p&gt;The focus here is fine-tuning pretrained, text-only LLMs on one GPU or a small multi-GPU workstation, using either adapters or full-parameter updates.&lt;/p&gt;&lt;blockquote&gt;&lt;p&gt;&lt;strong&gt;Record a baseline first&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;Record peak GPU memory over a complete training step, including the optimizer update, along with non-padding tokens per second and a validation metric for your task. Keep the model, data split, sequence length, and effective batch fixed when comparing implementations. Change one setting at a time, and check how many training tokens each optimizer update actually includes, especially after enabling packing.&lt;/p&gt;&lt;/blockquote&gt;&lt;h2&gt;1. Fine-tune adapters with LoRA or QLoRA&lt;/h2&gt;&lt;p&gt;&lt;a target=&quot;_blank&quot; rel=&quot;noopener noreferrer nofollow&quot; href=&quot;https://huggingface.co/docs/peft/v0.20.0/package_reference/lora&quot;&gt;&lt;u&gt;LoRA&lt;/u&gt;&lt;/a&gt; freezes the base model and trains small low-rank adapter matrices, so only the adapters need gradients and optimizer state. &lt;a target=&quot;_blank&quot; rel=&quot;noopener noreferrer nofollow&quot; href=&quot;https://arxiv.org/abs/2305.14314&quot;&gt;&lt;u&gt;QLoRA&lt;/u&gt;&lt;/a&gt; also stores the frozen base weights in 4-bit form, while using higher precision for computation.&lt;/p&gt;&lt;p&gt;Start with LoRA if the model leaves enough VRAM for training, and try QLoRA if the base weights take up too much of it. You still need memory for activations, and the frozen layers still take part in the forward and backward passes.&lt;/p&gt;&lt;blockquote&gt;&lt;p&gt;&lt;strong&gt;Other adapter variants&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;a target=&quot;_blank&quot; rel=&quot;noopener noreferrer nofollow&quot; href=&quot;https://huggingface.co/docs/peft/v0.20.0/package_reference/lora#lora-fa-optimizer&quot;&gt;&lt;u&gt;LoRA-FA&lt;/u&gt;&lt;/a&gt; fixes the adapter&apos;s &lt;code&gt;A&lt;/code&gt; matrix and trains &lt;code&gt;B&lt;/code&gt;, reducing the activations the adapter needs to save. For rsLoRA and &lt;a target=&quot;_blank&quot; rel=&quot;noopener noreferrer nofollow&quot; href=&quot;https://huggingface.co/docs/peft/en/package_reference/lora_variant_dora&quot;&gt;&lt;u&gt;DoRA&lt;/u&gt;&lt;/a&gt;, compare validation scores as well as memory and speed, since DoRA adds overhead relative to standard LoRA.&lt;/p&gt;&lt;/blockquote&gt;&lt;h2&gt;2. Use smaller microbatches with gradient accumulation&lt;/h2&gt;&lt;p&gt;With &lt;a target=&quot;_blank&quot; rel=&quot;noopener noreferrer nofollow&quot; href=&quot;https://huggingface.co/docs/accelerate/en/usage_guides/gradient_accumulation&quot;&gt;&lt;u&gt;gradient accumulation&lt;/u&gt;&lt;/a&gt;, you run several smaller microbatches and add their gradients before updating the weights. This lowers activation memory per microbatch without reducing the effective batch size, although it does not shrink the model or optimizer state.&lt;/p&gt;&lt;p&gt;In standard data-parallel training with equally sized microbatches, the effective batch is &lt;code&gt;microbatch size per GPU × accumulation steps × data-parallel GPUs&lt;/code&gt;. On one GPU, two examples per microbatch and eight accumulation steps give an effective batch of 16 examples.&lt;/p&gt;&lt;blockquote&gt;&lt;p&gt;&lt;strong&gt;Batch size and loss scaling&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;Try &lt;a target=&quot;_blank&quot; rel=&quot;noopener noreferrer nofollow&quot; href=&quot;https://huggingface.co/docs/transformers/en/grad_accumulation&quot;&gt;&lt;u&gt;increasing the microbatch size&lt;/u&gt;&lt;/a&gt; while measuring throughput, leaving some memory headroom rather than assuming that one example per microbatch is the best setting. For a token-averaged loss with variable-length sequences, &lt;a target=&quot;_blank&quot; rel=&quot;noopener noreferrer nofollow&quot; href=&quot;https://huggingface.co/docs/accelerate/en/usage_guides/gradient_accumulation#gradient-accumulation-on-training-samples-of-variable-size&quot;&gt;&lt;u&gt;normalize across all non-ignored target tokens&lt;/u&gt;&lt;/a&gt; in the accumulated batch instead of averaging the microbatch means.&lt;/p&gt;&lt;/blockquote&gt;&lt;h2&gt;3. Reduce padding with sequence packing&lt;/h2&gt;&lt;p&gt;&lt;a target=&quot;_blank&quot; rel=&quot;noopener noreferrer nofollow&quot; href=&quot;https://huggingface.co/blog/packing-with-FA2&quot;&gt;&lt;u&gt;Sequence packing&lt;/u&gt;&lt;/a&gt; combines short training examples into fuller token blocks so the GPU spends less time processing padding. Padding-free batching tackles the same waste by flattening a batch and passing sequence boundaries to a compatible variable-length attention backend.&lt;/p&gt;&lt;p&gt;&lt;a target=&quot;_blank&quot; rel=&quot;noopener noreferrer nofollow&quot; href=&quot;https://huggingface.co/docs/trl/en/sft_trainer&quot;&gt;&lt;u&gt;TRL supports both approaches&lt;/u&gt;&lt;/a&gt;, which are worth testing when your dataset contains many short examples of different lengths. Measure non-padding tokens per second, remembering that examples already close to the target length leave less padding to remove.&lt;/p&gt;&lt;blockquote&gt;&lt;p&gt;&lt;strong&gt;Keep examples independent&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;For independent examples, &lt;a target=&quot;_blank&quot; rel=&quot;noopener noreferrer nofollow&quot; href=&quot;https://huggingface.co/blog/packing-with-FA2&quot;&gt;&lt;u&gt;concatenating texts without the right attention boundaries&lt;/u&gt;&lt;/a&gt; lets one example attend to another, even if an EOS token separates them. Inspect the packed samples for &lt;a target=&quot;_blank&quot; rel=&quot;noopener noreferrer nofollow&quot; href=&quot;https://huggingface.co/docs/trl/en/reducing_memory_usage&quot;&gt;&lt;u&gt;truncated context&lt;/u&gt;&lt;/a&gt;, incorrect position IDs, and labels that should be excluded from the loss.&lt;/p&gt;&lt;/blockquote&gt;&lt;h2&gt;4. Save activation memory with checkpointing or offloading&lt;/h2&gt;&lt;p&gt;&lt;a target=&quot;_blank&quot; rel=&quot;noopener noreferrer nofollow&quot; href=&quot;https://pytorch.org/blog/activation-checkpointing-techniques/&quot;&gt;&lt;u&gt;Activation checkpointing&lt;/u&gt;&lt;/a&gt; saves memory by discarding some intermediate tensors during the forward pass and recomputing them during backward. Selective checkpointing lets you keep the outputs of expensive operations, such as matrix multiplications, while recomputing cheaper ones.&lt;/p&gt;&lt;p&gt;Start with the checkpointing option in your trainer, then profile activation memory before writing a custom checkpointing policy. If you have spare system RAM, &lt;a target=&quot;_blank&quot; rel=&quot;noopener noreferrer nofollow&quot; href=&quot;https://huggingface.co/docs/trl/en/reducing_memory_usage#activation-offloading&quot;&gt;&lt;u&gt;activation offloading&lt;/u&gt;&lt;/a&gt; moves saved tensors to the CPU and brings them back for the backward pass.&lt;/p&gt;&lt;blockquote&gt;&lt;p&gt;&lt;strong&gt;Measure the full training step&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;Checkpointing adds computation, while offloading adds data transfers and consumes system RAM. Measure peak VRAM and complete step time together, using the same sequence length and effective batch for each comparison.&lt;/p&gt;&lt;/blockquote&gt;&lt;h2&gt;5. Use an attention backend that suits your GPU&lt;/h2&gt;&lt;p&gt;&lt;a target=&quot;_blank&quot; rel=&quot;noopener noreferrer nofollow&quot; href=&quot;https://arxiv.org/abs/2205.14135&quot;&gt;&lt;u&gt;FlashAttention&lt;/u&gt;&lt;/a&gt; reduces memory traffic and avoids storing the full attention-score matrix, but dense attention still has quadratic compute cost in sequence length.&lt;/p&gt;&lt;p&gt;For standard attention, start with a supported fused backend through PyTorch&apos;s scaled dot-product attention (SDPA). &lt;a target=&quot;_blank&quot; rel=&quot;noopener noreferrer nofollow&quot; href=&quot;https://pytorch.org/blog/flexattention-flashattention-4-fast-and-flexible/&quot;&gt;&lt;u&gt;FlexAttention&lt;/u&gt;&lt;/a&gt; is useful when you need custom attention masks or score modifications.&lt;/p&gt;&lt;blockquote&gt;&lt;p&gt;&lt;strong&gt;FlashAttention-4 and hardware support&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;The &lt;a target=&quot;_blank&quot; rel=&quot;noopener noreferrer nofollow&quot; href=&quot;https://pytorch.org/blog/flexattention-flashattention-4-fast-and-flexible/&quot;&gt;&lt;u&gt;FlashAttention-4 backend for FlexAttention&lt;/u&gt;&lt;/a&gt;, introduced in March 2026, supports Hopper and Blackwell GPUs with a compatible software stack. Check the &lt;a target=&quot;_blank&quot; rel=&quot;noopener noreferrer nofollow&quot; href=&quot;https://github.com/Dao-AILab/flash-attention#flashattention-4-cutedsl&quot;&gt;&lt;u&gt;hardware and installation requirements&lt;/u&gt;&lt;/a&gt; for your exact GPU rather than assuming the newest implementation will run on it. Benchmark forward and backward together at your actual sequence length and data type, and verify that the new backend preserves your masking behavior.&lt;/p&gt;&lt;/blockquote&gt;&lt;h2&gt;6. Reduce the memory used by logits and loss&lt;/h2&gt;&lt;p&gt;The output layer can be a memory bottleneck even after you&apos;ve optimized attention. Its logits tensor has the shape &lt;code&gt;batch size × sequence length × vocabulary size&lt;/code&gt;, so a large vocabulary can make it expensive to keep in memory.&lt;/p&gt;&lt;p&gt;Apple&apos;s &lt;a target=&quot;_blank&quot; rel=&quot;noopener noreferrer nofollow&quot; href=&quot;https://machinelearning.apple.com/research/cut-your-losses&quot;&gt;&lt;u&gt;Cut Cross-Entropy&lt;/u&gt;&lt;/a&gt; computes cross-entropy without materializing the full logits tensor in GPU global memory. TRL&apos;s &lt;code&gt;loss_type=&quot;chunked_nll&quot;&lt;/code&gt;, now the default in SFTTrainer, processes the output projection and loss in chunks, skipping positions whose labels are ignored.&lt;/p&gt;&lt;blockquote&gt;&lt;p&gt;&lt;strong&gt;Check the loss backend&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;a target=&quot;_blank&quot; rel=&quot;noopener noreferrer nofollow&quot; href=&quot;https://github.com/huggingface/trl/releases/tag/v1.4.0&quot;&gt;&lt;u&gt;TRL 1.4 added support for PEFT and vision-language models&lt;/u&gt;&lt;/a&gt; in this chunked path, but it remains incompatible with &lt;code&gt;use_liger_kernel=True&lt;/code&gt;. Before switching, check your installed version and compare the loss and gradients with those from your existing implementation.&lt;/p&gt;&lt;/blockquote&gt;&lt;h2&gt;7. Use less memory for optimizer state&lt;/h2&gt;&lt;p&gt;During full fine-tuning, Adam-style optimizers keep moment estimates for every trainable parameter, which can take up a large share of VRAM. A supported &lt;a target=&quot;_blank&quot; rel=&quot;noopener noreferrer nofollow&quot; href=&quot;https://huggingface.co/docs/bitsandbytes/en/optimizers&quot;&gt;&lt;u&gt;bitsandbytes 8-bit optimizer&lt;/u&gt;&lt;/a&gt; reduces the precision of eligible state tensors without requiring 8-bit model weights.&lt;/p&gt;&lt;p&gt;Compare it with your AdamW baseline before trying a more specialized optimizer. &lt;a target=&quot;_blank&quot; rel=&quot;noopener noreferrer nofollow&quot; href=&quot;https://arxiv.org/abs/2403.03507&quot;&gt;&lt;u&gt;GaLore&lt;/u&gt;&lt;/a&gt; projects gradients into low-rank subspaces, while &lt;a target=&quot;_blank&quot; rel=&quot;noopener noreferrer nofollow&quot; href=&quot;https://arxiv.org/abs/2412.05270&quot;&gt;&lt;u&gt;APOLLO&lt;/u&gt;&lt;/a&gt; uses auxiliary low-rank state and random projections to approximate adaptive update scaling.&lt;/p&gt;&lt;p&gt;&lt;strong&gt;Compare convergence as well as VRAM&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;GaLore and APOLLO can update all model parameters, but check how they affect convergence and total training time on your task. With small LoRA adapters, check the &lt;a target=&quot;_blank&quot; rel=&quot;noopener noreferrer nofollow&quot; href=&quot;https://huggingface.co/docs/bitsandbytes/en/optimizers&quot;&gt;&lt;u&gt;memory breakdown&lt;/u&gt;&lt;/a&gt; first, because activations may take much more space than optimizer state.&lt;/p&gt;&lt;h2&gt;8. Choose the right precision for your hardware&lt;/h2&gt;&lt;p&gt;&lt;a target=&quot;_blank&quot; rel=&quot;noopener noreferrer nofollow&quot; href=&quot;https://developer.nvidia.com/blog/using-nvfp4-low-precision-model-training-for-higher-throughput-without-losing-accuracy/&quot;&gt;&lt;u&gt;Mixed-precision training&lt;/u&gt;&lt;/a&gt; uses lower-precision formats for selected computations while retaining higher precision where numerical stability requires it. BF16 is a good starting point on GPUs that support it efficiently, while FP8 and NVFP4 need compatible hardware, kernels, and scaling recipes.&lt;/p&gt;&lt;p&gt;NVIDIA&apos;s &lt;a target=&quot;_blank&quot; rel=&quot;noopener noreferrer nofollow&quot; href=&quot;https://docs.nvidia.com/deeplearning/transformer-engine/index.html&quot;&gt;&lt;u&gt;Transformer Engine&lt;/u&gt;&lt;/a&gt; supports FP8 on Ada, Hopper, and Blackwell, with MXFP8 and NVFP4 support on Blackwell. Use that support matrix to check your exact GPU and software build before testing a lower-precision setup.&lt;/p&gt;&lt;blockquote&gt;&lt;p&gt;&lt;strong&gt;Four-bit compute, higher-precision state&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;In NVIDIA&apos;s &lt;a target=&quot;_blank&quot; rel=&quot;noopener noreferrer nofollow&quot; href=&quot;https://developer.nvidia.com/blog/using-nvfp4-low-precision-model-training-for-higher-throughput-without-losing-accuracy/&quot;&gt;&lt;u&gt;February 2026 NVFP4 experiments&lt;/u&gt;&lt;/a&gt;, optimizer state stayed in FP32 and selected layers ran in BF16. Four-bit computation therefore does not mean four-bit storage for the full training state, and you still need to compare validation quality, stability, and throughput with BF16.&lt;/p&gt;&lt;/blockquote&gt;&lt;h2&gt;9. Shard or offload training state with FSDP2 and ZeRO&lt;/h2&gt;&lt;p&gt;Sharding spreads training state across GPUs instead of keeping a complete copy on each device. PyTorch &lt;a target=&quot;_blank&quot; rel=&quot;noopener noreferrer nofollow&quot; href=&quot;https://docs.pytorch.org/tutorials/intermediate/FSDP_tutorial.html&quot;&gt;&lt;u&gt;FSDP2&lt;/u&gt;&lt;/a&gt; shards parameters, gradients, and optimizer state, while &lt;a target=&quot;_blank&quot; rel=&quot;noopener noreferrer nofollow&quot; href=&quot;https://deepspeed.readthedocs.io/en/latest/zero3.html&quot;&gt;&lt;u&gt;DeepSpeed ZeRO&lt;/u&gt;&lt;/a&gt; progressively partitions optimizer state, then gradients, then parameters across three stages.&lt;/p&gt;&lt;p&gt;For a small multi-GPU workstation, start with the least aggressive ZeRO stage that resolves the memory bottleneck, or benchmark FSDP2. DeepSpeed&apos;s CPU or NVMe offloading moves supported training state into RAM or SSD storage, and &lt;a target=&quot;_blank&quot; rel=&quot;noopener noreferrer nofollow&quot; href=&quot;https://www.deepspeed.ai/tutorials/zero-offload/&quot;&gt;&lt;u&gt;CPU offloading also works in single-GPU setups&lt;/u&gt;&lt;/a&gt;.&lt;/p&gt;&lt;blockquote&gt;&lt;p&gt;&lt;strong&gt;Check the transfer cost&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;Each GPU still needs room for active layers, activations, and communication buffers, so sharding does not turn the cards into one large GPU. Measure full step time, system RAM use, and transfer overhead before committing to a setup that fits but spends too much time moving data.&lt;/p&gt;&lt;/blockquote&gt;&lt;h2&gt;10. Select better data and avoid unnecessary training&lt;/h2&gt;&lt;p&gt;&lt;a target=&quot;_blank&quot; rel=&quot;noopener noreferrer nofollow&quot; href=&quot;https://arxiv.org/abs/2107.06499&quot;&gt;&lt;u&gt;Dataset deduplication research&lt;/u&gt;&lt;/a&gt; shows that removing repeated content can reduce the training needed to reach comparable or better quality in the workloads studied. Start with exact duplicates, review near-duplicates and broken examples, and keep a representative mix of the tasks the model needs to handle.&lt;/p&gt;&lt;p&gt;The March 2026 &lt;a target=&quot;_blank&quot; rel=&quot;noopener noreferrer nofollow&quot; href=&quot;https://arxiv.org/abs/2603.13790&quot;&gt;&lt;u&gt;Greedy Information Projection paper&lt;/u&gt;&lt;/a&gt; explores a more structured way to select fine-tuning subsets by balancing quality signals and diversity. Treat its results as evidence for the tested tasks, and keep the final test set out of both data selection and training.&lt;/p&gt;&lt;blockquote&gt;&lt;p&gt;&lt;strong&gt;Lower total cost, not peak VRAM&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;Include embedding and scoring costs when checking whether a subset reaches your validation target with less total compute. At the same batch size and sequence length, a smaller dataset usually won&apos;t fix an out-of-memory error.&lt;/p&gt;&lt;/blockquote&gt;&lt;h2&gt;What to try first&lt;/h2&gt;&lt;p&gt;Choose the first experiment based on what is limiting the run, and check compatibility before combining methods.&lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;p&gt;&lt;strong&gt;Single-GPU fine-tuning.&lt;/strong&gt; Start with &lt;a target=&quot;_blank&quot; rel=&quot;noopener noreferrer nofollow&quot; href=&quot;#adapters&quot;&gt;&lt;u&gt;LoRA or QLoRA&lt;/u&gt;&lt;/a&gt; and &lt;a target=&quot;_blank&quot; rel=&quot;noopener noreferrer nofollow&quot; href=&quot;#gradient-accumulation&quot;&gt;&lt;u&gt;microbatch tuning&lt;/u&gt;&lt;/a&gt;, then test compatible packing and attention backends. Add checkpointing if activations still dominate memory use. &lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;&lt;strong&gt;Long sequences or a large vocabulary.&lt;/strong&gt; Profile &lt;a target=&quot;_blank&quot; rel=&quot;noopener noreferrer nofollow&quot; href=&quot;#activations&quot;&gt;&lt;u&gt;activations&lt;/u&gt;&lt;/a&gt; and &lt;a target=&quot;_blank&quot; rel=&quot;noopener noreferrer nofollow&quot; href=&quot;#attention&quot;&gt;&lt;u&gt;attention&lt;/u&gt;&lt;/a&gt;, then check the &lt;a target=&quot;_blank&quot; rel=&quot;noopener noreferrer nofollow&quot; href=&quot;#loss&quot;&gt;&lt;u&gt;output layer and loss&lt;/u&gt;&lt;/a&gt;. Use a loss backend that supports your model and training setup. &lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;&lt;strong&gt;Full fine-tuning on several GPUs.&lt;/strong&gt; Test &lt;a target=&quot;_blank&quot; rel=&quot;noopener noreferrer nofollow&quot; href=&quot;#optimizers&quot;&gt;&lt;u&gt;optimizer-state reduction&lt;/u&gt;&lt;/a&gt; and &lt;a target=&quot;_blank&quot; rel=&quot;noopener noreferrer nofollow&quot; href=&quot;#sharding&quot;&gt;&lt;u&gt;sharding&lt;/u&gt;&lt;/a&gt;. Test &lt;a target=&quot;_blank&quot; rel=&quot;noopener noreferrer nofollow&quot; href=&quot;#precision&quot;&gt;&lt;u&gt;lower precision&lt;/u&gt;&lt;/a&gt; when your hardware and software support it. &lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;&lt;strong&gt;Training fits but costs too much.&lt;/strong&gt; Check for &lt;a target=&quot;_blank&quot; rel=&quot;noopener noreferrer nofollow&quot; href=&quot;#data&quot;&gt;&lt;u&gt;duplicates and low-quality examples&lt;/u&gt;&lt;/a&gt;. Compare the total compute needed to reach the same validation target, not just the time per step.&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;Once an optimization helps on its own, test it with the rest of your setup, including evaluation and checkpoint saving. Pin the versions that work and save the configuration, measurements, and validation results.&lt;/p&gt;&lt;p&gt;When two configurations reach the same validation target, compare the cost of the complete run, including data preparation and evaluation.&lt;/p&gt;</content:encoded><dc:creator>Dmytro Spodarets</dc:creator></item><item><title>F-Secure, AMD Silo AI Demonstrate Adaptive TrustPath Routing</title><link>https://dataphoenix.info/news/f-secure-amd-silo-ai-trustpath-routing</link><guid isPermaLink="true">https://dataphoenix.info/news/f-secure-amd-silo-ai-trustpath-routing</guid><description>F-Secure and AMD Silo AI say a TrustPath demonstration routed AI-agent interactions across local devices, private infrastructure and cloud services. F-Secure expects beta capabilities in Q4 2026 and production in 2027, but the claimed security, privacy and efficiency gains remain unproven.</description><pubDate>Tue, 15 Sep 2026 06:38:00 GMT</pubDate><content:encoded>&lt;p&gt;&lt;a href=&quot;https://newsroom.amd.com/news/f-secure-amd-silo-ai-help-secure-agentic-ai-journeys&quot; rel=&quot;noopener noreferrer nofollow&quot;&gt;F-Secure and AMD Silo AI say&lt;/a&gt; they demonstrated an adaptive model-routing approach for F-Secure TrustPath. It is designed to decide where each AI-agent interaction is processed, shifting work among a user’s device, private infrastructure and approved cloud services rather than using one environment throughout.&lt;/p&gt;
&lt;p&gt;The proposed system weighs data sensitivity, cost, model capability and performance before choosing a route. F-Secure expects unspecified TrustPath capabilities to enter beta in the fourth quarter of 2026, with production planned for 2027. Those remain company targets, not completed releases.&lt;/p&gt;
&lt;p&gt;TrustPath is designed to assess individual steps in context rather than assign one trust level to an entire website or session, according to the companies. A browsing request could go to one model, while a later login or payment step could be directed to a more controlled environment. That allows the route to change as an agent moves through a task.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://www.amd.com/en/blogs/2026/from-device-to-cloud--routing-ai-for-trustworthy-digital-journey.html&quot; rel=&quot;noopener noreferrer nofollow&quot;&gt;AMD’s architecture description&lt;/a&gt; presents Lemonade as one possible local-processing endpoint. Systems based on AMD EPYC processors and Instinct accelerators would serve private or cloud workloads. The public &lt;a href=&quot;https://github.com/lemonade-sdk/lemonade&quot; rel=&quot;noopener noreferrer nofollow&quot;&gt;Lemonade repository&lt;/a&gt; documents a local AI server with CPU, GPU and NPU backends, as well as experimental routing to OpenAI-compatible cloud providers. It does not establish that Lemonade is currently integrated with TrustPath.&lt;/p&gt;
&lt;p&gt;The announcement does not identify the models used in the demonstration, routing thresholds, test environment or methodology. Nor did the companies provide public deployment results, a security evaluation, a privacy audit, latency measurements or cost benchmarks. Their claims that the design can improve security, privacy and efficiency therefore have not been independently established.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://company.f-secure.com/en/newsroom/f-secure-and-amd-silo-ai-demonstrate-unique-approach-to-helping-secure-digital-journeys-in-agentic-ai-era&quot; rel=&quot;noopener noreferrer nofollow&quot;&gt;F-Secure’s announcement&lt;/a&gt; does not specify which capabilities will be included in the Q4 2026 beta or define the scope of the planned 2027 production release.&lt;/p&gt;
</content:encoded><dc:creator>DP News Team</dc:creator><category>news</category><category>partnerships-and-deals</category><category>f-secure</category><category>amd-silo-ai</category><category>trustpath</category><category>adaptive-routing</category><category>agentic-ai</category></item><item><title>NVIDIA adds CUDA-Q Logical for fault-tolerant quantum development</title><link>https://dataphoenix.info/news/nvidia-cuda-q-logical-platform</link><guid isPermaLink="true">https://dataphoenix.info/news/nvidia-cuda-q-logical-platform</guid><description>NVIDIA has released CUDA-Q Logical in preview, bringing algorithms, error correction and hardware choices into one open-source workflow for fault-tolerant quantum development.</description><pubDate>Tue, 15 Sep 2026 03:46:11 GMT</pubDate><content:encoded>&lt;p&gt;NVIDIA has released &lt;a href=&quot;https://nvidianews.nvidia.com/news/nvidia-expands-open-source-cuda-q-platform-for-fault-tolerant-quantum-computing&quot; rel=&quot;noopener noreferrer nofollow&quot;&gt;CUDA-Q Logical&lt;/a&gt;, an open-source orchestration layer for designing and evaluating fault-tolerant quantum applications. The software is available through NVIDIA’s CUDA-Q repository. Its &lt;a href=&quot;https://nvidia.github.io/cuda-quantum/latest/preview/logical/index.html&quot; rel=&quot;noopener noreferrer nofollow&quot;&gt;documentation&lt;/a&gt; describes the current package as a preview whose APIs, behavior and documentation may change substantially.&lt;/p&gt;
&lt;p&gt;Within one workflow, researchers can keep a quantum workload fixed while varying the error-correction code, logical architecture, physical hardware, decoding, control and classical-computing configuration. That setup lets researchers compare resource estimates across competing system designs. The quantum tooling is separate from NVIDIA’s recent release of &lt;a href=&quot;https://web.platform.dataphoenix.info/news/nvidia-nemotron-3-5-lightning&quot; rel=&quot;noopener noreferrer nofollow&quot;&gt;Nemotron 3.5 Lightning and NeMo Switchyard&lt;/a&gt;, which targets the cost of multi-agent AI systems.&lt;/p&gt;
&lt;p&gt;CUDA-Q Logical accepts either an existing CUDA-Q kernel or a portable logical program written directly by a developer. Users can configure error-correction codes, gadgets, qubit placement and magic-state distillation protocols, then generate resource estimates or realized programs for simulation and further analysis with tools including Stim. According to the official documentation, the package is pre-installed with &lt;code&gt;cudaq&lt;/code&gt; and is also available through pip.&lt;/p&gt;
&lt;p&gt;An &lt;a href=&quot;https://research.nvidia.com/publication/2026-09_cuda-q-logical-retargetable-compilation-fault-tolerant-quantum-computing&quot; rel=&quot;noopener noreferrer nofollow&quot;&gt;NVIDIA-authored research paper&lt;/a&gt; describes a staged compiler that lowers a hardware-independent logical program through a logical virtual machine, error-correction microcode, physical gate schedules and real-time control plans. In practice, the compiler progressively translates an algorithm into operations a chosen fault-tolerant machine could execute, retaining information about how each stage was produced.&lt;/p&gt;
&lt;p&gt;NVIDIA said Fermilab used the platform to cut an architecture-development workflow from about five months to three weeks, a result the company characterized as a sevenfold speedup. NVIDIA also said Iceberg Quantum modeled 1,000 logical qubits for Diraq with 150,000 physical qubits, about one-tenth of a previous Diraq estimate. The announcement did not provide enough methodology or independent evidence to validate either comparison.&lt;/p&gt;
&lt;p&gt;NVIDIA named drug discovery, financial modeling and materials development as prospective application areas. The supplied evidence does not show that CUDA-Q Logical has produced practical results in those fields. The official documentation does not state a stable-API or general-availability commitment for the preview.&lt;/p&gt;
</content:encoded><dc:creator>DP News Team</dc:creator><category>news</category><category>products-and-features</category><category>nvidia</category><category>cuda-q</category><category>quantum-computing</category><category>error-correction</category><category>developer-tools</category></item><item><title>Microsoft introduces Azure Multicloud Interconnect for private AWS links</title><link>https://dataphoenix.info/news/microsoft-azure-multicloud-interconnect-aws</link><guid isPermaLink="true">https://dataphoenix.info/news/microsoft-azure-multicloud-interconnect-aws</guid><description>Microsoft and AWS introduced a managed preview for private Azure-to-AWS links, using a common API to replace several networking steps customers previously assembled by hand.</description><pubDate>Tue, 15 Sep 2026 00:08:11 GMT</pubDate><content:encoded>&lt;p&gt;Microsoft introduced &lt;a href=&quot;https://azure.microsoft.com/en-us/blog/introducing-azure-multicloud-interconnect-for-aws&quot; rel=&quot;noopener noreferrer nofollow&quot;&gt;Azure Multicloud Interconnect for AWS&lt;/a&gt;, a preview service paired with AWS Interconnect - multicloud to create private Layer 3 connections between the companies’ clouds. It brings several networking components that customers once coordinated separately into a managed service.&lt;/p&gt;
&lt;p&gt;The integration gives customers a managed route between Azure and AWS without separately arranging provider circuits, cross-connects, VLANs, point-to-point addressing and BGP sessions. Microsoft documentation says traffic travels over a dedicated cloud-to-cloud path instead of the public internet. Customers remain in control of their cloud networks, routing and security policies.&lt;/p&gt;
&lt;p&gt;Customers can start a connection from either cloud. One side generates an activation key, and the other redeems it so the services can validate the provider, region, bandwidth, account and ownership of each endpoint before provisioning. The coordination relies on AWS’s published OpenAPI specification for a symmetric API. In Azure, the service runs on ExpressRoute and sends traffic through an ExpressRoute virtual network gateway. On AWS, the connection attaches through a Direct Connect gateway and can reach VPCs through supported virtual private gateways, Transit Gateways or Cloud WAN.&lt;/p&gt;
&lt;p&gt;The &lt;a href=&quot;https://learn.microsoft.com/en-gb/azure/multicloud-interconnect/overview&quot; rel=&quot;noopener noreferrer nofollow&quot;&gt;Azure preview documentation&lt;/a&gt; lists a current bandwidth limit of 1 Gbps. Microsoft says the service will support speeds of up to 100 Gbps from the first day of general availability. The opened sources provide neither a general-availability date nor independent performance measurements.&lt;/p&gt;
&lt;p&gt;Microsoft points to multicloud data, application, training and inference workloads as target uses. For broader context on Azure’s AI business, DataPhoenix previously reported on &lt;a href=&quot;https://web.platform.dataphoenix.info/news/meta-microsoft-azure-ai-customer&quot; rel=&quot;noopener noreferrer nofollow&quot;&gt;Meta’s use of Azure for AI-model access&lt;/a&gt;. The company describes more predictable deployment, operational simplicity and faster AI development as expected benefits, not measured results.&lt;/p&gt;
&lt;p&gt;For the preview, Microsoft lists Australia East, East US, Germany West Central and West US. AWS lists service availability in US East (N. Virginia), US West (N. California), Asia Pacific (Sydney) and Europe (Frankfurt). The sources do not map those regions into exact one-to-one pairs.&lt;/p&gt;
&lt;p&gt;Microsoft and AWS say MACsec encryption is enabled by default on the physical links between their edge routers. Microsoft says customers are still responsible for workload-level encryption where needed, along with address planning, route intent, firewalls, traffic inspection, access policies and application-level resilience. Both providers describe redundant devices and links across physically separate facilities, but the resulting resiliency benefits have not been independently measured.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://learn.microsoft.com/en-us/azure/multicloud-interconnect/availability-limits&quot; rel=&quot;noopener noreferrer nofollow&quot;&gt;Microsoft’s preview limits&lt;/a&gt; state that the service has no service-level agreement during preview. Microsoft also says no Azure Multicloud Interconnect service fee or Azure egress fee applies during the preview. The available sources do not establish AWS-side charges or post-preview pricing.&lt;/p&gt;
</content:encoded><dc:creator>DP News Team</dc:creator><category>news</category><category>infrastructure-and-compute</category><category>azure</category><category>aws</category><category>multicloud-networking</category><category>private-connectivity</category><category>cloud-infrastructure</category></item><item><title>AWS adds Marengo Embed 3.0 to Bedrock Knowledge Bases</title><link>https://dataphoenix.info/news/aws-marengo-embed-3-bedrock-knowledge-bases</link><guid isPermaLink="true">https://dataphoenix.info/news/aws-marengo-embed-3-bedrock-knowledge-bases</guid><description>AWS added TwelveLabs’ Marengo Embed 3.0 to Amazon Bedrock Knowledge Bases, bringing managed multimodal retrieval to two US regions.</description><pubDate>Tue, 15 Sep 2026 00:08:07 GMT</pubDate><content:encoded>&lt;p&gt;AWS has made TwelveLabs’ Marengo Embed 3.0 generally available as an embedding option in Amazon Bedrock Knowledge Bases, expanding the managed service with semantic search across video, audio, images and text.&lt;/p&gt;
&lt;p&gt;The integration is available in two AWS regions: US East (N. Virginia), or &lt;code&gt;us-east-1&lt;/code&gt;, and US West (N. California), or &lt;code&gt;us-west-1&lt;/code&gt;. &lt;a href=&quot;https://aws.amazon.com/blogs/machine-learning/video-and-image-search-in-amazon-bedrock-knowledge-base-using-marengo-3-0&quot; rel=&quot;noopener noreferrer nofollow&quot;&gt;AWS says&lt;/a&gt; the model maps supported media and text into the same 512-dimensional vector space. That allows a text, image or combined text-and-image query to retrieve related moments or assets across modalities. The release follows &lt;a href=&quot;https://web.platform.dataphoenix.info/news/aws-gpt-6-astra-amazon-bedrock-availability&quot; rel=&quot;noopener noreferrer nofollow&quot;&gt;AWS making GPT-6 Astra generally available on Amazon Bedrock&lt;/a&gt;, another recent addition to the service.&lt;/p&gt;
&lt;p&gt;In the workflow AWS describes, a customer connects an Amazon S3 data source and starts a sync. Bedrock Knowledge Bases then segments media, samples video frames, transcribes audio, creates an embedding for each segment and writes the vectors to an index. AWS says the process removes the need for customers to operate separate transcription, frame-extraction, embedding, vector-database and synchronization components. That operational benefit is an AWS claim, not an independently measured result.&lt;/p&gt;
&lt;p&gt;According to AWS, the workflow supports MP4 and MOV video files, JPEG and PNG images, and audio tracks. Test queries can return ranked results with metadata that includes chunk start and end times, the source URI and embedding type. Applications can then use the Bedrock Retrieve API for downstream retrieval.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://docs.aws.amazon.com/bedrock/latest/userguide/model-parameters-marengo-3.html&quot; rel=&quot;noopener noreferrer nofollow&quot;&gt;AWS documentation&lt;/a&gt; separates query and asset processing at the model API level. Synchronous &lt;code&gt;InvokeModel&lt;/code&gt; handles search-query embeddings, while &lt;code&gt;StartAsyncInvoke&lt;/code&gt; handles large-scale asset embeddings and is required for video and audio inputs. AWS says Knowledge Bases customers pay for storage and retrieval, while Marengo embedding generation is billed at the standard Bedrock model-invocation rate. The announcement does not provide numeric prices.&lt;/p&gt;
&lt;p&gt;Marengo Embed 3.0 uses 512-dimensional embeddings, compared with 1,024 dimensions in Marengo 2.7, according to AWS documentation. &lt;a href=&quot;https://www.twelvelabs.io/blog/marengo-3-0&quot; rel=&quot;noopener noreferrer nofollow&quot;&gt;TwelveLabs also describes&lt;/a&gt; the model as jointly representing video, audio, text, images and combinations of those inputs in a 512-dimensional space.&lt;/p&gt;
</content:encoded><dc:creator>DP News Team</dc:creator><category>news</category><category>products-and-features</category><category>amazon-bedrock</category><category>marengo-embed-3</category><category>multimodal-search</category><category>twelvelabs</category><category>vector-embeddings</category></item><item><title>Together AI ports ThunderKittens kernels to NVIDIA Vera Rubin NVL72</title><link>https://dataphoenix.info/news/together-ai-thunderkittens-vera-rubin-port</link><guid isPermaLink="true">https://dataphoenix.info/news/together-ai-thunderkittens-vera-rubin-port</guid><description>Together AI says it adapted ThunderKittens for NVFP4 and FP8 GEMMs on NVIDIA Vera Rubin, detailing early kernel tuning without identifying public Rubin code.</description><pubDate>Tue, 15 Sep 2026 00:08:02 GMT</pubDate><content:encoded>&lt;p&gt;Together AI &lt;a href=&quot;https://www.together.ai/blog/to-infinity-and-beyond-thunderkittens-now-on-nvidia-vera-rubin-nvl72&quot; rel=&quot;noopener noreferrer nofollow&quot;&gt;said&lt;/a&gt; it has extended ThunderKittens to write NVFP4 and FP8 matrix-multiplication kernels for NVIDIA Vera Rubin. The work provides an early technical account of how existing ThunderKittens kernels can be tuned for Rubin, although the company has not identified a public release, tag or commit containing the support.&lt;/p&gt;
&lt;p&gt;ThunderKittens is a CUDA-embedded, header-only framework for building GPU kernels with tile-level operations. Its &lt;a href=&quot;https://github.com/HazyResearch/ThunderKittens&quot; rel=&quot;noopener noreferrer nofollow&quot;&gt;repository&lt;/a&gt; and &lt;a href=&quot;https://arxiv.org/abs/2410.20399&quot; rel=&quot;noopener noreferrer nofollow&quot;&gt;paper&lt;/a&gt; describe 16-by-16 tile abstractions, PyTorch-like operations, asynchronous thread-block templates and grid-level scheduling support.&lt;/p&gt;
&lt;p&gt;According to Together AI, Rubin retains the Blackwell programming model, allowing existing general matrix multiplication, or GEMM, kernels to run before architecture-specific tuning. The company said its Rubin-specific work widened the matrix-multiply instruction, changed output tiling to reuse B operands, deepened shared-memory pipelines, used Rubin’s B-side collector, separated A and B pipeline rings to release A earlier, and added L2-cache eviction hints.&lt;/p&gt;
&lt;p&gt;Hardware details also shaped the port. The announcement cites a 64-byte K step, as many as 576 tensor-memory columns and an oversized 328-KiB shared-memory mode. Together AI said all measurements behind its announcement used CUDA 13.4 on a qualification-sample GPU. No independent replication of its performance results was identified.&lt;/p&gt;
&lt;p&gt;For context on the wider &lt;a href=&quot;https://web.platform.dataphoenix.info/news/nvidia-vera-cpu-shipping&quot; rel=&quot;noopener noreferrer nofollow&quot;&gt;Vera Rubin platform rollout&lt;/a&gt;, NVIDIA’s &lt;a href=&quot;https://www.nvidia.com/en-us/data-center/vera-rubin-nvl72/&quot; rel=&quot;noopener noreferrer nofollow&quot;&gt;specifications&lt;/a&gt; describe Vera Rubin NVL72 as a rack configuration with 72 Rubin GPUs and 36 Vera CPUs. Together AI’s post covers kernel work on a qualification-sample GPU, not rack-scale or multi-GPU validation across an NVL72 system. The opened ThunderKittens repository still describes the framework as mainly built and tested for Hopper and Blackwell.&lt;/p&gt;
</content:encoded><dc:creator>DP News Team</dc:creator><category>news</category><category>infrastructure-and-compute</category><category>together-ai</category><category>thunderkittens</category><category>nvidia</category><category>vera-rubin</category><category>gpu-kernels</category></item><item><title>AWS brings local model caches to SageMaker HyperPod inference</title><link>https://dataphoenix.info/news/aws-sagemaker-hyperpod-model-caching</link><guid isPermaLink="true">https://dataphoenix.info/news/aws-sagemaker-hyperpod-model-caching</guid><description>AWS has launched separate caches for model weights and container images in SageMaker HyperPod inference, cutting repeated downloads as deployments scale out.</description><pubDate>Tue, 15 Sep 2026 00:07:56 GMT</pubDate><content:encoded>&lt;p&gt;AWS has launched model caching for Amazon SageMaker Inference on HyperPod, allowing operators to preload model weights and inference container images onto cluster nodes before deployments need them. The feature is generally available in every AWS Region where SageMaker HyperPod is available, &lt;a href=&quot;https://aws.amazon.com/blogs/machine-learning/reduce-inference-cold-starts-on-amazon-sagemaker-hyperpod-with-model-caching&quot; rel=&quot;noopener noreferrer nofollow&quot;&gt;according to the company&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;The change cuts repeated network downloads when an inference deployment scales out. Rather than fetch both assets again, new pods can read weights from local NVMe storage and use a container image already pulled onto the node. The weights and image caches are separate, disabled by default and independently configurable through &lt;code&gt;modelCacheConfig&lt;/code&gt; on an &lt;code&gt;InferenceEndpointConfig&lt;/code&gt; or JumpStart deployment.&lt;/p&gt;
&lt;p&gt;For weights caching, the HyperPod Inference Operator downloads model files to eligible nodes, labels a node once its cache is warm and mounts the cached files read-only inside inference pods. &lt;a href=&quot;https://docs.aws.amazon.com/sagemaker/latest/dg/sagemaker-hyperpod-model-deployment-model-caching.html&quot; rel=&quot;noopener noreferrer nofollow&quot;&gt;AWS documentation&lt;/a&gt; says each deployment receives an isolated cache directory. Scheduling favors nodes with a ready cache, but a pod placed on an uncached node can still load weights from the remote source and pull its container image normally.&lt;/p&gt;
&lt;p&gt;Image caching takes a separate route to the same goal. The operator pre-pulls the inference-server image onto target nodes, so a later pod start can skip a registry transfer when the image is already present. AWS says the caches support JumpStart deployments and custom models stored in Amazon S3 or Amazon FSx. Its launch post also lists models from Hugging Face Hub.&lt;/p&gt;
&lt;p&gt;AWS reports that cached weights can be read from local NVMe at about 7 GB/s, allowing pods to begin serving in seconds rather than tens of minutes. In company benchmarks involving models from 57 GB to 145 GB, AWS says weights caching made scale-out about 60% faster. It also reports that image caching removed more than two minutes of cold image-pull time and cut that time by up to 97% compared with pulling a fresh image from Amazon ECR on each pod start. AWS did not publish a reproducible benchmark methodology in the announcement, and the results have not been independently validated.&lt;/p&gt;
&lt;p&gt;The initial transfer still has to happen. A node must first download the model data, and a replacement node must warm its cache before receiving warm-node scheduling preference. Weights caching also requires an instance with enough local NVMe capacity at the configured host path; AWS says EBS-only instances are not supported. If files change at the same S3 path, the cache does not detect the update automatically. Operators must change the deployment specification, such as the model path or a version suffix, to load the new weights.&lt;/p&gt;
&lt;p&gt;The &lt;a href=&quot;https://docs.aws.amazon.com/sagemaker/latest/dg/sagemaker-hyperpod-inference-release-notes.html&quot; rel=&quot;noopener noreferrer nofollow&quot;&gt;HyperPod Inference release notes&lt;/a&gt; date operator version 3.3, which introduced host-local model caching, to August 4, 2026, more than a month before AWS’s September 10 announcement. For context on the service’s broader operational tooling, DataPhoenix has also covered the &lt;a href=&quot;https://web.platform.dataphoenix.info/news/aws-hyperpod-instantstart-agent-cluster-operations&quot; rel=&quot;noopener noreferrer nofollow&quot;&gt;HyperPod InstantStart control plane&lt;/a&gt;.&lt;/p&gt;
</content:encoded><dc:creator>DP News Team</dc:creator><category>news</category><category>products-and-features</category><category>aws</category><category>amazon-sagemaker</category><category>hyperpod</category><category>model-caching</category><category>inference</category></item><item><title>OpenAI launches ChatGPT for Financial Services</title><link>https://dataphoenix.info/news/openai-chatgpt-financial-services-launch</link><guid isPermaLink="true">https://dataphoenix.info/news/openai-chatgpt-financial-services-launch</guid><description>OpenAI launched a finance-focused ChatGPT Work offering that combines GPT-6 Astra, premium financial data, firm templates, enterprise controls, and tools for research, modeling, and client materials.</description><pubDate>Tue, 15 Sep 2026 00:07:51 GMT</pubDate><content:encoded>&lt;p&gt;OpenAI launched &lt;a href=&quot;https://openai.com/index/introducing-chatgpt-financial-services&quot; rel=&quot;noopener noreferrer nofollow&quot;&gt;ChatGPT for Financial Services&lt;/a&gt;, a finance-focused ChatGPT Work offering. It combines GPT-6 Astra with built-in financial data and tools for research, modeling, and client materials.&lt;/p&gt;
&lt;p&gt;The product is available to eligible financial institutions through OpenAI sales or existing account teams. OpenAI did not publish pricing, contract terms, detailed eligibility rules, customer rollout numbers, or a self-service access route.&lt;/p&gt;
&lt;p&gt;Morgan Stanley and Evercore served as design partners, OpenAI said. OpenAI said the initial focus is investment banking and equity research. OpenAI presents the service as a single workspace for multi-source research, valuation analysis, leveraged-buyout modeling, buyer screening, earnings analysis, charting, pitchbook preparation, and production of documents, spreadsheets, and slides.&lt;/p&gt;
&lt;p&gt;The launch adds another industry-specific deployment alongside OpenAI’s &lt;a href=&quot;https://web.platform.dataphoenix.info/news/openai-chatgpt-healthcare-epic-ehr-integration&quot; rel=&quot;noopener noreferrer nofollow&quot;&gt;Epic integration for ChatGPT for Healthcare&lt;/a&gt;.&lt;/p&gt;
&lt;h2&gt;Financial data inside the workspace&lt;/h2&gt;
&lt;p&gt;OpenAI lists Daloopa, PitchBook, LSEG News, and Crunchbase among the built-in premium data providers. The material can include earnings transcripts, financial statements, company fundamentals, and private-company data. &lt;a href=&quot;https://daloopa.com/blog/product-updates/announcing-daloopa-partnership-with-openai&quot; rel=&quot;noopener noreferrer nofollow&quot;&gt;Daloopa said its integration&lt;/a&gt; makes select fundamental data and key performance indicators native to the product, with links back to their sources.&lt;/p&gt;
&lt;p&gt;OpenAI said it indexes and hosts built-in provider data on its infrastructure to improve retrieval speed and provide granular citations to source tables and passages. The company is also working on shared sign-in and entitlement integrations for customers’ existing subscriptions with S&amp;amp;P Capital IQ, LSEG, MSCI, Dow Jones Factiva, and Moody’s. It did not give provider-by-provider launch dates for those integrations. OpenAI said the broader product ecosystem has more than 50 connectors, including Datasite, Box, Preqin, FactSet, and Intapp.&lt;/p&gt;
&lt;h2&gt;Firm templates and controls&lt;/h2&gt;
&lt;p&gt;Administrators can publish Excel, Word, and PowerPoint templates through a dedicated admin page. OpenAI said teams can use those templates and their firms’ style guides to generate valuation models, research notes, and pitchbooks.&lt;/p&gt;
&lt;p&gt;The service builds on ChatGPT Enterprise controls, including SAML single sign-on, SCIM user provisioning, role-based access, configurable data retention, management of skills and app actions, separate workspaces for information barriers, and export of supported workspace logs through the OpenAI Compliance Platform. OpenAI says customer business data is encrypted at rest and in transit and is not used to train its models by default. The opened sources did not independently audit those product claims.&lt;/p&gt;
&lt;p&gt;OpenAI did not provide complete benchmark results or methodology for independently evaluating accuracy, retrieval quality, latency, or workflow productivity.&lt;/p&gt;
</content:encoded><dc:creator>DP News Team</dc:creator><category>news</category><category>products-and-features</category><category>openai</category><category>chatgpt</category><category>financial-services</category><category>enterprise-ai</category><category>investment-banking</category><category>equity-research</category></item></channel></rss>