注册并分享邀请链接,可获得视频播放与邀请奖励。

与「Microsoft365」相关的搜索结果

Microsoft365 贴吧
一个关键词就是一个贴吧,路径全站唯一。
创建贴吧
用户
未找到
包含 Microsoft365 的内容
During setup, Codex recommends useful plugins for your role and guides you through connecting apps like @SlackHQ, @GoogleWorkspace, @Microsoft365, and more.
0
11
447
21
转发到社区
微软开始大规模收回内部员工的 Claude Code 许可证,要求开发者转向自家的 GitHub Copilot CLI。 据 The Verge 报道,微软去年 12 月开始在内部推广 Claude Code,鼓励项目经理、设计师等非技术岗位尝试用 AI 写代码。半年下来,Claude Code 在微软内部非常受欢迎,但这个受欢迎反而成了问题:它让微软自家刚推出的 GitHub Copilot CLI 显得尴尬了。 Copilot CLI 是 GitHub Copilot 的命令行版本,跟 Claude Code 的定位高度重叠。微软负责 Windows、Microsoft 365、Outlook、Teams 和 Surface 的 Experiences + Devices 团队,已经要求工程师在 6 月底前完成迁移,全面切换到 Copilot CLI。 微软对内的说法是统一工具链,但知情人士透露,背后也有成本考量。毕竟每个 Claude Code 的 license 费用都是交给竞争对手 Anthropic 的。 据悉,被要求迁移的工程师对此并不情愿。
显示更多
Gavin Newsom has proposed expanding California’s sales tax rules to include many forms of digital software and SaaS products. If approved by the legislature, the proposal would apply sales tax to cloud-based and digitally delivered software services that have traditionally avoided taxation as non-physical products. It could impact platforms such as Microsoft 365, Salesforce, Adobe, Workday, and other subscription tools. The measure is part of California’s revised 2026–27 budget and is projected to generate billions in long-term state and local revenue. If enacted, the rules would take effect in January 2027 and could influence other states’ taxation of cloud software and digital services.
显示更多
0
127
607
48
转发到社区
Microsoft is getting huge backlash from users for introducing a persistent floating Copilot button in Excel and other Microsoft 365 apps. The button sits inside the worksheet, reducing usable workspace. Microsoft added it to make Copilot easier to access, but many experienced users dislike it. They prefer a clean spreadsheet. You can right-click the button and choose “Dock” to make it small on the side, but the full button returns when used. There is no way to hide it permanently. To manage or remove the button: >Open File > Options > Copilot. >Select “Show Copilot icon only for highly relevant suggestions” to hide the floating button unless the AI detects a strong match. >Uncheck “Enable Copilot” to disable the feature and remove the button. Enterprise administrators can control this through organization-wide settings or by disabling connected experiences.
显示更多
0
62
570
43
转发到社区
作为一个把 Claude 用到极致,codex偶尔使用的非技术人员,我来谈一下我对于codex和claude的感受: Codex 正在吞噬应用层的一切,Claude 正在吞噬编码层的一切 先说 Codex 的应用层吞噬 Codex 现在已经不是一个编程工具了 它是一个能操作你电脑上所有东西的超级 App,这点大家应该都深有体会 1. Computer Use - 后台操作你的 Mac 4 月 16 日上线,Codex 可以用自己的光标看、点击、输入 多个 Agent 可以在你的 Mac 上并行工作,不干扰你自己的操作 前端设计、游戏开发、任何 GUI 应用,它都能操作 2. Chrome Extension - 接管你的浏览器 5 月 7 日上线,Codex 现在能直接在 Chrome 里工作 它能操作你已经登录的网站,使用你的 Cookie 和认证状态 跨多个标签页并行处理任务,在后台运行不打断你 3. 90+ Plugins - 连接你的所有工具 GitHub、Slack、Gmail、Google Drive、Notion 每个 Plugin 打包了 Skills、App 集成、MCP 服务器 一键安装,直接用 4. Skills - 把重复工作变成一条指令 你可以把任何多步骤工作流打包成一个 Skill 输入 / 触发,就像训练好的员工一样 OpenAI 自己用 Skills 做每日问题分类、CI 失败总结、发布简报 5. Automations - 让 AI 在你睡觉时工作 设置定时任务,Codex 可以自动运行 每天早上生成工作简报,每周五做项目总结 它甚至能跨天、跨周持续执行长期任务,自动唤醒继续工作 6. Memory - 记住你的偏好和历史 Codex 会记住你的个人偏好、纠正过的错误、花时间收集的信息 下次任务自动用上,质量更高,速度更快 7. 图像生成 - 直接在工作流里生成图 集成了 gpt-image-1.5,需要配图的时候直接生成 不用跳出去用别的工具 你自己能发现,Codex 的逻辑是什么? 让 AI 成为你所有软件之上的操作系统 不是造新工具,而是把现有工具全部串起来 这才是应用层吞噬 再说 Claude 的编码层吞噬 Claude Code 在 2026 年的定位已经非常清晰: 它要重新定义什么叫“开发者” 1. 100 万 token 上下文 - 读取整个代码库 Claude Code 能读取你的整个项目,理解所有文件之间的关系 不是单文件建议,而是跨文件重构 2. 自主执行 - 从规划到测试全自动 你只需要描述想要什么,Claude Code 会: 规划方案 → 写代码 → 运行测试 → 读取错误 → 自动迭代修复 整个过程不需要你插手 3. Terminal + IDE + Desktop - 全场景覆盖 在 Terminal 里用命令行 在 VS Code、JetBrains 里用插件 在 Desktop App 里用图形界面 所有配置、MCP 服务器、Skills 全部同步 4. SWE-bench 80.8% - 行业最高分 这是衡量 AI 解决真实 GitHub Issues 的标准测试 Claude Code 是 2026 年最高分 真实团队用它 20 小时迁移 5 万行代码,事故调查时间减少 80% 5. 自动记忆 - 记住你的构建命令和调试模式 Claude Code 会自动保存项目上下文、调试模式、你偏好的方法 跨 Session 记忆,不用每次都重新解释 6. Hooks - 自动化你的开发流程 每次编辑后自动格式化 每次提交前自动 Lint 用 Shell 命令串联整个工作流 Anthropic 自己说,他们公司现在大部分代码都是 Claude Code 写的 工程师的角色变成了:架构师 + 产品思考者 + 编排者 管理多个 AI Agent,给方向,做决策 这就是编码层吞噬的本质:把编程从技能变成了表达 所以,Codex vs Claude 的本质区别是什么? Codex 的方向:应用层超级个体 操作你已有的软件,自动化所有日常工作 适合 90% 的普通人 核心能力:串联现有工具 Claude 的方向:编码层超级个体 帮你写代码、改代码、部署代码 适合 10% 的创造者 核心能力:从零创造新东西 但这里有个被所有人忽略的东西:Claude 不只有 Code,还有 Cowork Claude Cowork 是什么? 它是 Claude 针对非技术人员推出的应用层工具 Marketing、Data 团队发现自己在用 Claude Code 做复杂的多步骤工作 Anthropic 观察到这个现象,就做了 Cowork Cowork 的核心能力: 操作你的本地文件和应用 38+ Connectors 连接 Slack、Notion、Google Drive、Microsoft 365 Projects 让每个项目有独立的文件、上下文、记忆 Scheduled Tasks 定时自动执行任务 Plugins 打包 Skills、Connectors、Sub-agents 你看,Claude 的野心其实是: 用 Claude Code 吞噬编码层 用 Claude Cowork 吞噬应用层 如果你是普通人,想提升日常工作效率: Codex 和 Claude Cowork 都可以 Codex 的 Computer Use 更激进,能操作任何 GUI Claude Cowork 的 Projects 更稳定,适合长期项目 如果你是开发者,想做产品、做项目: Claude Code+codex 是第一选择 SWE-bench 最高分的规划能力+codex的推理能力,代码质量最好 2026 年的 AI 竞争,比的是谁能把 AI 更好地嵌入到用户的日常工作流里 Codex 在应用层走得最激进 Claude 在编码层走得最深,同时用 Cowork 补齐应用层 这两个方向,正在重新定义“一个人能做什么” 应用层和编码层,都在被 AI 吞噬,而我们,正站在这个变革的最前沿,真的很兴奋!
显示更多
0
9
76
15
转发到社区