Home / Companies / Cloudflare / Blog / August 2026

August 2026 Summaries

6 posts from Cloudflare

Filter
Month: Year:
Post Summaries Back to Blog
Cloudflare has introduced a new Billable Usage API to enhance transparency in monitoring cloud expenses, catering to the needs of automation and programmatic usage tracking. This API provides a detailed breakdown of account usage and cost by product and service period for every usage-based Cloudflare service, including Workers, R2, D1, and more, allowing users to integrate this data with FinOps tools seamlessly. It aligns with the FinOps Open Cost and Usage Specification (FOCUS) to ensure familiarity for teams already using these standards, even though full conformance is still in progress. Cloudflare has partnered with Vantage, an infrastructure cost management platform, to integrate Cloudflare's cost data into a single view alongside other cloud providers, facilitating cross-provider allocation, anomaly detection, and cost management via FinOps agents. The API aims to provide real-time cost visibility, enabling finance teams and developers to efficiently track, forecast, and manage cloud expenses programmatically, with future improvements planned for finer-grained time windows and enterprise coverage.
Aug 03, 2026 1,216 words in the original blog post.
Cloudflare introduces a preview of the @cloudflare/computer package, a novel agent runtime designed to optimize and scale the execution of code across various environments such as isolates, container sandboxes, and web browsers. This package aims to address the industry's increasing demand for efficient compute solutions by providing a shared and durable filesystem that agents can use to run tasks, select execution environments, and manage files. The @cloudflare/computer package leverages Cloudflare's long-standing innovations like Durable Objects and isolates, which allow for scalable, efficient, and cost-effective code execution. By offering a virtual filesystem with execution backends, it enables agents to perform tasks with minimal reliance on containers, thus balancing speed, capability, and cost. With the introduction of this open-source library, Cloudflare seeks to collaborate with developers to push the boundaries of agent scalability and efficiency, ultimately aiming to reduce container dependency for most coding and computational tasks.
Aug 03, 2026 1,770 words in the original blog post.
Cloudflare has expanded its Workers RPC system, initially built on Cap'n Proto RPC, to enable seamless cross-language communication between JavaScript and Python Workers without requiring developers to define schemas or add dependencies. This system, which began as JavaScript-native RPC, allows for cross-language method calls, object sharing, and function returns, bridging the distinct type systems of JavaScript and Python through Pyodide's Foreign Function Interface (FFI). The integration ensures that developers can work as if they are using a single-language application, with Pyodide handling type translation and the workers-runtime-sdk ensuring native object handling across both environments. This advancement allows for the integration of Python packages in JavaScript applications, exemplified by using the Python package Pygments for syntax highlighting in a JavaScript Worker, showcasing the potential for building complex multi-language systems with minimal performance overhead.
Aug 03, 2026 1,704 words in the original blog post.
Cloudflare is expanding its Workers platform to better support real-time voice AI applications and gRPC-based client-server communication by enabling inbound TCP connections and enhancing capabilities for gRPC applications. This development introduces a new handler, connect(socket), which allows Workers to accept inbound TCP sockets via Spectrum, Cloudflare's ingress proxy for non-HTTP traffic. This facilitates full-duplex, bidirectional gRPC communication from Cloudflare Containers, enabling low-latency interactions crucial for voice AI and colocated inference applications. Additionally, Cloudflare is offering gRPC-web support, allowing Workers to translate incoming and outgoing gRPC requests, thus enabling seamless integration with existing gRPC servers without requiring code changes from clients. This initiative is currently in private beta, reflecting Cloudflare's commitment to enhancing the versatility of its platform while maintaining performance and security features.
Aug 03, 2026 1,915 words in the original blog post.
Workers AI leverages Cloudflare data centers to run inference for sophisticated open models like Moonshot's Kimi K-series and Z.ai's GLM, facing challenges due to their memory demands. To manage this, techniques such as quantizing the KV cache and compressing model weights are employed, which allow more efficient memory usage without compromising model accuracy. By storing the attention keys and values in lower precision and reducing model weights from 8-bit to 4-bit, significant reductions in memory footprint are achieved, enabling support for more concurrent requests and lowering operational costs. These optimizations are validated using SGLang, an open-source inference framework, ensuring the improvements are shared with the community. Additionally, an integrity checking system is implemented to safeguard shared memory caches, maintaining reliability with minimal performance impact. These strategies aim to enhance service capacity and cost efficiency while maintaining the quality of the models, reflecting an ongoing effort to optimize the deployment of high-demand AI models.
Aug 03, 2026 1,306 words in the original blog post.
Agents Week explores the concept of an "Agent Cloud," reimagining cloud infrastructure to support the needs of autonomous agents rather than humans. Current cloud systems are optimized for human interaction, but agents require different considerations like speed, structure, and access. The initiative emphasizes developing a foundation built from the ground up for agents while also bridging the gap between existing human-centric systems and future agent-centric environments. Throughout the week, discussions will focus on understanding the necessary primitives and execution layers, updating the agentic software development lifecycle, and ensuring secure interactions between agents and organizations. Participants are encouraged to engage with their own agents to explore what they need from an Agent Cloud, fostering a collaborative approach to innovation in the field.
Aug 02, 2026 507 words in the original blog post.