Skip to content
View winoooops's full-sized avatar
勉強してる
勉強してる
  • Sydney, Australia

Block or report winoooops

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.

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
winoooops/README.md

Hey, I’m Will (Winoooops) 👋

Typing SVG

I’m a Software Engineer focusing on Agentic AI — LLM tools, RAG, orchestration graphs, and AI‑in‑the‑loop workflows. I build full‑stack features with Node.js / TypeScript and pragmatic AWS architectures.


📊 Stats

Stats Langs
GitHub stats Top Langs

🛠 Tech Stack

Languages

TypeScript JavaScript Python C# solidity

Frontend

React Angular tailwind

Backend/Fullstack

Node.js NestJS .NET (ASP.NET Core / EF Core) FastAPI

Database

GraphQL PostgreSQL MongoDB

AI & Agents

OpenAI LangChain Claude (Anthropic)

Platform & Tooling

AWS Docker Git Selenium playwright jest vite gradle webpack

🚀 Current Side Hustles

  • Lunai — Agentic AI Chat App Stack: TypeScript, Node.js, GraphQL, prompts, client/server packages.
  • open‑swap — Unified LLM router/proxy. Stack: TypeScript, provider adapters (OpenAI/Anthropic/Gemini/OpenRouter/local).
  • chill‑mcp‑server — Claude MCP server for global /quote, /highfive, /chill. Stack: TypeScript, shell tooling.
  • aws‑mock‑test — Mock‑test platform. Stack: React (FE), API Gateway + Lambda + DynamoDB + S3 (BE), IaC + CI.

🧪 Manifesto

// demo/generate-bio.ts
const model = new ChatOpenAI();
const prompt = ChatPromptTemplate.fromTemplate(`
[Task] Generate a concise bio (2–3 sentences) for Will.
<manifesto>
{manifesto}
</manifesto>
`);

const chain = prompt.pipe(model).pipe(new StringOutputParser());

const manifesto = `
(……)
`;

const bio = await chain.invoke({ manifesto });

/******** Response
*
* Will is a software engineer focused on **agentic AI** and **cloud‑first**, **typed** systems. He builds **RAG** pipelines and **LangGraph** orchestration with a bias toward observability and tests. He ships daily in **TypeScript/Node.js**,
* reaches for **.NET (C#)** when enterprise/runtime constraints demand it, and favors **API Gateway + Lambda + DynamoDB/S3** on AWS with OpenTelemetry/CloudWatch and CI.
* His rubric is simple: strong types, small interfaces, real telemetry, and security from day one.
********/

🗺️ 2025 Roadmap

  • Open‑source Lunai minimal agent + context router
  • Publish LangGraph templates (task routing, memory, tools)
  • Evals + guardrails playbook for AI features
  • Ship cloud-native exam prep platform

🗣️ Say hi / AMA


📫 Connect

LinkedIn Email

Pinned Loading

  1. vimeflow vimeflow Public

    Vimeflow is a coding agent conversation manager built as a Tauri desktop application

    TypeScript 2

  2. lifeline lifeline Public

    Agent workflow for autonomous harness engineering on Claude Code — autonomous dev loop, paired Codex review, PR opener, PR finisher, codex-paired spec planner

    Python 1

  3. wskills wskills Public

    An opinionated collection of AI agent skills | 一组带有个人风格的 AI 智能体技能集合

    Python

  4. llm-tui llm-tui Public

    Rust

  5. nvim nvim Public

    Lua

  6. Leetcode-1001 Leetcode-1001 Public

    LeetCode算法的一千零一夜

    TypeScript