Skip to content
View Tenormusica2024's full-sized avatar

Block or report Tenormusica2024

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

Hi there

I’m an AI Engineer focused on agent operations, knowledge operations, and automation reliability.

I build automation systems and LLM/agent workflows that are not only functional, but also operable, monitorable, and maintainable in real-world environments. My specialty is tying tools, workflows, and repositories together into automation that doesn’t break.


Start here: public repos that show how I work

Here are some public repos I’d recommend as entry points:

  • Review / fix workflows
    • review-fix-pipeline — intent-first review and automated fix loops with independent reviewer contexts
    • claude-review-pdca — closed-loop reuse of past review findings during implementation
    • claude-code-hooks — guardrails that block user-delegation and premature completion
  • Knowledge / documentation operations
  • Data pipeline / dashboard artifact

If you want a place to start, I’d especially recommend review-fix-pipeline for agent workflow design or x-bookmark-knowledge-pack for local-first knowledge-pack style tooling.


Featured: curiosity-wiki Operations Flow

End-to-end view of the operations pipeline for a personal LLM Wiki. Visualizes the data flow from a Task Scheduler-triggered orchestrator, through the intake / governance / graphify flows, down to the operations cockpit.

curiosity-wiki Operations Flow

Live demo: https://curiosity-wiki-ops.vercel.app

  • 8-agent sensitivity-optimized pipeline (Phase 5)
  • Concept normalization + alias resolution via a canonical layer (Phase 6)
  • Automated intake 4x/day + weekly governance + daily meta supervision
  • Multi-source search chain across Grok 4 / Perplexity / xAI API
  • Multi-model orchestration with GLM-5 × Claude Code × Codex

The main repository is private. Only the visualization HTML is carved out into a standalone deploy repository and published via Vercel.


Representative Projects

Selected Artifacts


Stack

  • Languages: Python, TypeScript, PowerShell, Bash
  • AI / Agents: Claude Code (Opus / Sonnet), Codex (GPT-5.4), GLM-5, Grok 4
  • Automation: Task Scheduler, GitHub Actions, Vercel, Cloud Run
  • Knowledge Ops: Obsidian Vault, frontmatter metadata, semantic graph (graphify)
  • Orchestration: Claude in Chrome (CiC), Playwright CLI, dev-browser, MCP servers

Focus

  • Agent operations and AI workflow reliability
  • Knowledge operations and agent-friendly structure design
  • Cost-aware model routing and role separation
  • Safe automation that reduces manual routing and repetitive judgment
  • Guardrails, monitoring, and handover for real-world operation

Pinned Loading

  1. claude-review-pdca claude-review-pdca Public

    Closed-loop PDCA for Claude Code that resurfaces past review findings during implementation and learns false-positive patterns over time.

    Python

  2. claude-code-hooks claude-code-hooks Public

    Claude Code stop hooks and prompt hooks for quality guardrails: block user-delegation, false completion, and low-signal workflow slips.

    Python

  3. huggingface-daily-insights-api huggingface-daily-insights-api Public

    Daily snapshots, CSV releases, dashboard, and API for Hugging Face models, arXiv papers, and LMArena rankings.

    Python

  4. review-fix-pipeline review-fix-pipeline Public

    Intent-first code review and automated fix loops for Claude Code. Reduces self-review bias through independent reviewer contexts.

    Python

  5. x-bookmark-knowledge-pack x-bookmark-knowledge-pack Public

    Local-first X bookmark pack generator for humans and AI agents. Produces portable static bundles from exported bookmark data.

    Python

  6. codex-session-kanban-demo codex-session-kanban-demo Public

    Static, privacy-aware Kanban review surface for AI coding session-to-task extraction

    Python