Skip to content
View Karuso1's full-sized avatar

Block or report Karuso1

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 supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Karuso1/README.md

Kartik Pawar

About Me

I'm a professional programmer and advanced chess player focused on high-performance software, neural architectures, and efficient system design. My work involves developing hybrid AI systems, advanced chess engines, and experimental algorithms that push the limits of computation and intelligence modeling.

Featured Project — QuantumKing

QuantumKing is a next-generation chess engine built with a hybrid search framework integrating six core algorithms:

  • Minimax with Alpha-Beta Pruning
  • Negamax with Alpha-Beta Pruning
  • MTD(f)
  • Monte Carlo Tree Search (MCTS)
  • NegaScout
  • QMM (Quantum Minimax)

It utilizes a custom neural architecture named NNUH (Hyper-Efficiently Updatable Neural Network) that evaluates and refines move selections generated by the hybrid search process.
QuantumKing achieves a peak Elo of 4095, combining deep evaluation precision with computational efficiency.

Technical Focus

  • Neural Network Engineering and Compression
  • Engine Architecture and Search Algorithms
  • Systems Programming
  • Algorithm Optimization
  • AI Evaluation Models

GitHub Overview

My repositories focus on experiments in engine logic, neural efficiency, and algorithmic intelligence.
Some projects remain private due to ongoing R&D and proprietary development.

Popular repositories Loading

  1. Karuso1 Karuso1 Public

    Config files for my GitHub profile.

  2. license-list-data license-list-data Public

    Forked from spdx/license-list-data

    Various data formats for the SPDX License List including RDFa, HTML, Text, and JSON

    HTML

  3. LegalMiniUCI LegalMiniUCI Public

    A single file chess engine, still under development.

    C

  4. assets assets Public

    Assets for every projects

  5. BatchVirus BatchVirus Public

    A virus made using Batchfile. This is for educational purposes only!

    Batchfile 1

  6. QuantumOX QuantumOX Public

    A Tic-Tac-Toe engine which supports UTTTI.

    C++