TGTGInsighttelegram intelligenceLIVE / telegram public index
← () => "翠楼屋"

TGINSIGHT SIMILAR POSTS

查找相似内容

Source channel @lambdaexpression · Post #301 · 1月26日

DN42 access 本服务为那些无法轻松访问自身网络的用户以及希望体验 dn42 但又不想承担维护自有网络成本的用户提供 dn42 连接 默认情况下,地址从/96地址块中分配,如果您希望租用独立的/96前缀或更大的地址空间,请按照联系方式联系我 所有公开的PoP均已屏蔽来自中国境内的 IP 地址。如果您确实需要dn42 access,请与我联系并提供合理的理由 该服务由AS4242423377提供 - - - - - - - The service provides DN42 connectivity to members who cannot easily access their own networks, as well as to those who would like to explore DN42 without the overhead of maintaining their own network. By default, addresses are allocated from a /96 block. If you wish to lease a dedicated /96 prefix or a larger address space, please contact me using the methods provided in the contact information. All publicly accessible PoP are blocked for IPs originating from within China. DN42 access from within China is not publicly available. If you genuinely require access, please contact me and provide a valid justification. Hosted by AS4242423377. Policy 本服务需要花费时间和金钱才能运行,但为了您的利益,我们免费提供。使用本服务是一种特权,而非权利。您必须合理使用本服务,以确保其他用户也能继续享受同样的便利。任何滥用、误用或干扰服务或其他用户的行为都可能导致您的访问权限立即被暂停或终止。 滥用行为包括但不限于: - 过度使用资源 - 黑客攻击、病毒、木马等,或任何其他可能损害服务或对服务及其用户造成风险的干扰行为 - 传播可能导致民事或刑事责任的不良内容 - - - - - - - This service require real time and financial resources to operate, yet are provided free of charge for your benefit. Access to the services is a privilege, not a right. You must use the services responsibly and considerately to ensure that other users can continue to enjoy the same opportunities. Any misuse, abuse, or activities that disrupt the service or other users may result in immediate suspension or termination of access. Abuse could include, but is not limited to: - Excessive use of resources - Hacking, viruses, trojans etc or any other disruption that could harm or create risk to the services or its users - Distribution of objectional content that could create a civil or criminal liability PoP ## Toronto, Canada Prefix: fdb6:fc6a:e66c:724f:fad1:d2cf::/96 Zerotier: 4753cf475f65b0fb ## Los Angeles, USA coming soon #announcement#service

Results

找到 1 条相似帖子

搜索 #edgecomputing

当前筛选 #edgecomputing清除筛选
AI一线|ShareCentre

@ShareCentre · Post #7125 · 2026/03/25 03:48

☁️ Cloudflare 发布 Dynamic Workers:基于 Isolate 的 AI Agent 沙盒,比容器快 100 倍 Cloudflare 于 3 月 24 日宣布 Dynamic Worker Loader API 进入公开 Beta,面向所有付费 Workers 用户开放。该功能基于 V8 Isolate(而非 Linux 容器)为 AI Agent 提供运行时沙盒,启动时间仅需几毫秒、内存占用仅几 MB,比传统容器快约 100 倍、内存效率高 10-100 倍。 📎 关键数据 - 启动速度:几毫秒(容器需数百毫秒) - 内存占用:几 MB(容器需数百 MB) - 无并发限制:支持百万级 RPS,每个请求独立加载沙盒 - 零额外延迟:Dynamic Worker 与创建者运行在同一机器甚至同一线程 - 覆盖 Cloudflare 全球数百个数据中心 - 定价:$0.002/唯一 Worker/天(Beta 期间免费) ⚙️ 核心能力 - Code Mode 理念:Agent 通过编写 TypeScript 代码调用 API,而非逐个工具调用,token 用量降低 81% - TypeScript 接口优于 OpenAPI:相比冗长的 OpenAPI spec,TypeScript 接口 token 更少、更易理解 - HTTP 过滤与凭证注入:可拦截/改写 Agent 的 HTTP 请求,自动注入认证密钥,Agent 永远不接触明文凭证 - 配套库:@cloudflare/codemode(沙盒执行 SDK)、@cloudflare/worker-bundler(npm 依赖打包)、@cloudflare/shell(虚拟文件系统 + 事务性批量操作) - 安全:近十年 Isolate 安全经验,自动部署 V8 安全补丁(速度快于 Chrome),多层防御含 MPK 硬件特性和 Spectre 防护 🔙 背景信息 - 2025 年 9 月 Cloudflare 提出 Code Mode 概念,首次发布 Dynamic Worker Loader 实验性 API - Cloudflare MCP Server 基于 Code Mode 构建,仅用 2 个工具和不到 1,000 token 暴露整个 Cloudflare API - 2026-03-19 Cloudflare Workers AI 开始支持大模型推理(首发 Kimi K2.5),补齐 Agent 基础设施最后一块拼图 - Cloudflare 近年持续构建 Agent 基础设施:Durable Objects(状态持久化)、Workflows(长任务编排)、Agents SDK、Sandbox 容器 ⚔️ 竞品对比 - 容器方案(E2B、Modal、[Fly.io](http://Fly.io)):启动慢(数百毫秒)、内存重(数百 MB)、有全局并发限制,适合需要完整 OS 环境的场景 - Cloudflare 自家容器运行时 + Sandbox SDK:仍可用于需要非 JS 环境的场景,Dynamic Workers 定位更轻量 - Deno Deploy / Val Town:类似 Isolate 模型但无专门为 AI Agent 沙盒优化的 API 和工具链 🔗 来源:https://blog.cloudflare.com/dynamic-workers/ #Cloudflare#AI#AIAgent#Serverless#沙盒#EdgeComputing