Skip to content
View kaizengrowth's full-sized avatar
🚀
🚀

Highlights

  • Pro

Organizations

@codefortulsa @WomenInBlockchain2018 @DataAutomatica @Whale-Watchers @nylocaltech @Algo-Folks @Algo-Workout

Block or report kaizengrowth

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

Hi, I'm Katie Z. Albasi 👋

Software engineer, AI researcher in training, technical consultant and educator. I build production AI systems for government and community programs, and I teach engineers how to build them responsibly.

Website Email OWASP


🔭 What I do

My work sits at the intersection of AI engineering, public-interest technology, and AI safety research:

  • Production AI for government benefits — document intelligence, multilingual conversational AI, fraud-signal detection, and high-availability payments infrastructure for state benefits programs (Michigan, Colorado) at AidKit, in partnership with OpenAI. 🏆 Gold, "Best Use of Artificial Intelligence," 2025 Globee Awards for Impact; GitLab Foundation AI for Economic Mobility grantee.
  • AI evaluation & observability — human-in-the-loop evaluation harnesses, trace-level monitoring, and continuous oversight for agentic RAG systems. I think of evaluation-driven development as TDD's cousin for nondeterministic systems.
  • Technical education at scale — designed and launched AI-engineering curricula as Managing Lead Instructor at Stride (team of 9) and as an enterprise AI consultant for Pluralsight. I've also taught and mentored adult learners at Per Scholas, Future Code, and other workforce programs. My practice is grounded in andragogy and heutagogy (self-directed, experience-driven learning) for working adults, using backward design, constructive alignment, and competency-based instructional design. Certified in pedagogy and curriculum design, with a focus on scaffolding complex technical skills, formative assessment, and transfer of learning into building custom telemetry-enabled cloud labs and AI-enabled learning platforms in production.

🌱 Current work & research

  • Founder/Senior Engineer, What We Will — a community platform to connect laid-off workers to legal and healthcare resources and job search supports. Building an evaluated agentic RAG system for labor-law citations and an AI upskilling program run by 38 volunteers.
  • AI safety research (in progress, 2026) — first-author work on localizing safety guardrails at the transformer-layer level, building on findings that RL capability gains concentrate in a small subset of middle layers.
  • AI & labor policy research (in progress, 2026) — collaborating on a study with TechEquity analyzing survey data from tech workers on AI-driven change in their roles.

📚 Learning lately

  • Newline AI Research program — transformer internals built from scratch (self-attention layers, feedforward networks, full architecture), fine-tuning across the stack (LoRA instruction tuning, multimodal & embedding fine-tuning with CLIP and triplet loss), and preference-based training methods (RLHF, DPO, PPO, GRPO). This mechanical, layer-by-layer grounding directly feeds my transformer-layer guardrail research.
  • Advanced retrieval & agentic systems — multi-vector indexing, late-interaction retrieval, multimodal RAG over text/images/tables, tool-augmented reasoning, and AI-centric evaluation — hands-on with Hugging Face, DSPy, LangChain, and Modal.
  • Production reliability — Google's SRE canon (SLOs, error budgets, toil) and modern Java (17/21 records, sealed types, virtual threads) with Spring Boot slice testing and Testcontainers.

📌 Featured repositories

Repo Details
What We Will Production crisis-support platform for laid-off workers: resource matching, peer-support grouping, evaluated legal-citation chatbot. TypeScript, agentic RAG, human-in-the-loop evals.
CivicSpark AI AI document assistant for Tulsa city government — parsing/translating ordinances, budgets, and Council minutes with SMS/email alerts. Built with the Tulsa City Auditor's Office; user-tested with 80+ government staff and residents. Python, RAG, civic tech.
MultiAgentEDUstack Multi-agent curriculum pipeline that sources AI research/news, tiers credibility, and scaffolds digests, wiki, lessons, and labs at model speed. Python, SQLite, Claude Code skills, Next.js desk.
machine_learning_projects ML coursework at M.I.T. with experiments in Python ML libraries. Jupyter, scikit-learn, exploratory work.
oulipo_package Python NLP library for constraint-based poetry (built for SFPC), packaged and published to GitHub Container Registry. Python packaging, NLP, creative computation.
evaStudio ⭐ 58 Apache Kafka monitoring tool for prototyping real-time streaming pipelines and testing parallelization of multi-stage ML models pre-production. TypeScript, distributed systems, observability.

🛠️ Toolbox

AI/ML: LLM evaluation harnesses · RAG & agentic workflows · MCP · OpenAI & Anthropic APIs · open-weight models (Ollama) · NLP (spaCy, NLTK) · audio ML (Librosa) · model quantization & distillation (GPTQ, AWQ, GGUF, LoRA/QLoRA) · fine-tuning & preference optimization (RLHF, DPO, PPO)

Responsible AI & safety: AI red teaming (OWASP) · adversarial probing & jailbreak testing · safety guardrails (input/output filtering, policy enforcement, layer-localized interventions) · bias & fairness testing · toxicity & harm evaluation · alignment & refusal behavior analysis · human-in-the-loop oversight · evaluation-driven development for nondeterministic systems

Languages & frameworks: Python · TypeScript/JavaScript · Java (Spring Boot) · React · FastAPI · Node

Data & infra: AWS (primary) · Docker · Pulumi · Jenkins & GitHub Actions CI/CD · Airflow · Kafka · Spark · Linux · payments infrastructure

Practices: TDD & pairing · human-centered design · Scrum Alliance certified · PMI trained · SAFe Agile · modular contracting · USDS/18F-style delivery · scenario-driven development · policy toggles / de-risking government software

Compliance & accessibility: FedRAMP (incl. AWS GovCloud) · ATO · FISMA · NIST SP 800-53 · NIST AI RMF · ISO 27001 · Section 508 / WCAG 2.1 AA · USWDS · HIPAA / PII / PHI · responsible AI governance

Health IT & geospatial: QRDA-III · QPP/MIPS · eCQM · OGC open geospatial standards

🎓 Background

M.S. Computer Science, UPenn · Post-grad certificate in ML & AI, MIT · MPA-BA Data Science for Public Policy, NYU (Reynolds Fellow) · A.B. Mathematics-Economics, Columbia (Centennial Scholar)


💬 Open to conversations about AI evaluation, gov-tech, responsible AI deployment, and technical education. Reach me at kaitlin.zhang@owasp.org or check out my personal blog at kaizencode.art.

Pinned Loading

  1. What-We-Will/community-platform What-We-Will/community-platform Public

    TypeScript 9 6

  2. CivicSpark_AI CivicSpark_AI Public

    Testing prototype with community organizations & Tulsa City Council staff. Sponsored by Builders & Backers (Kaiser Family Foundation)

    Python 9

  3. MultiAgentEDUstack MultiAgentEDUstack Public

    An eight-stage multi-agent system for keeping AI enablement curriculum current as tools and methods change weekly.

    Python

  4. oslabs-beta/evaStudio oslabs-beta/evaStudio Public

    An Apache Kafka monitoring tool to prototype and scale real-time streaming data pipelines, and test parallelization of multi-stage ML models before production, with metrics for potential automation…

    TypeScript 58 5

  5. oulipo_package oulipo_package Public

    Testing: my Python poetry NLP library for SFPC as a package to Github Container Registry

    Python

  6. machine_learning_projects machine_learning_projects Public

    class projects and playing with python ML libraries

    Jupyter Notebook