Skip to content

Latest commit

 

History

History
69 lines (46 loc) · 3.58 KB

File metadata and controls

69 lines (46 loc) · 3.58 KB

DevLab

中文主页

DevLab AI Lab overview

DevLab is the public entry point for AI work I build, maintain, or actively contribute to around four themes: AI coding workflow, token analytics, agent security, and ChatGPT workflow performance.

Start Here

About

I use this repository as a documentation-first front page for current AI projects and as a durable home for earlier multi-language experiments. The goal is practical: show what I am building, what I am maintaining, and how I approach AI developer tooling in real repositories.

Featured Projects

Project Role Domain Stack Status
Token Insight / Repo Builder / Maintainer Local-first token observability for AI coding tools Rust, React, SQLite Active build
Codex Composer / Repo Builder / Maintainer Reproducible Codex workflow bootstrap for repositories JavaScript, Shell, Markdown Active iteration
ChatGPT TurboRender / Repo Builder / Maintainer Keep long ChatGPT conversations responsive without replacing the native UI TypeScript, WXT, Manifest V3, Playwright, Vitest Active build
AgentScan / Repo Contributor / Maintainer Exposed AI agent discovery and security audit Go, React, SQLite Active security tooling

ChatGPT TurboRender

  • Role: Builder / Maintainer
  • Domain: Browser-side ChatGPT long-thread responsiveness
  • Stack: TypeScript, WXT, Manifest V3, Playwright, Vitest
  • Status: Active build

This project keeps long ChatGPT sessions responsive by reducing browser render pressure instead of replacing the native UI. It trims cold history before first render, preserves a hot interaction window, and restores old turns on demand so long conversations stay usable.

View details:

Related AI Work

  • one-api: maintenance-oriented fork work around LLM gateway and API distribution scenarios.
  • MetaGPT: participation via fork-based exploration of multi-agent software workflows.

Cookbook

Legacy Lab

Earlier experiments remain available as reference code:

Collaboration

I am interested in collaborations around AI developer tools, internal AI workflow enablement, local-first analytics, and agent security. DevLab is structured to make that evaluation quick: projects, notes, and older experiments are all linked from one place.