跳转到帖子
在手机APP中查看

一个更好的浏览方法。了解更多

AIGC实战 - 只有干货的 AI 社区

主屏幕上的全屏APP,带有推送通知、徽章等。

在iOS和iPadOS上安装此APP
  1. 在Safari中轻敲分享图标
  2. 滚动菜单并轻敲添加到主屏幕
  3. 轻敲右上角的添加按钮。
在安卓上安装此APP
  1. 轻敲浏览器右上角的三个点菜单 (⋮) 。
  2. 轻敲添加到主屏幕安装APP
  3. 轻敲安装进行确认。

Codex:基于O3和O4-mini系统的云端编程助手

/* 默认白昼模式:深灰字 */ .aibing-content { font-family: -apple-system, BlinkMacSystemFont, "Microsoft YaHei", sans-serif; line-height: 1.8; font-size: 16px; color: #1f1f1f; /* 默认深色 */ } .aibing-content h2 { margin: 30px 0 15px; font-weight: 700; border-left: 4px solid #007bff; padding-left: 10px; color: inherit; /* 跟随父级 */ } .aibing-content a { color: #007bff; text-decoration: none; } .aibing-content strong { font-weight: bold; color: inherit; } /* 🌑 黑暗模式适配规则 🌑 */ /* 1. 系统级黑暗模式 */ @media (prefers-color-scheme: dark) { .aibing-content { color: #e0e0e0 !important; } } /* 2. IPS 网站内建黑暗模式 (通过 Body 类名判断) */ body.ipsDarkMode .aibing-content, html[data-theme="dark"] .aibing-content, .ipsApp_theme_dark .aibing-content { color: #e0e0e0 !important; } /* 修复图片在暗黑模式太亮的问题 (可选,轻微降低亮度) */ body.ipsDarkMode .aibing-content img { opacity: 0.9; } Codex 是一款基于云的编程代理工具。它是通过优化版 OpenAI O3 版本 codex-1 开发而来,专门用于软件工程领域。
codex-1 经过强化学习训练,在多种实际编码任务环境中磨练技能,能够生成与人类风格和代码审查偏好高度相似的代码,并且严格遵循指令要求。Codex 还会不断运行测试,直至达到预期结果。
🔗 来源:Addendum to o3 and o4-mini system card: Codex (AI 严选)
z2,在Industry News 行业资讯, ·

Responses API 新增功能:远程MCP、图像生成、代码解释器等

/* 默认白昼模式:深灰字 */ .aibing-content { font-family: -apple-system, BlinkMacSystemFont, "Microsoft YaHei", sans-serif; line-height: 1.8; font-size: 16px; color: #1f1f1f; /* 默认深色 */ } .aibing-content h2 { margin: 30px 0 15px; font-weight: 700; border-left: 4px solid #007bff; padding-left: 10px; color: inherit; /* 跟随父级 */ } .aibing-content a { color: #007bff; text-decoration: none; } .aibing-content strong { font-weight: bold; color: inherit; } /* 🌑 黑暗模式适配规则 🌑 */ /* 1. 系统级黑暗模式 */ @media (prefers-color-scheme: dark) { .aibing-content { color: #e0e0e0 !important; } } /* 2. IPS 网站内建黑暗模式 (通过 Body 类名判断) */ body.ipsDarkMode .aibing-content, html[data-theme="dark"] .aibing-content, .ipsApp_theme_dark .aibing-content { color: #e0e0e0 !important; } /* 修复图片在暗黑模式太亮的问题 (可选,轻微降低亮度) */ body.ipsDarkMode .aibing-content img { opacity: 0.9; } 在最新的Responses API中,新增了一系列强大的工具和特性,包括远程MCP、图像生成、代码解释器等功能。这些新功能将与GPT-4o & o-series模型结合使用,以实现更快、更智能的代理服务,并且还带来了提高可靠性和效率的新特性。
🔗 来源:New tools and features in the Responses API (AI 严选)
z2,在Industry News 行业资讯, ·

Stargate UAE正式亮相——OpenAI人工智能基础设施平台的首次国际部署

/* 默认白昼模式:深灰字 */ .aibing-content { font-family: -apple-system, BlinkMacSystemFont, "Microsoft YaHei", sans-serif; line-height: 1.8; font-size: 16px; color: #1f1f1f; /* 默认深色 */ } .aibing-content h2 { margin: 30px 0 15px; font-weight: 700; border-left: 4px solid #007bff; padding-left: 10px; color: inherit; /* 跟随父级 */ } .aibing-content a { color: #007bff; text-decoration: none; } .aibing-content strong { font-weight: bold; color: inherit; } /* 🌑 黑暗模式适配规则 🌑 */ /* 1. 系统级黑暗模式 */ @media (prefers-color-scheme: dark) { .aibing-content { color: #e0e0e0 !important; } } /* 2. IPS 网站内建黑暗模式 (通过 Body 类名判断) */ body.ipsDarkMode .aibing-content, html[data-theme="dark"] .aibing-content, .ipsApp_theme_dark .aibing-content { color: #e0e0e0 !important; } /* 修复图片在暗黑模式太亮的问题 (可选,轻微降低亮度) */ body.ipsDarkMode .aibing-content img { opacity: 0.9; } 我们很高兴地宣布,Stargate UAE即将启动——这是Stargate这一由OpenAI开发的人工智能基础设施平台的首个国际部署。
🔗 来源:Introducing Stargate UAE (AI 严选)
z2,在Industry News 行业资讯, ·

代码审查革命:CodeRabbit利用o3、o4-mini和GPT-4.1加速代码交付

/* 默认白昼模式:深灰字 */ .aibing-content { font-family: -apple-system, BlinkMacSystemFont, "Microsoft YaHei", sans-serif; line-height: 1.8; font-size: 16px; color: #1f1f1f; /* 默认深色 */ } .aibing-content h2 { margin: 30px 0 15px; font-weight: 700; border-left: 4px solid #007bff; padding-left: 10px; color: inherit; /* 跟随父级 */ } .aibing-content a { color: #007bff; text-decoration: none; } .aibing-content strong { font-weight: bold; color: inherit; } /* 🌑 黑暗模式适配规则 🌑 */ /* 1. 系统级黑暗模式 */ @media (prefers-color-scheme: dark) { .aibing-content { color: #e0e0e0 !important; } } /* 2. IPS 网站内建黑暗模式 (通过 Body 类名判断) */ body.ipsDarkMode .aibing-content, html[data-theme="dark"] .aibing-content, .ipsApp_theme_dark .aibing-content { color: #e0e0e0 !important; } /* 修复图片在暗黑模式太亮的问题 (可选,轻微降低亮度) */ body.ipsDarkMode .aibing-content img { opacity: 0.9; } CodeRabbit通过使用来自OpenAI的模型,正引领一场代码审查的技术革新。借助这些领先的模型,如o3、o4-mini与最新的GPT-4.1版本,CodeRabbit不仅提升了代码审查的准确性,还显著加快了合并请求(PR)的处理速度。
此外,CodeRabbit帮助开发者以更高效的方式完成代码交付,减少编程错误,从而获得更高的投资回报率。
🔗 来源:Shipping code faster with o3, o4-mini, and GPT-4.1 (AI 严选)
z2,在Industry News 行业资讯, ·

OpenAI在德国慕尼黑开设首个办公室

/* 默认白昼模式:深灰字 */ .aibing-content { font-family: -apple-system, BlinkMacSystemFont, "Microsoft YaHei", sans-serif; line-height: 1.8; font-size: 16px; color: #1f1f1f; /* 默认深色 */ } .aibing-content h2 { margin: 30px 0 15px; font-weight: 700; border-left: 4px solid #007bff; padding-left: 10px; color: inherit; /* 跟随父级 */ } .aibing-content a { color: #007bff; text-decoration: none; } .aibing-content strong { font-weight: bold; color: inherit; } /* 🌑 黑暗模式适配规则 🌑 */ /* 1. 系统级黑暗模式 */ @media (prefers-color-scheme: dark) { .aibing-content { color: #e0e0e0 !important; } } /* 2. IPS 网站内建黑暗模式 (通过 Body 类名判断) */ body.ipsDarkMode .aibing-content, html[data-theme="dark"] .aibing-content, .ipsApp_theme_dark .aibing-content { color: #e0e0e0 !important; } /* 修复图片在暗黑模式太亮的问题 (可选,轻微降低亮度) */ body.ipsDarkMode .aibing-content img { opacity: 0.9; } 近日,美国人工智能研究公司OpenAI宣布其将在德国慕尼黑设立首个欧洲办事处。此举标志着OpenAI正式进入德国市场,并将为其在欧洲的业务拓展提供重要支持。
此次设立的德国办事处将是OpenAI在欧洲的第一个据点,未来将进一步推动公司在该地区的合作与创新活动。慕尼黑作为德国南部最重要的经济中心之一,拥有强大的科技创新环境和丰富的人才资源,对于OpenAI而言是一个理想的选择。
🔗 来源:OpenAI Deutschland (AI 严选)
z2,在Industry News 行业资讯, ·

OpenAI更新Operator系统:采用新型o3模型

/* 默认白昼模式:深灰字 */ .aibing-content { font-family: -apple-system, BlinkMacSystemFont, "Microsoft YaHei", sans-serif; line-height: 1.8; font-size: 16px; color: #1f1f1f; /* 默认深色 */ } .aibing-content h2 { margin: 30px 0 15px; font-weight: 700; border-left: 4px solid #007bff; padding-left: 10px; color: inherit; /* 跟随父级 */ } .aibing-content a { color: #007bff; text-decoration: none; } .aibing-content strong { font-weight: bold; color: inherit; } /* 🌑 黑暗模式适配规则 🌑 */ /* 1. 系统级黑暗模式 */ @media (prefers-color-scheme: dark) { .aibing-content { color: #e0e0e0 !important; } } /* 2. IPS 网站内建黑暗模式 (通过 Body 类名判断) */ body.ipsDarkMode .aibing-content, html[data-theme="dark"] .aibing-content, .ipsApp_theme_dark .aibing-content { color: #e0e0e0 !important; } /* 修复图片在暗黑模式太亮的问题 (可选,轻微降低亮度) */ body.ipsDarkMode .aibing-content img { opacity: 0.9; } 为了提升性能与效率,我们决定将Operator现有的基于GPT-4o的模型替换为新版的OpenAI o3模型。尽管如此,API版本仍将继续遵循4o的标准。
🔗 来源:Addendum to OpenAI o3 and o4-mini system card: OpenAI o3 Operator (AI 严选)
z2,在Industry News 行业资讯, ·

用AI快速构建网站:Wix的全新网站生成器

/* 默认白昼模式:深灰字 */ .aibing-content { font-family: -apple-system, BlinkMacSystemFont, "Microsoft YaHei", sans-serif; line-height: 1.8; font-size: 16px; color: #1f1f1f; /* 默认深色 */ } .aibing-content h2 { margin: 30px 0 15px; font-weight: 700; border-left: 4px solid #007bff; padding-left: 10px; color: inherit; /* 跟随父级 */ } .aibing-content a { color: #007bff; text-decoration: none; } .aibing-content strong { font-weight: bold; color: inherit; } /* 🌑 黑暗模式适配规则 🌑 */ /* 1. 系统级黑暗模式 */ @media (prefers-color-scheme: dark) { .aibing-content { color: #e0e0e0 !important; } } /* 2. IPS 网站内建黑暗模式 (通过 Body 类名判断) */ body.ipsDarkMode .aibing-content, html[data-theme="dark"] .aibing-content, .ipsApp_theme_dark .aibing-content { color: #e0e0e0 !important; } /* 修复图片在暗黑模式太亮的问题 (可选,轻微降低亮度) */ body.ipsDarkMode .aibing-content img { opacity: 0.9; } 使用Wix的AI网站生成器,借助OpenAI的技术支持,任何人都可以在几分钟内创建一个完整的网站——只需要通过对话描述他们的想法。
🔗 来源:Creating websites in minutes with AI Website Builder (AI 严选)
z2,在Industry News 行业资讯, ·

标题:打击恶意使用人工智能

/* 默认白昼模式:深灰字 */ .aibing-content { font-family: -apple-system, BlinkMacSystemFont, "Microsoft YaHei", sans-serif; line-height: 1.8; font-size: 16px; color: #1f1f1f; /* 默认深色 */ } .aibing-content h2 { margin: 30px 0 15px; font-weight: 700; border-left: 4px solid #007bff; padding-left: 10px; color: inherit; /* 跟随父级 */ } .aibing-content a { color: #007bff; text-decoration: none; } .aibing-content strong { font-weight: bold; color: inherit; } /* 🌑 黑暗模式适配规则 🌑 */ /* 1. 系统级黑暗模式 */ @media (prefers-color-scheme: dark) { .aibing-content { color: #e0e0e0 !important; } } /* 2. IPS 网站内建黑暗模式 (通过 Body 类名判断) */ body.ipsDarkMode .aibing-content, html[data-theme="dark"] .aibing-content, .ipsApp_theme_dark .aibing-content { color: #e0e0e0 !important; } /* 修复图片在暗黑模式太亮的问题 (可选,轻微降低亮度) */ body.ipsDarkMode .aibing-content img { opacity: 0.9; } 在我们的2025年6月更新中,我们概述了如何通过检测并遏制滥用、支持民主价值观以及促进有益于所有人的负责任的人工智能部署来打击恶意使用AI。
🔗 来源:Disrupting malicious uses of AI: June 2025 (AI 严选)
z2,在Industry News 行业资讯, ·

面对《纽约时报》的数据要求,我们如何保护用户隐私

/* 默认白昼模式:深灰字 */ .aibing-content { font-family: -apple-system, BlinkMacSystemFont, "Microsoft YaHei", sans-serif; line-height: 1.8; font-size: 16px; color: #1f1f1f; /* 默认深色 */ } .aibing-content h2 { margin: 30px 0 15px; font-weight: 700; border-left: 4px solid #007bff; padding-left: 10px; color: inherit; /* 跟随父级 */ } .aibing-content a { color: #007bff; text-decoration: none; } .aibing-content strong { font-weight: bold; color: inherit; } /* 🌑 黑暗模式适配规则 🌑 */ /* 1. 系统级黑暗模式 */ @media (prefers-color-scheme: dark) { .aibing-content { color: #e0e0e0 !important; } } /* 2. IPS 网站内建黑暗模式 (通过 Body 类名判断) */ body.ipsDarkMode .aibing-content, html[data-theme="dark"] .aibing-content, .ipsApp_theme_dark .aibing-content { color: #e0e0e0 !important; } /* 修复图片在暗黑模式太亮的问题 (可选,轻微降低亮度) */ body.ipsDarkMode .aibing-content img { opacity: 0.9; } OpenAI 正在与来自《纽约时报》和原告方的法庭命令作斗争,该命令要求无限期保留 ChatGPT 和 API 用户数据。了解我们是如何努力维护用户隐私、应对法律需求并坚守我们的数据保护承诺。
🔗 来源:How we’re responding to The New York Times’ data demands in order to protect user privacy (AI 严选)
z2,在Industry News 行业资讯, ·

负责任披露促进安全升级——OpenAI推出对外协调披露政策

/* 默认白昼模式:深灰字 */ .aibing-content { font-family: -apple-system, BlinkMacSystemFont, "Microsoft YaHei", sans-serif; line-height: 1.8; font-size: 16px; color: #1f1f1f; /* 默认深色 */ } .aibing-content h2 { margin: 30px 0 15px; font-weight: 700; border-left: 4px solid #007bff; padding-left: 10px; color: inherit; /* 跟随父级 */ } .aibing-content a { color: #007bff; text-decoration: none; } .aibing-content strong { font-weight: bold; color: inherit; } /* 🌑 黑暗模式适配规则 🌑 */ /* 1. 系统级黑暗模式 */ @media (prefers-color-scheme: dark) { .aibing-content { color: #e0e0e0 !important; } } /* 2. IPS 网站内建黑暗模式 (通过 Body 类名判断) */ body.ipsDarkMode .aibing-content, html[data-theme="dark"] .aibing-content, .ipsApp_theme_dark .aibing-content { color: #e0e0e0 !important; } /* 修复图片在暗黑模式太亮的问题 (可选,轻微降低亮度) */ body.ipsDarkMode .aibing-content img { opacity: 0.9; } 为了更负责任地披露第三方软件中的漏洞,同时强调诚信、合作和大规模的安全措施,OpenAI推出了对外协调披露政策(Outbound Coordinated Disclosure Policy)。该政策旨在指导如何在发现并报告这些漏洞时遵守最佳实践。
通过这一新政策,OpenAI致力于确保信息安全的透明度和协作性。它鼓励开发者和安全研究人员在一个互信的基础上共享信息,并采取积极措施来保护用户免受潜在威胁。
🔗 来源:Scaling security with responsible disclosure (AI 严选)
z2,在Industry News 行业资讯, ·

AI魔力赋能 mattel 标志性品牌

/* 默认白昼模式:深灰字 */ .aibing-content { font-family: -apple-system, BlinkMacSystemFont, "Microsoft YaHei", sans-serif; line-height: 1.8; font-size: 16px; color: #1f1f1f; /* 默认深色 */ } .aibing-content h2 { margin: 30px 0 15px; font-weight: 700; border-left: 4px solid #007bff; padding-left: 10px; color: inherit; /* 跟随父级 */ } .aibing-content a { color: #007bff; text-decoration: none; } .aibing-content strong { font-weight: bold; color: inherit; } /* 🌑 黑暗模式适配规则 🌑 */ /* 1. 系统级黑暗模式 */ @media (prefers-color-scheme: dark) { .aibing-content { color: #e0e0e0 !important; } } /* 2. IPS 网站内建黑暗模式 (通过 Body 类名判断) */ body.ipsDarkMode .aibing-content, html[data-theme="dark"] .aibing-content, .ipsApp_theme_dark .aibing-content { color: #e0e0e0 !important; } /* 修复图片在暗黑模式太亮的问题 (可选,轻微降低亮度) */ body.ipsDarkMode .aibing-content img { opacity: 0.9; } OpenAI与Mattel展开合作,将人工智能技术融入芭比娃娃(Barbie)和 Hot Wheels 等标志性品牌中,旨在增强创意开发、简化工作流程,并为粉丝们创造新的互动方式。
🔗 来源:Bringing the magic of AI to Mattel’s iconic brands (AI 严选)
z2,在Industry News 行业资讯, ·

推出OpenAI for Government

/* 默认白昼模式:深灰字 */ .aibing-content { font-family: -apple-system, BlinkMacSystemFont, "Microsoft YaHei", sans-serif; line-height: 1.8; font-size: 16px; color: #1f1f1f; /* 默认深色 */ } .aibing-content h2 { margin: 30px 0 15px; font-weight: 700; border-left: 4px solid #007bff; padding-left: 10px; color: inherit; /* 跟随父级 */ } .aibing-content a { color: #007bff; text-decoration: none; } .aibing-content strong { font-weight: bold; color: inherit; } /* 🌑 黑暗模式适配规则 🌑 */ /* 1. 系统级黑暗模式 */ @media (prefers-color-scheme: dark) { .aibing-content { color: #e0e0e0 !important; } } /* 2. IPS 网站内建黑暗模式 (通过 Body 类名判断) */ body.ipsDarkMode .aibing-content, html[data-theme="dark"] .aibing-content, .ipsApp_theme_dark .aibing-content { color: #e0e0e0 !important; } /* 修复图片在暗黑模式太亮的问题 (可选,轻微降低亮度) */ body.ipsDarkMode .aibing-content img { opacity: 0.9; } 我们正在推出一项名为“OpenAI for Government”的新计划,旨在为美国各地的公共服务人员提供我们最先进的人工智能工具。我们支持美国政府采用一流的技术,并将这些工具应用于公共利益。
🔗 来源:Introducing OpenAI for Government (AI 严选)
z2,在Industry News 行业资讯, ·

研究与防范语言模型的广泛不一致

/* 默认白昼模式:深灰字 */ .aibing-content { font-family: -apple-system, BlinkMacSystemFont, "Microsoft YaHei", sans-serif; line-height: 1.8; font-size: 16px; color: #1f1f1f; /* 默认深色 */ } .aibing-content h2 { margin: 30px 0 15px; font-weight: 700; border-left: 4px solid #007bff; padding-left: 10px; color: inherit; /* 跟随父级 */ } .aibing-content a { color: #007bff; text-decoration: none; } .aibing-content strong { font-weight: bold; color: inherit; } /* 🌑 黑暗模式适配规则 🌑 */ /* 1. 系统级黑暗模式 */ @media (prefers-color-scheme: dark) { .aibing-content { color: #e0e0e0 !important; } } /* 2. IPS 网站内建黑暗模式 (通过 Body 类名判断) */ body.ipsDarkMode .aibing-content, html[data-theme="dark"] .aibing-content, .ipsApp_theme_dark .aibing-content { color: #e0e0e0 !important; } /* 修复图片在暗黑模式太亮的问题 (可选,轻微降低亮度) */ body.ipsDarkMode .aibing-content img { opacity: 0.9; } 我们探讨了为何训练过程中使用错误反应会导致语言模型在更广泛的范围内产生偏差,并且识别出一种内部特征驱动这种行为。这一特征通过最少的微调就可以逆转。
🔗 来源:Toward understanding and preventing misalignment generalization (AI 严选)
z2,在Industry News 行业资讯, ·

前瞻应对人工智能在生物学领域的潜在风险

/* 默认白昼模式:深灰字 */ .aibing-content { font-family: -apple-system, BlinkMacSystemFont, "Microsoft YaHei", sans-serif; line-height: 1.8; font-size: 16px; color: #1f1f1f; /* 默认深色 */ } .aibing-content h2 { margin: 30px 0 15px; font-weight: 700; border-left: 4px solid #007bff; padding-left: 10px; color: inherit; /* 跟随父级 */ } .aibing-content a { color: #007bff; text-decoration: none; } .aibing-content strong { font-weight: bold; color: inherit; } /* 🌑 黑暗模式适配规则 🌑 */ /* 1. 系统级黑暗模式 */ @media (prefers-color-scheme: dark) { .aibing-content { color: #e0e0e0 !important; } } /* 2. IPS 网站内建黑暗模式 (通过 Body 类名判断) */ body.ipsDarkMode .aibing-content, html[data-theme="dark"] .aibing-content, .ipsApp_theme_dark .aibing-content { color: #e0e0e0 !important; } /* 修复图片在暗黑模式太亮的问题 (可选,轻微降低亮度) */ body.ipsDarkMode .aibing-content img { opacity: 0.9; } 先进的AI技术正在改变生物学和医学的面貌,但同时也带来了生物安全方面的风险。我们正积极评估相关技术和能力,并采取必要的防范措施以防止滥用。
🔗 来源:Preparing for future AI risks in biology (AI 严选)
z2,在Industry News 行业资讯, ·

以OpenAI o3、GPT-4.1和CUA驱动可扩展增长

/* 默认白昼模式:深灰字 */ .aibing-content { font-family: -apple-system, BlinkMacSystemFont, "Microsoft YaHei", sans-serif; line-height: 1.8; font-size: 16px; color: #1f1f1f; /* 默认深色 */ } .aibing-content h2 { margin: 30px 0 15px; font-weight: 700; border-left: 4px solid #007bff; padding-left: 10px; color: inherit; /* 跟随父级 */ } .aibing-content a { color: #007bff; text-decoration: none; } .aibing-content strong { font-weight: bold; color: inherit; } /* 🌑 黑暗模式适配规则 🌑 */ /* 1. 系统级黑暗模式 */ @media (prefers-color-scheme: dark) { .aibing-content { color: #e0e0e0 !important; } } /* 2. IPS 网站内建黑暗模式 (通过 Body 类名判断) */ body.ipsDarkMode .aibing-content, html[data-theme="dark"] .aibing-content, .ipsApp_theme_dark .aibing-content { color: #e0e0e0 !important; } /* 修复图片在暗黑模式太亮的问题 (可选,轻微降低亮度) */ body.ipsDarkMode .aibing-content img { opacity: 0.9; } Unify是一款基于人工智能的市场拓展平台,利用OpenAI的o3、GPT-4.1以及CUA来自动化潜在客户发掘、研究及外联工作。通过高度个性化的信息传递与不间断的工作流程,Unify帮助团队规模化生成销售管道的同时,专注于具有高影响力的客户服务互动。🔗 来源:Driving scalable growth with OpenAI o3, GPT-4.1, and CUA (AI 严选)
z2,在Industry News 行业资讯, ·

Retell AI:利用GPT-4o和GPT-4实现无需编码的语音自动化客服

/* 默认白昼模式:深灰字 */ .aibing-content { font-family: -apple-system, BlinkMacSystemFont, "Microsoft YaHei", sans-serif; line-height: 1.8; font-size: 16px; color: #1f1f1f; /* 默认深色 */ } .aibing-content h2 { margin: 30px 0 15px; font-weight: 700; border-left: 4px solid #007bff; padding-left: 10px; color: inherit; /* 跟随父级 */ } .aibing-content a { color: #007bff; text-decoration: none; } .aibing-content strong { font-weight: bold; color: inherit; } /* 🌑 黑暗模式适配规则 🌑 */ /* 1. 系统级黑暗模式 */ @media (prefers-color-scheme: dark) { .aibing-content { color: #e0e0e0 !important; } } /* 2. IPS 网站内建黑暗模式 (通过 Body 类名判断) */ body.ipsDarkMode .aibing-content, html[data-theme="dark"] .aibing-content, .ipsApp_theme_dark .aibing-content { color: #e0e0e0 !important; } /* 修复图片在暗黑模式太亮的问题 (可选,轻微降低亮度) */ body.ipsDarkMode .aibing-content img { opacity: 0.9; } Retell AI 正在通过由 GPT-4o 和 GPT-4 提供支持的人工智能语音自动化工序,革新呼叫中心行业。其无代码平台使企业能够推出自然且实时的语音代理服务,从而降低通话成本、提升客户满意度,并自动化顾客对话——无需编写脚本或设置等待时间。
🔗 来源:Customizable, no-code voice agent automation with GPT-4o (AI 严选)
z2,在Industry News 行业资讯, ·

澳大利亚的AI经济蓝图:OpenAI与Mandala Partners的合作

/* 默认白昼模式:深灰字 */ .aibing-content { font-family: -apple-system, BlinkMacSystemFont, "Microsoft YaHei", sans-serif; line-height: 1.8; font-size: 16px; color: #1f1f1f; /* 默认深色 */ } .aibing-content h2 { margin: 30px 0 15px; font-weight: 700; border-left: 4px solid #007bff; padding-left: 10px; color: inherit; /* 跟随父级 */ } .aibing-content a { color: #007bff; text-decoration: none; } .aibing-content strong { font-weight: bold; color: inherit; } /* 🌑 黑暗模式适配规则 🌑 */ /* 1. 系统级黑暗模式 */ @media (prefers-color-scheme: dark) { .aibing-content { color: #e0e0e0 !important; } } /* 2. IPS 网站内建黑暗模式 (通过 Body 类名判断) */ body.ipsDarkMode .aibing-content, html[data-theme="dark"] .aibing-content, .ipsApp_theme_dark .aibing-content { color: #e0e0e0 !important; } /* 修复图片在暗黑模式太亮的问题 (可选,轻微降低亮度) */ body.ipsDarkMode .aibing-content img { opacity: 0.9; } 今天,OpenAI携手Mandala Partners共同发布了《OpenAI AI经济蓝图——为澳大利亚量身打造》。在提高生产力已成为澳大利亚国家优先事项的关键时刻,这份蓝图提供了一个明确且可操作的计划,以帮助澳大利亚解锁人工智能的全部经济和社会潜力。
🔗 来源:AI in Australia—OpenAI’s Economic Blueprint (AI 严选)
z2,在Industry News 行业资讯, ·

打造人人可用的AI产品家族:Sam & Jony 的愿景与实践

在当今技术飞速发展的时代,人工智能(AI)已经逐渐渗透到我们生活的方方面面。作为一家专注于AI技术研发的企业,Sam & Jony 正致力于构建一个全面且易于访问的AI产品家族。
这家公司的目标是让每个人都能享受到AI带来的便利与创新。无论是专业人士还是普通用户,都能找到符合自己需求的产品。通过不断的技术积累和优化,Sam & Jony 坚信,AI将改变未来的生活方式,并为人类创造更多的可能性。
在实现这一愿景的过程中,Sam & Jony 不仅重视技术的研发与创新,更注重用户体验的提升。他们相信,只有真正理解用户需求并提供高质量的产品和服务的企业,才能在全球竞争中脱颖而出。
🔗 来源:Sam & Jony (AI 严选)
z2,在Industry News 行业资讯, ·

欧盟负责任人工智能准则下的OpenAI合作

最近,OpenAI加入了欧盟的负责任人工智能(Responsible Artificial Intelligence)行为准则。此举不仅标志着OpenAI致力于推动欧洲地区的人工智能技术发展和应用,同时也展示了其与欧洲各国政府紧密合作的决心。通过这种伙伴关系,双方共同推进技术创新、基础设施建设和经济增长。
加入该行为准则后,OpenAI将与欧盟成员国以及相关组织密切合作,确保人工智能的开发和使用符合道德和社会价值标准。这不仅有助于减少技术滥用的风险,还能促进公平合理的技术发展环境。
这一举动对于整个欧洲地区都是一个积极信号,表明了在当前全球数字转型背景下,各国政府和私营部门正共同努力构建更加安全、透明且可信赖的人工智能生态系统。随着未来几年人工智能领域的持续发展,这种合作模式有望为欧盟乃至全世界带来更多的机遇与挑战。
🔗 来源:The EU Code of Practice and future of AI in Europe (AI 严选)
z2,在Industry News 行业资讯, ·

OpenAI发起生物安全漏洞悬赏计划,挑战ChatGPT安全边界

为了进一步提升其人工智能系统的安全性与可靠性,知名的人工智能研究机构OpenAI宣布启动“Bio Bug Bounty”项目。该活动旨在邀请研究者们测试聊天机器人ChatGPT的安全性,尤其是针对其可能存在的漏洞进行深入挖掘。
OpenAI特别提到了一种称为“通用越狱提示”的攻击方法作为挑战内容之一。参与者可以通过发送这种特殊的提示来尝试突破ChatGPT的安全限制,进而发现潜在的风险点。对于成功识别并利用这些安全问题的研究者,OpenAI承诺将提供最高25,000美元的奖金奖励。
此次“Bio Bug Bounty”计划不仅是一次技术挑战,也是对全球研究社区的一次重要邀请。OpenAI希望通过这种方式汇聚更多有识之士的力量,共同致力于提升人工智能系统的安全性,确保技术发展能够惠及全人类。
🔗 来源:Agent bio bug bounty call (AI 严选)
z2,在Industry News 行业资讯, ·
Background Picker
Customize Layout

我的帐户

导航

搜索

搜索

配置浏览器推送通知

Chrome (安卓)
  1. 轻敲地址栏旁的锁形图标。
  2. 轻敲权限 → 通知。
  3. 调整你的偏好。
Chrome (台式电脑)
  1. 点击地址栏中的挂锁图标。
  2. 选择网站设置。
  3. 找到通知选项,并调整你的偏好。