新加坡 AI 观察是一个独立、多语言的研究型观察站,基于公开资料和一手来源,持续追踪新加坡 AI 战略、政策执行、国会辩论、产业生态、人才培养、开源项目与国际对标。
在线访问:sgai.md
新加坡 AI 观察追踪新加坡 AI 战略的政策文件、执行数据、国会辩论、创业生态和国际对标,并基于这些一手资料提出独立分析。
核心内容:
- AI 政策库 — 48 份政策文档,中英标题、来源机构、摘要与原文链接
- 发展时间线 — 从 2014 年智慧国家倡议到 2026 年 NAIRD 的完整里程碑
- 落地执行追踪 — 87 项关键指标:投资、人才、算力、采用、研究、治理
- 国会 AI 焦点 — 187 场议会辩论的中文摘要、议员立场分析与政策信号提炼
- 开源与研究 — 官方开源项目与产学研生态追踪
- 创业生态 — 548 家 AI 创业公司、9 家独角兽、五大垂直领域全景
- 国际对标 — 10 个经济体 AI 政策横向对比
- 观点 — 站方的解读与分析框架
- Astro 5.0 + Tailwind CSS
- TypeScript 数据文件 + Markdown 博客文章
- 部署:Cloudflare Pages(GitHub Actions 构建 + wrangler 直传,见 .github/workflows/deploy.yaml)
npm install
npm run dev # 启动开发服务器 localhost:4321
npm run build # 构建生产版本到 ./dist/
npm run check # 运行 astro check + eslint + prettier 检查
npm run fix # 自动修复 eslint 和 prettier 问题src/
├── data/
│ ├── post/ # Markdown 博客文章
│ ├── debates.ts # 国会辩论数据
│ ├── policies.ts # 政策文件数据
│ ├── timeline.ts # 时间线数据
│ ├── startups.ts # AI 创业公司数据
│ └── ... # 其他数据模块
├── pages/ # 页面路由
├── components/widgets/ # UI 组件
├── navigation.ts # 导航配置
└── version.ts # 版本号
scripts/
└── hansard/ # 国会辩论数据采集与分析流程
基于 AstroWind 模板构建,MIT 许可证。
In-depth analysis of Singapore's AI ecosystem and strategy. More than information aggregation — independent analytical perspectives.
Live site: sgai.md
Singapore AI Observatory tracks Singapore's AI strategy through policy documents, execution data, parliamentary debates, startup ecosystem, and international benchmarking, offering independent analysis based on primary sources.
Key sections:
- AI Policy Library — 48 policy documents with bilingual titles, source agencies, summaries, and original links
- Development Timeline — Full milestones from Smart Nation Initiative (2014) to NAIRD (2026)
- Execution Tracker — 87 key metrics: investment, talent, compute, adoption, research, governance
- Parliamentary AI Focus — Chinese summaries of 187 parliamentary debates with MP stance analysis and policy signal extraction
- Open Source & Research — Government open-source projects and industry-academia ecosystem
- Startup Ecosystem — 548 AI startups, 9 unicorns, five vertical sectors
- International Benchmarking — Cross-comparison of AI policies across 10 economies
- Opinion — Our perspectives and analytical framework
- Astro 5.0 + Tailwind CSS
- TypeScript data files + Markdown blog posts
- Deployment: Cloudflare Pages (built on GitHub Actions, deployed with wrangler direct upload — see .github/workflows/deploy.yaml)
npm install
npm run dev # Start dev server at localhost:4321
npm run build # Build production site to ./dist/
npm run check # Run astro check + eslint + prettier
npm run fix # Auto-fix eslint and prettier issuesBuilt on the AstroWind template. MIT License.