Skip to content
View Aafff623's full-sized avatar
🎯
Focusing
🎯
Focusing

Highlights

  • Pro

Block or report Aafff623

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Aafff623/README.md

threetwoa banner

Hello, I'm threetwoa
⭐ Code Less, Architect More 🚀

Hello. I'm an incoming third-year Software Engineering student at North University of China. 💻⁠( ̄▽ ̄)

This summer: Java microservices & middleware, LLM internals, and Spec-driven Coding under Harness Engineering. The honeymoon with vibe coding is over — I care about architecture, maintainability, and code built to last.

⚡⁠(¬‿¬) Fewer throwaway lines, more judgment and workflow.

What I'm practicing:

  • Build & practice (Builder culture): exploring modern open-source paradigms with a "build to understand" mindset — learning by doing via Build Your Own X and CodeCrafters with toy projects (custom terminal Shell, mini-Redis, and minimal agent loops inspired by pi-from-scratch); built wolfcha (multi-agent social deduction game powered by DeepSeek/Qwen/Gemini) and pane (Windows tray multi-plan AI tracker); internalizing agent architecture through Hello-Agents and Li Bojie's ai-agent-book across OpenCode and Harness Agents; adopting agile shipping from Easy-Vibe and VibeHub while tending my digital garden.
  • Practical stack & data tooling: payments, databases, WeChat ecosystem, Aliyun, UniApp, and CDP-based browser automation/scraping inspired by MediaCrawler; building full-stack applications like sky-out-ai (takeout AI reconstruction with customer service RAG); rotating thinking hats — PM, FDE, full-stack, hackathon builder.
  • Open source: digging into my own repos and community hotspots; learning from open-source architectures, cloning, experimenting, forking, and maintaining.
  • Evals & multimodal: hands-on testing of domestic models (DeepSeek, GLM, Kimi) and the foreign big three (Anthropic, OpenAI, xAI). Wiring multimodal generation (MiniMax / StepFun for images, video, TTS, audio) into agent workflows, combined with custom utility Skills and MCP.
  • My TTA Skills: a personal agent toolkit under my handle initials (TTA) — tta-init · tta-html · tta-visual · tta-tone · tta-ppt · tta-icon · tta-motion — covering workspace governance, HTML docs, manga/technical diagrams, bilingual tone, 16:9 decks, icon generation, and web motion.

Outside tech I'm a cyclist 🚲 and follow bike racing — the Grand Tours and spring classics. I write a blog, tend a digital garden, track anime seasons, and keep a bit of warmth outside the screen that I don't want to lose.

threetwoa hero

GitHub      Zhihu      X      WeChat      Bilibili      Telegram      YouTube      Email      Blog      Digital Garden


Agent workflow

Coding agents are a fleet, not a single tool. Grok scouts real-time topics on the web (and I enjoy tinkering with Grokbot); GPT goes deep on research and requirement breakdowns; previously used Claude Code routed to V4-Flash alongside MiniMax multimodal generation — core development has shifted to ZCode running on the GLM Lite plan with GLM 5.3 Flash, taking full advantage of its Harness ecosystem and plugin marketplace; OpenCode and Pi for lightweight tasks — lightweight routines are now handed over to Gemini 3.8 Flash inside Antigravity; Cursor handles localized patches and quick inline refinements. I avoid reinventing wheels: configure each CLI with its matching Harness ecosystem and plugin registry, and maintain my custom harness-sync skill to synchronize and iterate cross-tool configurations in one click. The harness matters more than the prompt: scoped context, repository rules, deterministic commands, tests, clean docs, and a careful final diff review. 📋⁠(・ω・)ノ Architectural judgment and every merge stay with me.


Tech stack

Frontend & Fullstack
Vue TypeScript UniApp Astro Node.js

Java / Spring
Java Spring Boot Spring MVC MyBatis-Plus Sa-Token

Middleware & microservices
MySQL Redis MongoDB MinIO RocketMQ Netty Nacos Gateway

AI / agents
LangChain4j Qwen / DashScope Model Context Protocol Retrieval-Augmented Generation

Systems / inference — competition proof
vLLM HIP / ROCm Hygon DCU Biren GPU

Python
Python Django Flask

DevOps
Docker Git Linux

animated threetwoa mascot

Competitions

Lead Cup · vLLM on Hygon DCU

2026 全国大学生计算机系统能力大赛 · 智能计算创新设计赛(先导杯)赛题 1 · Team 翻斗花园

Proof split: official best anchor is 87.7839 / 100 · #26 / 132 · SLA 0 · precision 0; our own best anchor is 87.6933 / 100, with 4k–8k / 8k–16k / 16k–32k throughput 20.39 / 18.29 / 14.61 tok/s and precision 0.

Workload: raise long-context Qwen throughput on a fixed domestic DCU at concurrency=1, under TTFT/TPOT P99 SLA (input mix 4k–8k / 8k–16k / 16k–32k).

Stack: vLLM 0.18.1 · Qwen3.5-27B BF16 · Hygon DCU (gfx936) on SCNet. My focus: shared-gate fusion, SwiGLU HIP kernels, GDN launch packing, Gather-FA routing, LPK prefetch.

Validated recipe: fused shared-gate ON · LPK stages=1 · Gather-FA ≤16K · rocBLAS + TunableOp · LPK prefetch. LONG prefill and LLMM1+fusion were rejected after measured regressions, including 83.8886 for the latter.

vs official baseline smoke: TTFT P99 −61%–87% · TPOT P99 ≈ −35% · throughput +7%–24%. Scores locked to SCNet runs, not local Windows numbers.

Submission · Source mirror

AI4S · 书生国智科探挑战赛

2026 书生国智科探挑战赛暨飞翔杯 AI Agent/Skills 开发大赛 · Shanghai AI Lab × Biren · Track 5 模型与算子 · Team 翻斗花园

Live board: public NS64 rel-L2 0.035115 · tag dualview_r2 · report v9 · Spectral idle 3.811 / 8.054 / 29.560 ms @64/128/256 · worst rel ≈ 2.17e-7 (≤1e-4) · ranking pending

Problem: ship a Biren-native Spectral Convolution (SUPA / Extension) and reuse it inside ≥4-layer FNO-NS on the public 64×64 Navier–Stokes set (1000/128) — Agent/Skills log required (~15%).

Stack: Biren106B · SDK 1.11 · device=supa · fused suFFT + SUPA dual-corner mul · FNO width32/modes16 · Cursor Agent harness (skill.md, operator opt-loop, promote gates).

Evidence: formal Spectral idle frozen; chain CPU↔SUPA <1e-4; Pred/GT viz on public NS64; Agent log 35+ reviewed segments with abort/NO_SIGNAL discipline (no silent promote).

vs prior formal v8 (0.035302): public L2 ≈ +0.53% error drop after dual-view consistency polish; Spectral ms unchanged on purpose.

Source · Competition site

2026 National Collegiate Computer System Capability Competition 书生国智科探挑战赛 — Shanghai AI Lab × Biren

GitHub stats

GitHub streak stats
GitHub stats Top languages

Classic project

Helps DAO operators prepare and approve treasury payouts through Cobo Agentic Wallet, instead of ad-hoc spreadsheets and opaque transfers. Hackathon prototype.

  • Track: Cobo · Agentic Economy × CAW
  • My role: frontend lead; landing page and the operator console used in the demo
  • Flow: contribution records and budget rules → payment plan → deterministic checks → human approval → payout and audit report
  • Proof: two Sepolia / SETH payouts (external payment + internal transfer)
  • Stack: Next.js, TypeScript, FastAPI, Cobo CAW

Live demo   Repository

Next.js React TypeScript Tailwind CSS Framer Motion FastAPI Cobo CAW

AgentCFO banner

Currently building

  • Exploring DSH plugin ecosystem: Diving into the DSH plugin architecture — contributing one plugin to the official community while independently developing another from scratch.
  • In Progress Distributed delay-delivery service: Spring Cloud & middleware practice with high reliability and load-leveling focus.
  • Prototyping Enterprise Dify customization: Tailored knowledge-base retrieval and agent workflow extensions for production scenarios.
  • Lab Grokbot experiments: Tinkering with real-time agent interactions, scheduled monitors, and automated workflow playbooks.

What I'm learning

  • Java microservices full-stack: building clean microservices end to end — Spring Cloud Alibaba, Nacos, distributed transactions, and production-grade backend engineering.
  • AI-assisted E2E testing: using MCP tools so models can drive end-to-end flows and catch broken business paths early. 🔬⁠(・∀・)
  • Light CLI + heavy IDE: ZCode / Claude Code for rapid development and exploration, Antigravity (Gemini) for lighter tasks; Cursor (browser, debugger, project context) for long-lived maintenance.
  • Paradigm shift: Prompt → Context → Harness → Loop Engineering. Human rules and discipline shrink the human-agent gap and force clearer architecture thinking. 🧭⁠(`・ω・´)
  • Cross-harness sync & custom skills: maintaining multi-environment configs via my custom harness-sync skill, and distilling practical workflows into the TTA skill fleet.
  • Indie shipping path: App / mini-program + overseas payments end to end; letting information drive development while filling gaps with AI.
  • Spec-driven coding (SDD): practicing Spec-Kit / OpenSpec patterns to align human-agent assumptions through clear upfront contracts.
  • Agent engineering (Python): LLM routing, Function Calling / MCP runtimes, stateful Agent Loops with checkpoints, hybrid-retrieval RAG.
  • Multi-Agent collaboration & evals: Subagent orchestration, golden datasets, LLM-as-Judge automated evals, tracing, and cost governance.
  • Agentic product shipping: moving from idea to prototype (PM → Builder), weaving memory systems, proactive touchpoints, and dynamic UI into real applications.

Activity

contribution snake


Last updated: September 2026

Pinned Loading

  1. fork-Firefly fork-Firefly Public template

    Astro 静态博客 · Firefly 二次开发 · 配置驱动与 Agent 发文流水线

    Astro 1

  2. web3career-study-track web3career-study-track Public

    AI × Web3 School bootcamp track — pre-study notes (42/42) · daily logs · hackathon MVP · agent-driven workflow with Claude Code / Kiro skills.

    6

  3. agent-cfo agent-cfo Public

    Forked from San-Y108/agent-cfo

    AI CFO for DAOs: Payment Plan → Risk Check → Human Approval → Cobo Agentic Wallet (CAW).

    Python 1