Work

Engineering samples

Cases accumulate over time. Items below include solution design examples and self-owned projects, with status marked transparently. Client cases are kept confidential.

AI 引流看板 转化漏斗 线索评分 商机转派 近期线索
Acquisition Deliverable

AI acquisition system: content engine & lead scoring

Multi-channel content engine and lead intake for B2B: private-domain scoring, opportunity dispatch, conversion review.

SEO/GEO 监控 aigcharness.com — 排名 #3 排名趋势(30天) AI 引擎引用
Optimization Deliverable

Multi-channel SEO/GEO optimization

Dual optimization for search and generative AI engines: structured data, semantic HTML, AI crawler open, content rebuild.

AI Token 贸易 供应商聚合 实时定价 ¥0.012/k ¥0.018/k 余额账户 ¥1,284 对账 ✓ API 网关 · 风控 POST /v1/chat → routed supplier: gpt-4o · 1.2k tok supplier: claude · 0.8k tok 风控:限流 · 异常熔断 ✓
Platform Deliverable

AI Token trading platform: aggregation & match

Multi-supplier compute aggregation, real-time pricing match, balance accounts and reconciliation, API gateway and risk control, with ops manual.

AI 漫剧工作流 剧本 分镜 线稿/上色 合成 时间线 批产队列
Workflow Deliverable

AI comic workflow: script to final cut

Storyboard/lineart/color/composite orchestration, model scheduling and asset library, batch export.

aigcharness.com AI Enable Harness 移动端
Website Live

Corporate website

Astro / Next.js / Nuxt / Hugo / Hexo / WordPress and other mainstream stacks, bilingual, structured data, design system, private or cloud deployment.

API 文档 接口 GET /api/v1/products 200 OK {"id": 1024, "name": "Token", "price": 102.34, "status": "live"} unit tests ✓
API Deliverable

E-commerce API & payment integration

Product/order/payment REST API with WeChat Pay and Alipay, OpenAPI docs and load tests.

数据采集 PLC ETL TimescaleDB 看板 · 告警 告警
Data Deliverable

Production line data collection & time-series warehousing

Industrial protocol to PLC, data into TimescaleDB with dashboard and alerts.

CI/CD 流水线 build test scan deploy monitor 日志 ✓ build 2.1s ✓ test 5.3s ✓ scan 1.8s → deploy rolling alerting: on
Automation Deliverable

Ops automation & CI/CD pipeline

GitHub Actions/GitLab CI pipeline, image build, rolling deploy, monitoring & alerting.

架构评审报告 可行性:通过 技术栈选型 架构评审 风险点 PoC 验证 结论:可立项
Consulting Deliverable

Tech selection & architecture review report

Stack selection, architecture review, feasibility report with PoC code for business systems.

Bug 修复 · diff - const data = fetch(url) - return data.json() + const res = await fetch(url) + if (!res.ok) throw new Error(res.status) + return res.json() // 修复:增加错误处理与 await 单元测试 ✓ 18 passed ✓ 0 failed 回归验证通过
Maintenance Deliverable

Legacy takeover & regression fix

Take over existing code, diagnose, add unit tests, fix and regression. Fix notes and diff delivered.