import { BLOG_POSTS } from "@/lib/blog-data" import BlogCard from "@/components/BlogCard" export default function HeroSection() { const featured = BLOG_POSTS.slice(0, 2) return (
产品洞察

把 DAL Code 的产品判断、能力边界和建设路径讲清楚

这里不是泛 AI 新闻聚合,而是围绕 Intent-to-Code、Mission Mode、Smart Routing、 Skills 与中文开发者工作流持续输出的产品文章。

当前首批上线 {BLOG_POSTS.length} 篇文章,按产品定位、Agent 与平台能力三个主题组织, 方便快速理解 DAL Code 到底解决什么问题。

推荐先读置顶两篇,再继续往下看多模型路由、Open Core 与 Skills 平台的完整逻辑。

{featured.map((post) => ( ))}
) }