Skip to content
View sharfuddin18's full-sized avatar
πŸ˜…
I may be slow to respond.
πŸ˜…
I may be slow to respond.
  • Bangalore, karnataka, India
  • 07:26 (UTC -12:00)

Block or report sharfuddin18

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

Typing SVG


⚑ The Creator Philosophy & Manifesto

"Moving without traditional guardrails, I treat advanced AI and LLMs as core engineering partners. By fusing rapid execution with local AI orchestration, I turn raw technical curiosity into production-grade systems entirely from scratch."

πŸš€ Identity & Approach

  • Self-Taught Solo Creator: Learning through relentless building, debugging, and high-velocity iteration.
  • The "Vibe Coder" Ethos: Bypassing overhead to conceptualize and ship cross-platform apps at extreme speed.
  • Milestone Peak: Achieved a massive velocity peak of 76 contributions in a single day on July 8th.

🧠 Core Engineering Domains

  • Local AI & Hybrid RAG: Project-aware context engines combining FAISS vector search with BM25 lexical ranking.
  • Async Concurrency & Workloads: High-throughput dual-engine task pools for multithreading & multiprocessing.
  • Deterministic AI Routing: Classification pipelines routing developer intent to optimal execution providers.

πŸ› οΈ Comprehensive Tech Stack & Ecosystem


🌟 Featured Architecture & Flagship Systems

πŸ€– Codemaster-AI β€” Local-First, Project-Aware AI Coding Engine

A terminal-first, local-first AI developer workspace engineered for repository-scale code intelligence, task classification, hybrid retrieval, and evidence-driven patch verification.

  • Developer Workflow Pipeline: Developer Intent βž” Task Classification βž” Model Router βž” Hybrid RAG βž” Patch Generation βž” Evidence Verification
  • Deterministic Task & Model Routing: Built around a single authoritative routing boundary (TaskClassifier βž” ModelRouter βž” LLMFactory) to dynamically evaluate task complexity and map prompts to the optimal provider (Ollama / Local LLMs).
  • Hybrid Retrieval Architecture: Integrates Dense Vector Embeddings (all-MiniLM-L6-v2 via FAISS) with BM25 Lexical Search for persistent, hash-based incremental indexing of local codebases.
  • Safe Patching & Provenance: Executes safe diff validation with path-traversal protection, conflict handling, and inspectable provenance tracing context directly back to retrieved sources.
  • Multi-Interface Access: Features unified backend architecture accessible via FastAPI REST endpoints, Textual/Rich CLI/TUI interfaces, and MCP (Model Context Protocol) tools.

🎬 EditNova AI Pro β€” AI-Powered All-in-One Editor

An advanced, AI-driven editing suite designed for seamless media manipulation, text-to-speech, speech-to-text workflows, and generative media execution.

  • Frontend Architecture: Cross-platform Flutter (Dart) mobile UI utilizing custom Montserrat typography systems and Lottie animation bundles.
  • Backend Core: High-performance Python (Flask) engine managing secure user authentication and asset processing.
  • REST API Endpoints:
    • GET /api/usage β€” Real-time AI token tracking and consumption reporting.
    • POST /api/toggle-feature β€” Dynamic switching of active AI editing capabilities.
    • POST /api/login β€” Secure token-based user authentication.

⚑ py-taskpool β€” Asynchronous Dual-Engine Concurrency Framework

An asynchronous dual-engine task execution pool built in Python featuring automatic retry backoff, fault isolation, and automated GitHub Actions CI testing.

  • Dual-Engine Architecture: Seamlessly toggles between ThreadPoolExecutor for network/disk I/O and ProcessPoolExecutor to bypass the GIL for CPU-bound multi-core computation.
  • Resilience & Fault Isolation: Implements exponential/linear backoff logic (submit_with_retry) with isolated fault handling to aggregate execution states without crashing worker threads.
  • Zero External Dependencies: Native Python implementation fully tested using pytest and continuous integration pipelines.

πŸ”’ Secure Systems, CI/CD & SHA-256 Validation

Production-ready backend frameworks featuring automated script execution, rigorous endpoint verification, and cryptographic hash verification using SHA-256 protocols.


πŸ† Performance Milestones & Velocity

πŸš€ Peak Single-Day Velocity πŸ’‘ Execution Style πŸ”₯ Core System Focus
76 Contributions
Recorded on July 8th
100% Solo & Self-Taught
AI-Assisted Vibe Coder
Local AI, RAG & Docker
Scalable & Secure Ecosystems

πŸ“Š GitHub Metrics & Analytics

πŸ“ˆ Total Contributions πŸ”₯ Current Streak ⚑ Longest Streak

900+

Lifetime Activity

2 Days

Active Streak

14 Days

Peak Streak


🌐 Connect & Collaborate

Pinned Loading

  1. editnova-ai-pro editnova-ai-pro Public

    Editnova-Ai Pro is an advanced AI-powered application designed to enhance your creative workflow. It integrates Flutter for the frontend and Node.js/Python for backend APIs

    Dart 1

  2. Codemaster-Ai Codemaster-Ai Public template

    Codemaster-AI is a powerful, local-first coding assistant designed to live directly within your terminal, ensuring your codebase remains secure and private. By leveraging a modular, agent-based arc…

    Python 2

  3. py-taskpool py-taskpool Public

    An asynchronous, dual-engine (Thread & Process) Python task pool featuring automatic retry logic, fault isolation, and GitHub Actions CI.

    Python