Skip to content
View Yusuprozimemet's full-sized avatar

Highlights

  • Pro

Block or report Yusuprozimemet

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

Typing SVG

$ whoami

Former molecular biologist (RNA splicing, spliceosome mechanics) turned AI-native developer. I enjoy thinking about system design, architecture, data flow, and the bigger picture. I learn by building, which is why I keep creating projects, whether small or large (SaaS).


$ cat interests.txt

  • 🧠 AI implementations across domains β€” agents, multi-agent systems, LLM pipelines
  • πŸ—οΈ Webapp engineering β€” FastAPI, JavaScript, Node.js, async everything
  • β™ŸοΈ Chess β€” developed my own spatial/strategic framework independently of established theory
  • 🧬 Computational biology β€” where it all started

$ ls -la stack/

Python JavaScript Node.js FastAPI PostgreSQL Java Railway Playwright


$ cat methodology.md

Signal Coding (Orchestrating multi agents)

I run a Signal Coding workflow β€” every git diff passes through an Advisor Council of AI agents (Security, QA, Senior Dev, CTO, PM) before deployment. Treating AI outputs as experimental results requiring controls, not oracles to trust blindly. From the lab bench to the terminal.

β†’ Writing about it on Medium @yusupr

Spec-Driven Development

Before a single line of code is written, the feature lives as a written specification. Each spec defines the exact deliverable, acceptance criteria, files touched, and exit conditions. The agent implements against the spec; a human reviews the diff and merges only when all gates pass.

spec β†’ branch β†’ implement β†’ test β†’ multi-agent review β†’ human merge
         ↑                                                    ↓
         └──────────────── never skip steps β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜

Hard rules:

  • NEVER commit to main directly
  • NEVER start the next spec until the current one is merged and green
  • NEVER merge β€” human merges after review
  • NEVER skip the gate: unit tests + E2E + lint

Active example: LearnX-CLI β€” a .md β†’ LLM curriculum β†’ TTS audio β†’ MP4 video pipeline built entirely spec-by-spec across v0 β†’ v4, with 235 tests and a Docker container sandbox replacing git-branch-only sandboxing.


$ cat publication.bib

NAD Metabolism and Proteomic Profile in a Yeast Model Expressing a Neurotoxic polyQ Protein: Effect of Phenolics from Extra-virgin Olive Oil Vincenzetti S, Rozimemet Y, et al. β€” preprints.org, 2024 β†’

Pinned Loading

  1. LearnX-CLI LearnX-CLI Public

    LearnX-CLI is a symbiotic system with two parts: Tutor (learner-facing) turns content into structured, audio-first lessons. DevLoop (builder-facing) drives spec-based development, testing, and iter…

    Python

  2. LearnX-Radar LearnX-Radar Public

    LearnX-Radar is an automated β€œdaily learning radar” for developers that tracks trending topics across tech communities, identifies skill gaps, and generates a daily audio lesson with a live dashboard.

    Python

  3. LearnX-Search LearnX-Search Public

    LearnX-Search is an educational search platform that helps learners quickly find high-quality resources across the web. It delivers fast, relevant results with clean filtering and a simple, user-fr…

    Python

  4. LearnX-Delftse LearnX-Delftse Public

    LearnX-Delftse is a personal, interactive, audio-first Dutch learning trainer with spaced repetition, built around a private content database and a public GitHub Pages shell.

    Python

  5. cookbook cookbook Public

    Forked from HackYourFutureProjects/c55-core-project-group-4

    Group project

    JavaScript

  6. ticket-tracking-system ticket-tracking-system Public

    Spring Boot + PostgreSQL REST API for tracking tickets, projects, and assignees, with email notifications.

    Java