<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>生活 on 隽戈的科技生活馆</title><link>/zh/categories/%E7%94%9F%E6%B4%BB/</link><description>Recent content in 生活 on 隽戈的科技生活馆</description><generator>Hugo</generator><language>zh</language><lastBuildDate>Wed, 27 May 2026 19:09:31 +0800</lastBuildDate><atom:link href="/zh/categories/%E7%94%9F%E6%B4%BB/index.xml" rel="self" type="application/rss+xml"/><item><title>创业复盘：2026年怎么做AI Native公司</title><link>/zh/lifestyle/workplace/ai-native-company-2026/</link><pubDate>Sat, 09 May 2026 00:00:00 +0800</pubDate><guid>/zh/lifestyle/workplace/ai-native-company-2026/</guid><description>&lt;style&gt;
/* ===== junge-site 通用文章样式 ===== */

/* 文章容器 */
.td-content {
 max-width: 900px;
 margin: 0 auto;
}

/* 引言卡片：紫蓝渐变背景 + 白色文字 + 阴影 */
.lead-quote {
 background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
 color: white;
 padding: 2.5rem 2rem;
 border-radius: 12px;
 margin: 2rem 0 3rem 0;
 font-size: 1.25rem;
 font-weight: 600;
 line-height: 1.6;
 box-shadow: 0 10px 30px rgba(102, 126, 234, 0.3);
 position: relative;
 overflow: hidden;
}

.lead-quote::before {
 content: '"';
 position: absolute;
 top: -20px;
 left: 10px;
 font-size: 120px;
 opacity: 0.1;
 font-family: Georgia, serif;
}

/* 信息框：浅色背景 + 左侧蓝色边框 */
.info-box {
 background: #f8f9fa;
 padding: 1.5rem;
 border-left: 4px solid #667eea;
 border-radius: 8px;
 margin: 2rem 0;
}

/* 重点提示框：暖色渐变 + 橙色边框 */
.highlight-box {
 background: linear-gradient(135deg, #fff5f5 0%, #fffaf0 100%);
 border: 2px solid #ed8936;
 border-radius: 12px;
 padding: 1.5rem;
 margin: 2rem 0;
 box-shadow: 0 4px 12px rgba(237, 137, 54, 0.1);
}

/* 数据卡片：深色背景 + 强调数字 */
.stats-box {
 background: linear-gradient(135deg, #1a202c 0%, #2d3748 100%);
 color: white;
 padding: 2rem;
 border-radius: 12px;
 margin: 2rem 0;
 text-align: center;
}

.stats-box .number {
 font-size: 2.5rem;
 font-weight: 800;
 color: #667eea;
 display: block;
}

/* 标题样式 */
.td-content h2 {
 font-size: 1.8rem;
 font-weight: 700;
 color: #1a202c;
 margin-top: 3.5rem;
 margin-bottom: 1.5rem;
 padding-bottom: 0.8rem;
 border-bottom: 3px solid #667eea;
 position: relative;
}

.td-content h2::before {
 content: '';
 position: absolute;
 left: 0;
 bottom: -3px;
 width: 60px;
 height: 3px;
 background: linear-gradient(90deg, #667eea, #764ba2);
}

/* 加粗文字主题色 */
.td-content strong {
 color: #667eea;
 font-weight: 600;
}

/* 图片样式 */
.td-content img {
 border-radius: 12px;
 box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
 margin: 2.5rem 0;
 width: 100%;
 transition: transform 0.3s ease;
}

.td-content img:hover {
 transform: translateY(-4px);
 box-shadow: 0 12px 32px rgba(0, 0, 0, 0.18);
}

/* 代码块 */
.td-content pre {
 border-radius: 12px;
 box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
 margin: 2rem 0;
}

/* 响应式 */
@media (max-width: 768px) {
 .lead-quote {
 padding: 1.5rem 1rem;
 font-size: 1.1rem;
 }
 .stats-box .number {
 font-size: 2rem;
 }
}
&lt;/style&gt;
&lt;div class="lead-quote"&gt;
从"工具"到"重构公司"：AI 不只提效，而是重新定义组织的形态。你准备好了吗？
&lt;/div&gt;
&lt;div class="info-box"&gt;
**一句话说清楚：** AI Native 公司不是"人在原流程里用 AI 工具"，而是把 AI 变成公司运转的中枢。每个流程、决策、结果都进入一个可查询、可反馈、可自动优化的闭环系统。
&lt;/div&gt;
&lt;p&gt;&lt;strong&gt;创业三个月，问题暴露后才想明白一件事：我们只是一家「传统公司很会用 AI」，而不是真正的 AI Native 公司。&lt;/strong&gt; 这个转变，才是 2026 年最值得做的事。&lt;/p&gt;</description></item></channel></rss>