# support

Published articles for support.

This is one page of public article previews, not the complete archive. Follow Next page to continue. Summaries are not the original full articles.

## Build a WhatsApp AI agent with Appwrite Functions and TablesDB

DevFeed: [Build a WhatsApp AI agent with Appwrite Functions and TablesDB](<https://devfeed.tech/articles/build-a-whatsapp-ai-agent-with-appwrite-functions-and-tablesdb-31445.md>)

Original publisher: [Read original article](<https://appwrite.io/blog/post/whatsapp-ai-agent-appwrite-functions>)

Author: Atharva Deosthale

Published: 2026-09-16T00:00:00Z

Content type: tutorial

Language: en

Sources: [Appwrite Blog](<https://devfeed.tech/sources/appwrite-blog.md>)

Topics: [Appwrite](<https://devfeed.tech/topics/appwrite.md>), [AI Agent](<https://devfeed.tech/topics/ai-agent.md>), [Messaging](<https://devfeed.tech/topics/messaging.md>), [Serverless](<https://devfeed.tech/topics/serverless.md>), [API](<https://devfeed.tech/topics/api.md>), [Database](<https://devfeed.tech/topics/database.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [ai-agent](<https://devfeed.tech/tags/ai-agent.md>), [api](<https://devfeed.tech/tags/api.md>), [app](<https://devfeed.tech/tags/app.md>), [build](<https://devfeed.tech/tags/build.md>), [data](<https://devfeed.tech/tags/data.md>), [database](<https://devfeed.tech/tags/database.md>), [messages](<https://devfeed.tech/tags/messages.md>), [messaging](<https://devfeed.tech/tags/messaging.md>), [meta](<https://devfeed.tech/tags/meta.md>), [serverless](<https://devfeed.tech/tags/serverless.md>), [support](<https://devfeed.tech/tags/support.md>), [tutorial](<https://devfeed.tech/tags/tutorial.md>), [tutorials](<https://devfeed.tech/tags/tutorials.md>), [whatsapp](<https://devfeed.tech/tags/whatsapp.md>)

### AI overview

This tutorial shows how to build a WhatsApp AI support agent with Appwrite Functions and TablesDB. One function receives and stores incoming messages, while a second function retrieves conversation history, uses an order-lookup tool, sends replies through Meta's WhatsApp Cloud API, and stores the responses. Conversation summaries help keep long threads within the model's token budget.

### Source excerpt

Turn a WhatsApp number into an AI support agent. Two Appwrite Functions receive messages and reply, TablesDB keeps the conversation history, and a compaction step keeps the context small.

## Rise of the Knowledge Engineer

DevFeed: [Rise of the Knowledge Engineer](<https://devfeed.tech/articles/rise-of-the-knowledge-engineer-33664.md>)

Original publisher: [Read original article](<https://www.mintlify.com/blog/knowledge-engineer>)

Author: David Isquick

Published: 2026-09-16T00:00:00Z

Content type: article

Language: en

Sources: [Mintlify Blog](<https://devfeed.tech/sources/mintlify-blog.md>)

Topics: [Documentation](<https://devfeed.tech/topics/documentation.md>), [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [AI-assisted coding](<https://devfeed.tech/topics/ai-assisted-coding.md>), [Users](<https://devfeed.tech/topics/users.md>)

Tags: [agents](<https://devfeed.tech/tags/agents.md>), [ai](<https://devfeed.tech/tags/ai.md>), [ai-trends](<https://devfeed.tech/tags/ai-trends.md>), [api](<https://devfeed.tech/tags/api.md>), [developers](<https://devfeed.tech/tags/developers.md>), [documentation](<https://devfeed.tech/tags/documentation.md>), [knowledge-base](<https://devfeed.tech/tags/knowledge-base.md>), [operational](<https://devfeed.tech/tags/operational.md>), [source-of-truth](<https://devfeed.tech/tags/source-of-truth.md>), [support](<https://devfeed.tech/tags/support.md>), [workflows](<https://devfeed.tech/tags/workflows.md>)

### AI overview

The article examines the rise of the knowledge engineer as companies increasingly serve AI agents that read documentation, compare products, solve support problems, and perform tasks. It argues that organizations need operating systems and processes to keep knowledge accurate, accessible, consistent, and retrievable, because incorrect information can spread through generated code, support responses, and automated workflows.

### Source excerpt

Agents are one of the largest audiences for company knowledge, accounting for 66% of measured web traffic across documentation powered by Mintlify. The emerging role responsible for keeping that knowledge accurate and retrievable is the knowledge engineer.

## TypeSafe AI's Jev now available on AI Gateway

DevFeed: [TypeSafe AI's Jev now available on AI Gateway](<https://devfeed.tech/articles/typesafe-ai-s-jev-now-available-on-ai-gateway-31501.md>)

Original publisher: [Read original article](<https://vercel.com/changelog/typesafe-ai-jev-now-available-on-ai-gateway>)

Author: Jerilyn Zheng

Published: 2026-09-16T00:00:00Z

Content type: release

Language: en

Sources: [Vercel News](<https://devfeed.tech/sources/vercel-news.md>)

Topics: [gateway](<https://devfeed.tech/topics/gateway.md>), [SDKs](<https://devfeed.tech/topics/sdks.md>), [API](<https://devfeed.tech/topics/api.md>), [Software](<https://devfeed.tech/topics/software.md>)

Tags: [ai-gateway](<https://devfeed.tech/tags/ai-gateway.md>), [api](<https://devfeed.tech/tags/api.md>), [evaluation](<https://devfeed.tech/tags/evaluation.md>), [gateway](<https://devfeed.tech/tags/gateway.md>), [model](<https://devfeed.tech/tags/model.md>), [queue](<https://devfeed.tech/tags/queue.md>), [retry](<https://devfeed.tech/tags/retry.md>), [sdk](<https://devfeed.tech/tags/sdk.md>), [software](<https://devfeed.tech/tags/software.md>), [support](<https://devfeed.tech/tags/support.md>), [typesafe-ai](<https://devfeed.tech/tags/typesafe-ai.md>)

### AI overview

Vercel's AI Gateway now supports TypeSafe AI's Jev, a probabilistic decision model that returns typed Choice, Score, and Boolean answers with probabilities. The changelog describes parallel evaluation, AI SDK 7 integration through an experimental evaluate API, example routing and review workflows, and provider options including Zero Data Retention and No Training.

### Source excerpt

Jev from TypeSafe AI is now available on AI Gateway. Jev is a probabilistic decision model for software: state goes in, typed Choice, Score, and Boolean answers come out. Regular language models generate text one token at a time, which the application then parses and validates. Jev evaluates all declared questions in parallel and returns typed answers plus probabilities directly. That removes unnecessary text generation and makes it straightforward to automate clear cases while routing uncertain ones to review. TypeSafe reports Jev was up to 193.6x faster and 444.6x cheaper than LLMs on its workflow evaluations. Example use cases include: Choosing the next tool or subagent in an agent loop Deciding whether to continue, retry, ask the user, or stop Scoring urgency or risk before an action Verifying model outputs and enforcing guardrails. AI SDK 7 exposes Jev through the experimental evaluate API. Choice selects an option, Score grades an ordered rubric, and Boolean estimates the probability of true. Install the current AI SDK (AI SDK 7.0.105 onwards supports the evaluate API): Each evaluation specifies: model: the evaluation model to call, state: the shared string, object, or array to evaluate, and questions: a map of named decisions to make about that state. Call the model with typesafe-ai/jev. This example turns one support case into a queue, priority, and refund-review decision, with uncertain routing sent for manual review: The result preserves question IDs and Choice keys. TypeSafe reports separate Choice and Score confidence in result.providerMetadata.typesafe.confidence. Calibrate probabilities and confidence against labeled examples from your workflow. Jev supports Zero Data Retention and No Training, enabled per request in the example. Evaluation calls also appear in logs and custom reporting, count toward budgets, and accept other Gateway provider options in the same providerOptions.gateway object. Read the documentation on evaluation models on AI Gateway f

## Pay only for what you use: introducing no spend minimums to Temporal Cloud

DevFeed: [Pay only for what you use: introducing no spend minimums to Temporal Cloud](<https://devfeed.tech/articles/pay-only-for-what-you-use-introducing-no-spend-minimums-to-temporal-cloud-35939.md>)

Original publisher: [Read original article](<https://temporal.io/blog/paygo-developer-support>)

Author: Tlo Lorinc

Published: 2026-09-14T00:00:00Z

Content type: release

Language: en

Sources: [Temporal Blog](<https://devfeed.tech/sources/temporal-blog.md>)

Topics: [Cloud](<https://devfeed.tech/topics/cloud.md>), [cloud-infrastructure](<https://devfeed.tech/topics/cloud-infrastructure.md>), [App](<https://devfeed.tech/topics/app.md>)

Tags: [announcements](<https://devfeed.tech/tags/announcements.md>), [billing](<https://devfeed.tech/tags/billing.md>), [cloud](<https://devfeed.tech/tags/cloud.md>), [developer](<https://devfeed.tech/tags/developer.md>), [pricing](<https://devfeed.tech/tags/pricing.md>), [sso](<https://devfeed.tech/tags/sso.md>), [support](<https://devfeed.tech/tags/support.md>)

### AI overview

Temporal introduces a Paygo offering for Temporal Cloud with no base monthly fee, usage-based pricing, Developer Support, and SAML SSO included. The article explains pricing, support terms, storage charges, and migration options for existing self-service customers.

### Source excerpt

Start building on Temporal Cloud with no base monthly fee, usage-based pricing, and Developer Support that scales with your application.

## Peer Pressure: Inside the Sality Botnet Disruption Operation

DevFeed: [Peer Pressure: Inside the Sality Botnet Disruption Operation](<https://devfeed.tech/articles/peer-pressure-inside-the-sality-botnet-disruption-operation-8308.md>)

Original publisher: [Read original article](<https://www.crowdstrike.com/en-us/blog/inside-sality-botnet-disruption-operation/>)

Author: CrowdStrike Counter Adversary Operations

Published: 2026-09-12T11:17:51.295154Z

Content type: article

Language: en

Sources: [Blog](<https://devfeed.tech/sources/blog.md>)

Topics: [P2P](<https://devfeed.tech/topics/p2p.md>), [Cybercrime](<https://devfeed.tech/topics/cybercrime.md>)

Tags: [2026](<https://devfeed.tech/tags/2026.md>), [collaboration](<https://devfeed.tech/tags/collaboration.md>), [department-of-justice](<https://devfeed.tech/tags/department-of-justice.md>), [industry](<https://devfeed.tech/tags/industry.md>), [operations](<https://devfeed.tech/tags/operations.md>), [partnership](<https://devfeed.tech/tags/partnership.md>), [support](<https://devfeed.tech/tags/support.md>), [threat-hunting-intel](<https://devfeed.tech/tags/threat-hunting-intel.md>)

### AI overview

CrowdStrike describes a coordinated operation that disrupted the Sality peer-to-peer botnet, which had distributed malicious payloads to more than 33,000 infected machines worldwide. The operation used peer-to-peer sinkholing to isolate infected machines and disable the criminal command channel, with support from international law enforcement and industry partners.

### Source excerpt

CrowdStrike collaborated with international law enforcement and industry partners to execute a coordinated disruption of the Sality peer-to-peer botnet.

## Intel Linux NPU Driver Only Now Officially Supports Ubuntu 26.04 LTS

DevFeed: [Intel Linux NPU Driver Only Now Officially Supports Ubuntu 26.04 LTS](<https://devfeed.tech/articles/intel-linux-npu-driver-only-now-officially-supports-ubuntu-26-04-lts-12410.md>)

Original publisher: [Read original article](<https://www.phoronix.com/news/Intel-Linux-NPU-Driver-1.38>)

Author: Michael Larabel

Published: 2026-09-12T10:34:25Z

Content type: news

Language: en

Sources: [Phoronix](<https://devfeed.tech/sources/phoronix.md>)

Topics: [intel](<https://devfeed.tech/topics/intel.md>), [Ubuntu](<https://devfeed.tech/topics/ubuntu.md>), [Linux](<https://devfeed.tech/topics/linux.md>), [Open Source](<https://devfeed.tech/topics/open-source.md>)

Tags: [desktop-linux](<https://devfeed.tech/tags/desktop-linux.md>), [github](<https://devfeed.tech/tags/github.md>), [intel](<https://devfeed.tech/tags/intel.md>), [kernel](<https://devfeed.tech/tags/kernel.md>), [linux](<https://devfeed.tech/tags/linux.md>), [linux-benchmarking](<https://devfeed.tech/tags/linux-benchmarking.md>), [linux-hardware-benchmarks](<https://devfeed.tech/tags/linux-hardware-benchmarks.md>), [linux-hardware-reviews](<https://devfeed.tech/tags/linux-hardware-reviews.md>), [linux-how-to](<https://devfeed.tech/tags/linux-how-to.md>), [linux-performance](<https://devfeed.tech/tags/linux-performance.md>), [linux-server-benchmarks](<https://devfeed.tech/tags/linux-server-benchmarks.md>), [lts](<https://devfeed.tech/tags/lts.md>), [npu](<https://devfeed.tech/tags/npu.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [open-source-graphics](<https://devfeed.tech/tags/open-source-graphics.md>), [phoronix](<https://devfeed.tech/tags/phoronix.md>), [phoronix-test-suite](<https://devfeed.tech/tags/phoronix-test-suite.md>), [release](<https://devfeed.tech/tags/release.md>), [support](<https://devfeed.tech/tags/support.md>), [ubuntu](<https://devfeed.tech/tags/ubuntu.md>), [ubuntu-benchmarks](<https://devfeed.tech/tags/ubuntu-benchmarks.md>), [ubuntu-hardware](<https://devfeed.tech/tags/ubuntu-hardware.md>)

### AI overview

Intel Linux NPU Driver 1.38 officially adds support for Ubuntu 26.04 LTS. The release confirms testing on several Intel processor generations with Ubuntu's default Linux 7.0 kernel, while Ubuntu 24.04 LTS remains supported. No other changes are listed.

### Source excerpt

Releasing on Friday was the Intel Linux NPU Driver 1.38 as the user-space open-source driver components for leveraging the Core Ultra Neural Processing Unit (NPU) under Linux in conjunction with the upstream IVPU kernel accelerator driver...

## Building EasyReply: How We Used Laravel to Unify Customer Support

DevFeed: [Building EasyReply: How We Used Laravel to Unify Customer Support](<https://devfeed.tech/articles/building-easyreply-how-we-used-laravel-to-unify-customer-support-22287.md>)

Original publisher: [Read original article](<https://laravel-news.com/easyreply-laravel-shared-inbox>)

Author: Emma Blake

Published: 2026-09-11T16:06:51Z

Content type: article

Language: en

Sources: [Laravel](<https://devfeed.tech/sources/laravel.md>)

Topics: [Laravel](<https://devfeed.tech/topics/laravel.md>), [Support](<https://devfeed.tech/topics/support.md>), [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [React](<https://devfeed.tech/topics/react.md>), [WebSocket](<https://devfeed.tech/topics/websocket.md>), [PHP](<https://devfeed.tech/topics/php.md>), [Single-page application (SPA)](<https://devfeed.tech/topics/spa.md>), [email](<https://devfeed.tech/topics/email.md>), [Front end](<https://devfeed.tech/topics/frontend.md>), [Instagram](<https://devfeed.tech/topics/instagram.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [api](<https://devfeed.tech/tags/api.md>), [development](<https://devfeed.tech/tags/development.md>), [email](<https://devfeed.tech/tags/email.md>), [frontend](<https://devfeed.tech/tags/frontend.md>), [instagram](<https://devfeed.tech/tags/instagram.md>), [laravel](<https://devfeed.tech/tags/laravel.md>), [queue](<https://devfeed.tech/tags/queue.md>), [react](<https://devfeed.tech/tags/react.md>), [sponsor](<https://devfeed.tech/tags/sponsor.md>), [support](<https://devfeed.tech/tags/support.md>), [ui](<https://devfeed.tech/tags/ui.md>), [websocket](<https://devfeed.tech/tags/websocket.md>)

### AI overview

This article explains how EasyReply uses Laravel to combine email, Slack, Instagram, and WhatsApp conversations in an AI-powered shared inbox. It describes Laravel Reverb for real-time updates, Inertia and React for the frontend, and queues for background processing.

### Source excerpt

EasyReply pulls email, Slack, Instagram, and WhatsApp into one AI shared inbox, built on Laravel with Reverb, Inertia, React, and queues. The post Building EasyReply: How We Used Laravel to Unify Customer Support appeared first on Laravel News. Join the Laravel Newsletter to get Laravel articles like this directly in your inbox.

## User Impersonation Can Trigger Analytics, Emails, Webhooks, and Background Jobs as the Wrong User

DevFeed: [User Impersonation Can Trigger Analytics, Emails, Webhooks, and Background Jobs as the Wrong User](<https://devfeed.tech/articles/what-else-happens-when-you-impersonate-a-user-16069.md>)

Original publisher: [Read original article](<https://workos.com/blog/user-impersonation-side-effects>)

Author: WorkOS

Published: 2026-09-11T00:00:00Z

Content type: article

Language: en

Sources: [WorkOS Blog](<https://devfeed.tech/sources/workos-blog.md>)

Topics: [Authorization](<https://devfeed.tech/topics/authorization.md>), [systems](<https://devfeed.tech/topics/systems.md>)

Tags: [analytics](<https://devfeed.tech/tags/analytics.md>), [authorization](<https://devfeed.tech/tags/authorization.md>), [automation](<https://devfeed.tech/tags/automation.md>), [email](<https://devfeed.tech/tags/email.md>), [feature](<https://devfeed.tech/tags/feature.md>), [feature-flags](<https://devfeed.tech/tags/feature-flags.md>), [notifications](<https://devfeed.tech/tags/notifications.md>), [support](<https://devfeed.tech/tags/support.md>), [webhooks](<https://devfeed.tech/tags/webhooks.md>)

### AI overview

The article explains that user impersonation is a session-level concern whose downstream effects can inherit the impersonated identity. It inventories risks including analytics, notifications, lifecycle email, chat activity, webhooks, feature flags, caches, and queued jobs, with examples of misleading user communications and unintended email automation.

### Source excerpt

The side effects nobody documents: analytics, lifecycle email, feature flags, webhooks, and the background job that runs as the wrong person an hour later.

## PyCharm & Django Fundraiser Extended to September 14

DevFeed: [PyCharm & Django Fundraiser Extended to September 14](<https://devfeed.tech/articles/pycharm-django-fundraiser-extended-to-september-14-3557.md>)

Original publisher: [Read original article](<https://www.djangoproject.com/weblog/2026/sep/10/pycharm-django-fundraiser-extended/>)

Author: Jeff Triplett

Published: 2026-09-10T11:00:00Z

Content type: news

Language: en

Sources: [The Django weblog](<https://devfeed.tech/sources/the-django-weblog.md>)

Topics: [PyCharm](<https://devfeed.tech/topics/pycharm.md>)

Tags: [django](<https://devfeed.tech/tags/django.md>), [framework](<https://devfeed.tech/tags/framework.md>), [ide](<https://devfeed.tech/tags/ide.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [pycharm](<https://devfeed.tech/tags/pycharm.md>), [python](<https://devfeed.tech/tags/python.md>), [support](<https://devfeed.tech/tags/support.md>)

### AI overview

The JetBrains fundraiser for Django has been extended through September 14, 2026. PyCharm licenses are offered at a 30% discount, with JetBrains donating the full purchase or renewal amount to the DSF.

### Source excerpt

The second half of our annual JetBrains fundraiser has been extended through September 14, 2026. Thank you to JetBrains for the extra time. You still have time to renew your PyCharm license or give it a try. You get PyCharm at 30% off, and JetBrains donates 100% of your purchase or renewal to the DSF. This is one of the DSF's bigger fundraisers of the year, and we appreciate everyone who takes a look. The Executive Director search also closes on September 14, and we are curious to see who reaches out. JetBrains has been a steady sponsor for years, and it was great to see the chatter around the Django Developers Survey 2026 results we released with them last month. The full report is on the JetBrains site. If you are shopping for an IDE, AI-focused or not, they have a solid product. If you would like to help with our fundraising goals, we would love to hear from you or your company. The board is happy to talk with individuals too, if you have ideas. Whatever you can do to support us, we appreciate it. Ways to help Renew or start a PyCharm license through the fundraiser before September 14. Have your company sponsor the DSF directly. Donate on our website or give through GitHub Sponsors. Reach out to the board if you want to donate, sponsor, or volunteer, or if you have fundraising ideas.

## Build a support chatbot with Appwrite Functions and VectorsDB

DevFeed: [Build a support chatbot with Appwrite Functions and VectorsDB](<https://devfeed.tech/articles/build-a-support-chatbot-with-appwrite-functions-and-vectorsdb-31443.md>)

Original publisher: [Read original article](<https://appwrite.io/blog/post/build-support-chatbot-vectorsdb>)

Author: Atharva Deosthale

Published: 2026-09-10T00:00:00Z

Content type: tutorial

Language: en

Sources: [Appwrite Blog](<https://devfeed.tech/sources/appwrite-blog.md>)

Topics: [Appwrite](<https://devfeed.tech/topics/appwrite.md>), [Chat Bot](<https://devfeed.tech/topics/chatbot.md>), [Retrieval-Augmented Generation](<https://devfeed.tech/topics/retrieval-augmented-generation.md>), [Embeddings](<https://devfeed.tech/topics/embeddings.md>), [React](<https://devfeed.tech/topics/react.md>), [SDKs](<https://devfeed.tech/topics/sdks.md>), [Node.js](<https://devfeed.tech/topics/node-js.md>)

Tags: [api](<https://devfeed.tech/tags/api.md>), [build](<https://devfeed.tech/tags/build.md>), [chat](<https://devfeed.tech/tags/chat.md>), [deploy](<https://devfeed.tech/tags/deploy.md>), [embedding](<https://devfeed.tech/tags/embedding.md>), [functions](<https://devfeed.tech/tags/functions.md>), [node-js](<https://devfeed.tech/tags/node-js.md>), [rag](<https://devfeed.tech/tags/rag.md>), [react](<https://devfeed.tech/tags/react.md>), [retrieval](<https://devfeed.tech/tags/retrieval.md>), [support](<https://devfeed.tech/tags/support.md>), [tutorials](<https://devfeed.tech/tags/tutorials.md>)

### AI overview

This tutorial builds Harbor Help, a support chatbot for a fictional project-management product. It uses Appwrite VectorsDB to store help-center article embeddings, an Appwrite Function to retrieve relevant excerpts and generate answers through OpenRouter, and Appwrite Sites to host a React interface. The chatbot uses retrieval-augmented generation and can refuse questions outside the help center.

### Source excerpt

Seed a help center, retrieve relevant articles with VectorsDB, and answer customer questions through an Appwrite Function. Deploy the chat interface on Appwrite Sites.

## Vercel Sandbox is now available in all regions

DevFeed: [Vercel Sandbox is now available in all regions](<https://devfeed.tech/articles/vercel-sandbox-is-now-available-in-all-regions-1173.md>)

Original publisher: [Read original article](<https://vercel.com/changelog/vercel-sandbox-is-now-available-in-all-regions>)

Author: Rob Herley

Published: 2026-09-10T00:00:00Z

Content type: release

Language: en

Sources: [Vercel News](<https://devfeed.tech/sources/vercel-news.md>)

Topics: [Vercel](<https://devfeed.tech/topics/vercel.md>), [cloud-infrastructure](<https://devfeed.tech/topics/cloud-infrastructure.md>), [Latency](<https://devfeed.tech/topics/latency.md>), [Command-line interface](<https://devfeed.tech/topics/cli.md>), [SDKs](<https://devfeed.tech/topics/sdks.md>), [configuration](<https://devfeed.tech/topics/configuration.md>)

Tags: [cli](<https://devfeed.tech/tags/cli.md>), [compute](<https://devfeed.tech/tags/compute.md>), [configuration](<https://devfeed.tech/tags/configuration.md>), [cpu](<https://devfeed.tech/tags/cpu.md>), [enterprise](<https://devfeed.tech/tags/enterprise.md>), [latency](<https://devfeed.tech/tags/latency.md>), [memory](<https://devfeed.tech/tags/memory.md>), [sdk](<https://devfeed.tech/tags/sdk.md>), [support](<https://devfeed.tech/tags/support.md>), [update](<https://devfeed.tech/tags/update.md>), [vercel](<https://devfeed.tech/tags/vercel.md>)

### AI overview

Vercel Sandbox is now available across all 20 Vercel compute regions, expanding from four. Users can select primary and failover regions, helping reduce latency and meet data residency requirements. Region selection is available on every plan, while Pro and Enterprise teams can configure failover regions.

### Source excerpt

Vercel Sandbox can now run in all 20 Vercel compute regions, up from four. Running sandboxes closer to the databases, storage, and other services they access reduces latency. Teams can also keep sandbox workloads in approved regions to support data residency and regional processing requirements. iad1 remains the default region. Region selection is available on every plan. Pro and Enterprise teams can also configure failover regions. If Vercel can't create a sandbox in the primary region, it tries each configured failover region in order. Teams with data residency requirements can limit primary and failover regions to approved geographies. Set a default region for new sandboxes from your project's Settings > Sandboxes. With the SDK: With the CLI: A region passed at creation overrides the project default. Existing sandboxes remain in the regions where they were created. Active CPU and Provisioned Memory rates vary by region. See Sandbox pricing. If you use the Sandbox SDK or CLI, update it to the latest version before selecting one of the newly supported regions. Learn about region selection, failover, and CLI configuration in the Sandbox regions documentation. Read more

## The Evolution of WSL Support in JetBrains IDEs

DevFeed: [The Evolution of WSL Support in JetBrains IDEs](<https://devfeed.tech/articles/the-evolution-of-wsl-support-in-jetbrains-ides-8806.md>)

Original publisher: [Read original article](<https://blog.jetbrains.com/platform/2026/09/the-evolution-of-wsl-support-in-jetbrains-ides/>)

Author: Kristina Pchelintseva

Published: 2026-09-09T10:39:49Z

Content type: article

Language: en

Sources: [The JetBrains Blog](<https://devfeed.tech/sources/the-jetbrains-blog.md>)

Topics: [IntelliJ IDEA](<https://devfeed.tech/topics/intellij-idea.md>), [Processes](<https://devfeed.tech/topics/processes.md>)

Tags: [2026-2](<https://devfeed.tech/tags/2026-2.md>), [architecture](<https://devfeed.tech/tags/architecture.md>), [debug](<https://devfeed.tech/tags/debug.md>), [ecosystem](<https://devfeed.tech/tags/ecosystem.md>), [engineering](<https://devfeed.tech/tags/engineering.md>), [ide](<https://devfeed.tech/tags/ide.md>), [idea](<https://devfeed.tech/tags/idea.md>), [intellij-idea](<https://devfeed.tech/tags/intellij-idea.md>), [intellij-platform](<https://devfeed.tech/tags/intellij-platform.md>), [linux](<https://devfeed.tech/tags/linux.md>), [phpstorm](<https://devfeed.tech/tags/phpstorm.md>), [remote-development](<https://devfeed.tech/tags/remote-development.md>), [support](<https://devfeed.tech/tags/support.md>), [webstorm](<https://devfeed.tech/tags/webstorm.md>), [windows](<https://devfeed.tech/tags/windows.md>), [wsl](<https://devfeed.tech/tags/wsl.md>)

### AI overview

JetBrains describes its evolution of WSL integration and recommends Native mode from version 2026.2. In this mode, supported IDEs remain Windows applications while an agent in WSL handles project files and processes.

### Source excerpt

JetBrains IDEs have worked with WSL for many years, and over time, several ways of using it have emerged across our products. Depending on the entry point, the IDE could rely on a different underlying architecture, leading to a different experience. Starting with the 2026.2 release, there is one recommended entry point. In IntelliJ IDEA, [...]

## APNIC and NIXI partner to strengthen routing security and technical capacity in India

DevFeed: [APNIC and NIXI partner to strengthen routing security and technical capacity in India](<https://devfeed.tech/articles/apnic-and-nixi-partner-to-strengthen-routing-security-and-technical-capacity-in-india-10862.md>)

Original publisher: [Read original article](<https://blog.apnic.net/2026/09/09/apnic-and-nixi-partner-to-strengthen-routing-security-and-technical-capacity-in-india/>)

Author: Dan Fidler

Published: 2026-09-09T09:01:06Z

Content type: news

Language: en

Sources: [APNIC Blog](<https://devfeed.tech/sources/apnic-blog.md>)

Topics: [Routing Security](<https://devfeed.tech/topics/routing-security.md>), [Security](<https://devfeed.tech/topics/security.md>), [Internet](<https://devfeed.tech/topics/internet.md>), [Resilience](<https://devfeed.tech/topics/resilience.md>), [networking](<https://devfeed.tech/topics/networking.md>)

Tags: [apnic-62](<https://devfeed.tech/tags/apnic-62.md>), [collaboration](<https://devfeed.tech/tags/collaboration.md>), [development](<https://devfeed.tech/tags/development.md>), [india](<https://devfeed.tech/tags/india.md>), [infrastructure](<https://devfeed.tech/tags/infrastructure.md>), [internet](<https://devfeed.tech/tags/internet.md>), [ipv6](<https://devfeed.tech/tags/ipv6.md>), [knowledge-sharing](<https://devfeed.tech/tags/knowledge-sharing.md>), [nixi](<https://devfeed.tech/tags/nixi.md>), [partnership](<https://devfeed.tech/tags/partnership.md>), [resilience](<https://devfeed.tech/tags/resilience.md>), [routing](<https://devfeed.tech/tags/routing.md>), [routing-security](<https://devfeed.tech/tags/routing-security.md>), [rpki](<https://devfeed.tech/tags/rpki.md>), [security](<https://devfeed.tech/tags/security.md>), [skills](<https://devfeed.tech/tags/skills.md>), [support](<https://devfeed.tech/tags/support.md>)

### AI overview

APNIC and NIXI have signed an MoU to strengthen routing security and technical capacity in India. The partnership will expand IPv6 and RPKI deployment, pilot an RPKI repository mirror, promote routing security practices, and support technical training and knowledge sharing.

### Source excerpt

The partnership will expand IPv6 and RPKI deployment including piloting an RPKI Repository Mirror to support a more secure and resilient Internet ecosystem.

## Call for volunteers: Fundraising Working Group

DevFeed: [Call for volunteers: Fundraising Working Group](<https://devfeed.tech/articles/call-for-volunteers-fundraising-working-group-3556.md>)

Original publisher: [Read original article](<https://www.djangoproject.com/weblog/2026/sep/08/call-for-volunteers-fundraising-working-group/>)

Author: Priya Pahwa

Published: 2026-09-08T19:27:14Z

Content type: article

Language: en

Sources: [The Django weblog](<https://devfeed.tech/sources/the-django-weblog.md>)

Topics: [Django](<https://devfeed.tech/topics/django.md>)

Tags: [building](<https://devfeed.tech/tags/building.md>), [business](<https://devfeed.tech/tags/business.md>), [community](<https://devfeed.tech/tags/community.md>), [development](<https://devfeed.tech/tags/development.md>), [django](<https://devfeed.tech/tags/django.md>), [ecosystem](<https://devfeed.tech/tags/ecosystem.md>), [events](<https://devfeed.tech/tags/events.md>), [executive](<https://devfeed.tech/tags/executive.md>), [framework](<https://devfeed.tech/tags/framework.md>), [infrastructure](<https://devfeed.tech/tags/infrastructure.md>), [leadership](<https://devfeed.tech/tags/leadership.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [partnerships](<https://devfeed.tech/tags/partnerships.md>), [python](<https://devfeed.tech/tags/python.md>), [sales](<https://devfeed.tech/tags/sales.md>), [support](<https://devfeed.tech/tags/support.md>)

### AI overview

The Django Software Foundation is recruiting volunteers for a Fundraising Working Group as it pursues a 2026 fundraising goal of $500,000 and prepares to hire its first Executive Director. The group will help develop sponsorships, partnerships, donor relationships, and new fundraising initiatives for the Django project.

### Source excerpt

The Django Software Foundation is looking for people to join the Fundraising Working Group. This is a particularly interesting time to get involved. The DSF has raised its 2026 fundraising goal to $500,000. That funding is what allows us to continue supporting the Django Fellows, Django Girls, community events, Djangonaut Space, infrastructure, and the many other things that keep the Django ecosystem going. It also gives the DSF the room to do something new: hire its first Executive Director. You can read more about the DSF's fundraising goals for 2026 in this post. Getting there will take more than asking people to donate. We need to think about how we build relationships with companies that depend on Django, how we make sponsorships meaningful, how we find new ways for organisations to support the project, and how we communicate the value of investing in Django. That is where the Fundraising Working Group comes in. The DSF is hiring an Executive Director who will bring dedicated, day-to-day leadership to the Foundation, including sponsorship development and partner relationships. The Fundraising Working Group will have an opportunity to work closely with the person in this role as we build out our fundraising efforts. Who are we looking for? We'd love to have people who have done this before. If you have experience with fundraising, sponsorships, partnerships, business development, sales, donor relationships, or building relationships with companies, there is plenty of scope to put that experience to work. We need people who can help identify opportunities, open doors, develop ideas, and turn them into actual fundraising initiatives. But you don't need to be a fundraising expert to join. Maybe you've never worked on fundraising before, but you know how companies make decisions about supporting open source. Maybe you have ideas for how Django could engage organisations that rely on it. Maybe you are good at building relationships, telling a compelling story, organi

## OpenAI expands initiatives to support journalism from classrooms to newsrooms

DevFeed: [OpenAI expands initiatives to support journalism from classrooms to newsrooms](<https://devfeed.tech/articles/openai-expands-initiatives-to-support-journalism-from-classrooms-to-newsrooms-6673.md>)

Original publisher: [Read original article](<https://openai.com/index/supporting-journalism-from-classrooms-to-newsrooms>)

Published: 2026-09-08T00:00:00Z

Content type: news

Language: en

Sources: [OpenAI News](<https://devfeed.tech/sources/openai-news.md>)

Topics: [AI Chat](<https://devfeed.tech/topics/ai-chat.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [chatgpt](<https://devfeed.tech/tags/chatgpt.md>), [company](<https://devfeed.tech/tags/company.md>), [generative-ai](<https://devfeed.tech/tags/generative-ai.md>), [media](<https://devfeed.tech/tags/media.md>), [news](<https://devfeed.tech/tags/news.md>), [openai](<https://devfeed.tech/tags/openai.md>), [partnerships](<https://devfeed.tech/tags/partnerships.md>), [support](<https://devfeed.tech/tags/support.md>), [tools](<https://devfeed.tech/tags/tools.md>), [training](<https://devfeed.tech/tags/training.md>)

### AI overview

OpenAI is expanding journalism support through training, partnerships, and ChatGPT Edu access for students and faculty at CUNY's Newmark J-School and Northwestern's Medill School.

### Source excerpt

OpenAI is expanding support for journalism with tools, training, and partnerships for students, educators, journalists, and news organizations.

## Proxmox Enterprise Support Goes 24/7 on October 19; North American Subsidiary Opens in Kingston

DevFeed: [Proxmox Enterprise Support Goes 24/7 on October 19; North American Subsidiary Opens in Kingston](<https://devfeed.tech/articles/proxmox-enterprise-support-goes-24-7-on-october-19-north-american-subsidiary-opens-in-kingston-12373.md>)

Original publisher: [Read original article](<https://www.storagereview.com/news/proxmox-enterprise-support-goes-24-7-on-october-19-north-american-subsidiary-opens-in-kingston>)

Author: Lyle Smith

Published: 2026-09-03T14:57:12Z

Content type: news

Language: en

Sources: [StorageReview.com](<https://devfeed.tech/sources/storagereview-com.md>)

Topics: [Proxmox](<https://devfeed.tech/topics/proxmox.md>), [virtualization](<https://devfeed.tech/topics/virtualization.md>), [Cloud](<https://devfeed.tech/topics/cloud.md>)

Tags: [2026](<https://devfeed.tech/tags/2026.md>), [cloud](<https://devfeed.tech/tags/cloud.md>), [customers](<https://devfeed.tech/tags/customers.md>), [enterprise](<https://devfeed.tech/tags/enterprise.md>), [outages](<https://devfeed.tech/tags/outages.md>), [production](<https://devfeed.tech/tags/production.md>), [proxmox](<https://devfeed.tech/tags/proxmox.md>), [software](<https://devfeed.tech/tags/software.md>), [ssh](<https://devfeed.tech/tags/ssh.md>), [support](<https://devfeed.tech/tags/support.md>)

### AI overview

Proxmox will begin offering 24/7 global enterprise support on October 19, 2026, covering Proxmox Virtual Environment, Proxmox Backup Server, and Proxmox Datacenter Manager. It is also establishing Proxmox North America Inc. in Kingston, Ontario, to support customers and partners in the United States and Canada. Premium subscribers will receive around-the-clock coverage, while Standard subscribers are scheduled for a later Q4 2026 onboarding window.

### Source excerpt

Proxmox is making a major expansion to its enterprise operations, moving to 24/7 global support beginning October 19, 2026, while establishing a new North American subsidiary in Kingston, Ontario. The new support covers Proxmox Virtual Environment, Proxmox Backup Server, and Proxmox Datacenter Manager, giving enterprise customers direct access to Proxmox engineers at any time of The post Proxmox Enterprise Support Goes 24/7 on October 19; North American Subsidiary Opens in Kingston appeared first on StorageReview.com.

## Zephyr Project Welcomes Seven New Silver Members as Global Embedded Ecosystem Continues to Grow

DevFeed: [Zephyr Project Welcomes Seven New Silver Members as Global Embedded Ecosystem Continues to Grow](<https://devfeed.tech/articles/zephyr-project-welcomes-seven-new-silver-members-as-global-embedded-ecosystem-continues-to-grow-13985.md>)

Original publisher: [Read original article](<https://www.zephyrproject.org/zephyr-project-welcomes-seven-new-silver-members/>)

Author: Maemalynn Meanor

Published: 2026-09-03T09:00:07Z

Content type: release

Language: en

Sources: [Zephyr Project](<https://devfeed.tech/sources/zephyr-project.md>)

Topics: [Embedded Systems](<https://devfeed.tech/topics/embedded-systems.md>), [Embedded Software Dev](<https://devfeed.tech/topics/embedded-software-dev.md>), [Open Source](<https://devfeed.tech/topics/open-source.md>), [linux foundation](<https://devfeed.tech/topics/linux-foundation.md>), [real-time](<https://devfeed.tech/topics/real-time.md>), [Maintainers](<https://devfeed.tech/topics/maintainers.md>)

Tags: [announcements](<https://devfeed.tech/tags/announcements.md>), [collaboration](<https://devfeed.tech/tags/collaboration.md>), [community](<https://devfeed.tech/tags/community.md>), [connectivity](<https://devfeed.tech/tags/connectivity.md>), [deployment](<https://devfeed.tech/tags/deployment.md>), [ecosystem](<https://devfeed.tech/tags/ecosystem.md>), [embedded](<https://devfeed.tech/tags/embedded.md>), [firmware](<https://devfeed.tech/tags/firmware.md>), [linux-foundation](<https://devfeed.tech/tags/linux-foundation.md>), [maintenance](<https://devfeed.tech/tags/maintenance.md>), [news](<https://devfeed.tech/tags/news.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [security](<https://devfeed.tech/tags/security.md>), [summit](<https://devfeed.tech/tags/summit.md>), [support](<https://devfeed.tech/tags/support.md>), [testing](<https://devfeed.tech/tags/testing.md>), [zephyr](<https://devfeed.tech/tags/zephyr.md>)

### AI overview

The Zephyr Project announced seven new Silver members--Canonical, Dojo Five, GigaDevice, Morse Micro, Northern.tech, Siemens and Space Cubics--during its 10th anniversary. The project also introduced its first Community Awards, with winners to be announced at the Zephyr Developer Summit in Prague in October.

### Source excerpt

The project celebrates its 10th anniversary with new member growth and the recipients of the first-ever Community Awards at Zephyr Developer Summit in Prague Summary The Zephyr Project marks its...

## Kubernetes v1.37: Storage Version Migration Enabled by Default

DevFeed: [Kubernetes v1.37: Storage Version Migration Enabled by Default](<https://devfeed.tech/articles/kubernetes-v1-37-storage-version-migration-enabled-by-default-4575.md>)

Original publisher: [Read original article](<https://kubernetes.io/blog/2026/08/31/kubernetes-v1-37-storage-version-migration-ga/>)

Author: Michael Aspinwall

Published: 2026-08-31T18:30:00Z

Content type: article

Language: en

Sources: [Kubernetes Blog](<https://devfeed.tech/sources/kubernetes-blog.md>)

Topics: [Kubernetes](<https://devfeed.tech/topics/kubernetes.md>), [migration](<https://devfeed.tech/topics/migration.md>), [API](<https://devfeed.tech/topics/api.md>), [Encryption](<https://devfeed.tech/topics/encryption.md>), [releases](<https://devfeed.tech/topics/releases.md>)

Tags: [api](<https://devfeed.tech/tags/api.md>), [encryption](<https://devfeed.tech/tags/encryption.md>), [kubernetes](<https://devfeed.tech/tags/kubernetes.md>), [manifest](<https://devfeed.tech/tags/manifest.md>), [migration](<https://devfeed.tech/tags/migration.md>), [releases](<https://devfeed.tech/tags/releases.md>), [support](<https://devfeed.tech/tags/support.md>), [v1](<https://devfeed.tech/tags/v1.md>)

### AI overview

Kubernetes v1.37 makes Storage Version Migration generally available and enables it by default. The built-in API and control-plane controller migrate existing stored resources to the current storage version, addressing stale versions, encryption-at-rest changes, and key rotation.

### Source excerpt

I am excited that storage version migration (SVM) has graduated to General Availability (GA) in Kubernetes v1.37! After a number of releases of work and testing, the built-in StorageVersionMigration API (storagemigration.k8s.io/v1) and control plane controller are now fully stable and enabled by default across all v1.37 Kubernetes clusters. The problem with stale storage versions In Kubernetes, stored API resources are written using a specific storage version (schema representation). The way Kubernetes interacts with object storage fundamentally requires mutation of a resource in order to ensure that the latest storage version is used for all resources. This creates problems when you want to change the storage version of a resource. One example of a scenario where you may want to change the storage version of a resource is when you are promoting a CRD to drop an older API version (such as v1alpha1) to a newer version (leaving just v1beta1 and v1). It's a problem to drop the older API version whilst there are still resources stored with the old alpha version. To avoid problems, you designate v1 as the new storage version; but, on it's own, that's not enough. While new writes are stored as v1, any existing resource could remain stored as v1alpha1 or v1beta1 in storage. You cannot safely remove v1alpha1 from the CRD's .status.storedVersions or drop serving support until every single resource in storage has been re-written to not be serialized and stored with the alpha version. Another relevant example is encryption at rest and, related, key rotation. When you configure encryption at rest or rotate encryption keys, existing resources in storage remain unencrypted (or encrypted under old keys) until they are actively re-written through the Kubernetes API server. Historically, cluster administrators and CRD authors had to rely on manual kubectl get / kubectl replace scripts, or to deploy the out-of-tree kube-storage-version-migrator component to force re-writes. These app

## Onboarding roulette and recurring AI "Aha" meetings: ideas for reducing user friction and sharing team learning

DevFeed: [Onboarding roulette and recurring AI "Aha" meetings: ideas for reducing user friction and sharing team learning](<https://devfeed.tech/articles/onbarding-roulette-aha-ai-meetings-and-weekly-readings-39822.md>)

Original publisher: [Read original article](<https://refactoring.fm/p/onbarding-roulette-aha-ai-meetings>)

Author: Luca Rossi

Published: 2026-08-31T07:03:19Z

Content type: opinion

Language: en

Sources: [Refactoring](<https://devfeed.tech/sources/refactoring.md>)

Topics: [meetings](<https://devfeed.tech/topics/meetings.md>), [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [Users](<https://devfeed.tech/topics/users.md>), [account](<https://devfeed.tech/topics/account.md>), [App](<https://devfeed.tech/topics/app.md>), [Mobile](<https://devfeed.tech/topics/mobile.md>), [Support](<https://devfeed.tech/topics/support.md>)

Tags: [account](<https://devfeed.tech/tags/account.md>), [ai](<https://devfeed.tech/tags/ai.md>), [app](<https://devfeed.tech/tags/app.md>), [meetings](<https://devfeed.tech/tags/meetings.md>), [mobile](<https://devfeed.tech/tags/mobile.md>), [process](<https://devfeed.tech/tags/process.md>), [support](<https://devfeed.tech/tags/support.md>), [users](<https://devfeed.tech/tags/users.md>)

### AI overview

This newsletter presents two team practices. Graphite randomly deletes an employee's account so they repeatedly experience product onboarding and uncover friction. It also describes recurring AI "Aha" meetings where everyone shares an AI-related win, failure, surprise, or odd discovery.

### Source excerpt

Monday Ideas -- Edition #223

## DSF member of the month - Benjamin Balder Bach

DevFeed: [DSF member of the month - Benjamin Balder Bach](<https://devfeed.tech/articles/dsf-member-of-the-month-benjamin-balder-bach-3553.md>)

Original publisher: [Read original article](<https://www.djangoproject.com/weblog/2026/aug/31/dsf-member-of-the-month-benjamin-balder-bach/>)

Author: Sarah Abderemane

Published: 2026-08-31T05:00:00Z

Content type: article

Language: en

Sources: [The Django weblog](<https://devfeed.tech/sources/the-django-weblog.md>)

Topics: [Django](<https://devfeed.tech/topics/django.md>), [PHP](<https://devfeed.tech/topics/php.md>), [Computer science](<https://devfeed.tech/topics/computer-science.md>), [HTML](<https://devfeed.tech/topics/html.md>), [SQL](<https://devfeed.tech/topics/sql.md>)

Tags: [community](<https://devfeed.tech/tags/community.md>), [developers](<https://devfeed.tech/tags/developers.md>), [development](<https://devfeed.tech/tags/development.md>), [django](<https://devfeed.tech/tags/django.md>), [framework](<https://devfeed.tech/tags/framework.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [php](<https://devfeed.tech/tags/php.md>), [python](<https://devfeed.tech/tags/python.md>), [sql](<https://devfeed.tech/tags/sql.md>), [support](<https://devfeed.tech/tags/support.md>)

### AI overview

An August 2026 Django community profile introduces Benjamin Balder Bach, highlighting his work with Django Day Copenhagen and the Social Media Working Group. He discusses his path from self-taught web designer to computer science and digital design studies, along with his experience using HTML, SQL, ASP classic, PHP, and Django. The interview connects Django's emphasis on rapid development with the importance of understanding users through developer involvement in frontline support.

### Source excerpt

For August 2026, we welcome Benjamin Balder Bach as our DSF member of the month! ⭐ Benjamin has long been part of the Django community, serving for years as an organizer of Django Day Copenhagen and as Chair of the Social Media Working Group. He is a DSF member since June 2020! You can learn more about Benjamin by visiting Benjamin's website and his GitHub Profile. Let's spend some time getting to know Benjamin better! Can you tell us a little about yourself? (hobbies, education, etc) Hello! I like DIY in general, so whether it's software, cooking, sewing, growing plants or building stuff with wood - I really like practical things with a finish in sight. I really don't mind when it's not a software project, though 😇 I'll try to nail what my education and work is about: I started as a self-taught programmer when I had a job at 15 (as a web designer). Before that, I had been delivering newspapers and cleaning toilets at my school, so it was a pretty big leap forward. I knew HTML but learned about SQL and ASP classic (not .net) because my employer back in 2000 let me learn while working. Fast-forward, I studied Computer Science from 2005 and took my masters degree in Digital Design and Communication - heavily inspired by years of PHP and Django experience, my thesis ended up being about "Risky and Rapid Design Spaces" (2013) - a concept/anecdote that I still stand by. It becomes relevant in the context of Django because the front-and-center message and goal of the framework is to "encourages rapid development". "Rapid" means that we iterate and deploy changes quickly (with lots of aspects of what that means). But I think we need to understand and frame the "risky" part, especially understanding that a GIANT risk-avertion factor is to have developers understand and share context with users, whether they are clients, customers or staff colleagues. For instance, while I was working at Read the Docs, we had developers rotating on frontline support, meaning that everyone in

## Our decision on Cursor following its acquisition by SpaceX

DevFeed: [Our decision on Cursor following its acquisition by SpaceX](<https://devfeed.tech/articles/our-decision-on-cursor-following-its-acquisition-by-spacex-6594.md>)

Original publisher: [Read original article](<https://openai.com/index/our-decision-on-cursor-following-its-acquisition-by-spacex>)

Published: 2026-08-28T06:00:00Z

Content type: news

Language: en

Sources: [OpenAI News](<https://devfeed.tech/sources/openai-news.md>)

Topics: [cursor](<https://devfeed.tech/topics/cursor.md>)

Tags: [acquisition](<https://devfeed.tech/tags/acquisition.md>), [ai](<https://devfeed.tech/tags/ai.md>), [company](<https://devfeed.tech/tags/company.md>), [compliance](<https://devfeed.tech/tags/compliance.md>), [cursor](<https://devfeed.tech/tags/cursor.md>), [developers](<https://devfeed.tech/tags/developers.md>), [models](<https://devfeed.tech/tags/models.md>), [openai](<https://devfeed.tech/tags/openai.md>), [safety](<https://devfeed.tech/tags/safety.md>), [spacex](<https://devfeed.tech/tags/spacex.md>), [support](<https://devfeed.tech/tags/support.md>)

### AI overview

OpenAI says it plans to wind down its contract to provide models through Cursor after Cursor's acquisition by SpaceX, citing concerns about compliance with its terms of service. The proposed shutoff date is November 12, 2026, and OpenAI says it will support affected developers during the transition.

### Source excerpt

Our decision to wind down our contract providing OpenAI models to Cursor following its acquisition by SpaceX.

## Why 78% of customers try to bypass your AI agent

DevFeed: [Why 78% of customers try to bypass your AI agent](<https://devfeed.tech/articles/why-78-of-customers-try-to-bypass-your-ai-agent-16116.md>)

Original publisher: [Read original article](<https://www.twilio.com/en-us/blog/insights/why-customers-bypass-ai-agents>)

Author: Jesse Sumrak

Published: 2026-08-28T00:00:00Z

Content type: article

Language: en

Sources: [Twilio Blog](<https://devfeed.tech/sources/twilio-blog.md>)

Topics: [AI Agent](<https://devfeed.tech/topics/ai-agent.md>), [Support](<https://devfeed.tech/topics/support.md>), [Automation](<https://devfeed.tech/topics/automation.md>), [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>)

Tags: [agents](<https://devfeed.tech/tags/agents.md>), [ai](<https://devfeed.tech/tags/ai.md>), [ai-agent](<https://devfeed.tech/tags/ai-agent.md>), [ai-transparency](<https://devfeed.tech/tags/ai-transparency.md>), [automation](<https://devfeed.tech/tags/automation.md>), [customer-service](<https://devfeed.tech/tags/customer-service.md>), [industry-insights](<https://devfeed.tech/tags/industry-insights.md>), [support](<https://devfeed.tech/tags/support.md>)

### AI overview

Twilio research reports that 78% of consumers have tried to bypass an AI agent to reach a human, while 63% want an easy escalation path. The article attributes this behavior to concerns about transparency, high-stakes tasks, and inefficient interactions, and describes consumers' preferences for disclosure, human escalation, and reliable AI.

### Source excerpt

New Twilio research finds 78% of consumers have tried to bypass an AI agent to reach a human. Here's why (and what to do about it).

## Paddle vs Lemon Squeezy: Same 5% + 50c, Very Different Bets

DevFeed: [Paddle vs Lemon Squeezy: Same 5% + 50c, Very Different Bets](<https://devfeed.tech/articles/paddle-vs-lemon-squeezy-same-5-50-very-different-bets-10208.md>)

Original publisher: [Read original article](<https://dodopayments.com/blogs/paddle-vs-lemon-squeezy/>)

Author: Deepak Jangir

Published: 2026-08-28T00:00:00Z

Content type: comparison

Language: en

Sources: [Dodo Payments Blog](<https://devfeed.tech/sources/dodo-payments-blog.md>)

Topics: [stripe](<https://devfeed.tech/topics/stripe.md>), [Software as a service](<https://devfeed.tech/topics/saas.md>)

Tags: [2026](<https://devfeed.tech/tags/2026.md>), [comparison](<https://devfeed.tech/tags/comparison.md>), [digital-products](<https://devfeed.tech/tags/digital-products.md>), [fraud](<https://devfeed.tech/tags/fraud.md>), [merchant-of-record](<https://devfeed.tech/tags/merchant-of-record.md>), [payments](<https://devfeed.tech/tags/payments.md>), [pricing](<https://devfeed.tech/tags/pricing.md>), [recovery](<https://devfeed.tech/tags/recovery.md>), [saas](<https://devfeed.tech/tags/saas.md>), [support](<https://devfeed.tech/tags/support.md>), [tax](<https://devfeed.tech/tags/tax.md>)

### AI overview

This comparison argues that Paddle and Lemon Squeezy have the same headline Merchant of Record pricing but target different customers. Paddle is positioned for B2B SaaS at scale, while Lemon Squeezy is aimed at indie makers and digital products. The article also explains how Stripe's acquisition of Lemon Squeezy and the rollout of Stripe Managed Payments change the comparison in 2026.

### Source excerpt

Paddle and Lemon Squeezy both charge 5% + 50c as Merchant of Record. Compare who they serve, what changed after Stripe bought Lemon Squeezy, and the real costs.

## NVIDIA NVLink Fusion Brings NVHBM to Next-Generation AI Infrastructure

DevFeed: [NVIDIA NVLink Fusion Brings NVHBM to Next-Generation AI Infrastructure](<https://devfeed.tech/articles/nvidia-nvlink-fusion-brings-nvhbm-to-next-generation-ai-infrastructure-6903.md>)

Original publisher: [Read original article](<https://developer.nvidia.com/blog/nvidia-nvlink-fusion-brings-nvhbm-to-next-generation-ai-infrastructure/>)

Author: Farshad Ghodsian

Published: 2026-08-26T21:06:58Z

Content type: article

Language: en

Sources: [NVIDIA Developer](<https://devfeed.tech/sources/nvidia-developer.md>), [NVIDIA Technical Blog](<https://devfeed.tech/sources/nvidia-technical-blog.md>)

Topics: [NVLink](<https://devfeed.tech/topics/nvlink.md>), [AI Infrastructure](<https://devfeed.tech/topics/ai-infrastructure.md>), [Nvidia](<https://devfeed.tech/topics/nvidia.md>), [AI Platform](<https://devfeed.tech/topics/ai-platform.md>), [datacenter](<https://devfeed.tech/topics/datacenter.md>), [Inference](<https://devfeed.tech/topics/inference.md>), [systems](<https://devfeed.tech/topics/systems.md>)

Tags: [accelerate](<https://devfeed.tech/tags/accelerate.md>), [agentic-ai](<https://devfeed.tech/tags/agentic-ai.md>), [ai](<https://devfeed.tech/tags/ai.md>), [ai-factory](<https://devfeed.tech/tags/ai-factory.md>), [ai-infrastructure](<https://devfeed.tech/tags/ai-infrastructure.md>), [architecture](<https://devfeed.tech/tags/architecture.md>), [compute](<https://devfeed.tech/tags/compute.md>), [data-center](<https://devfeed.tech/tags/data-center.md>), [data-center-cloud](<https://devfeed.tech/tags/data-center-cloud.md>), [deployment](<https://devfeed.tech/tags/deployment.md>), [inference](<https://devfeed.tech/tags/inference.md>), [infrastructure](<https://devfeed.tech/tags/infrastructure.md>), [integration](<https://devfeed.tech/tags/integration.md>), [memory](<https://devfeed.tech/tags/memory.md>), [model](<https://devfeed.tech/tags/model.md>), [models](<https://devfeed.tech/tags/models.md>), [networking-communications](<https://devfeed.tech/tags/networking-communications.md>), [nvidia](<https://devfeed.tech/tags/nvidia.md>), [nvlink](<https://devfeed.tech/tags/nvlink.md>), [performance](<https://devfeed.tech/tags/performance.md>), [platform](<https://devfeed.tech/tags/platform.md>), [scale](<https://devfeed.tech/tags/scale.md>), [support](<https://devfeed.tech/tags/support.md>), [top-stories](<https://devfeed.tech/tags/top-stories.md>)

### AI overview

NVIDIA NVLink Fusion connects custom XPUs and CPUs to NVIDIA's AI infrastructure platform, while NVHBM provides validated HBM base-die technology intended to increase memory bandwidth, save package area, and reduce power consumption. The article describes benefits for training and large-scale inference, including up to 30% more memory bandwidth per stack than standard HBM4e.

### Source excerpt

AI factories must support increasingly large models and more complex reasoning workloads. To keep up with the insatiable compute demands of AI workloads,...

[Next page](<https://devfeed.tech/tags/support.md?cursor=WyIyMDI2LTA4LTI2VDIxOjA2OjU4KzAwOjAwIiwgImFmMjg1ZmEyLTAyMjctNGJiOS1iNDJmLWY0YWE3NDNjNjlhMiJd>)