Skip to content
View arin-gupta06's full-sized avatar

Block or report arin-gupta06

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

Hey, I'm Arin Gupta ๐Ÿ‘‹

B.Tech @ MITS Gwalior ย |ย  Problem-First Mindset ย |ย  Systems > Features


๐Ÿง  System.out.println("Who Am I");

I donโ€™t just write code โ€” I design systems that behave predictably, scale intentionally, and remain under control.

  • ๐Ÿงฉ I think in flows, constraints, and execution paths
  • ๐ŸŽฏ I prioritize clarity over complexity
  • ๐Ÿค– I explore AI as a controlled system, not blind automation
  • โšก I build tools that reduce cognitive load, not increase it

๐Ÿš€ Current Build Zone

๐Ÿงฐ PDTK

Personal Development Toolkit

  • CLI-first developer system
  • Deterministic execution model
  • AI-assisted brainstorming (local LLM)
  • Built for focus, control, and finishability

โš”๏ธ Algo Fight

Competitive coding platform

  • Real-time interaction
  • Gamified learning
  • Elo-based system

๐Ÿ›ก๏ธ Guardian AI

Secure AI-driven environment

  • Hackathon-built system
  • Monitoring + integrity focus
  • Privacy-aware design

๐Ÿงฐ Deep Dive: PDTK

โ€œA finished, boring tool beats a brilliant unfinished one.โ€

PDTK is a CLI system designed to reduce developer cognitive load through deterministic, whitelisted execution.

๐ŸŽฏ Core Principles

Principle Meaning
Human-in-control Executes only developer-approved actions
Deterministic execution No AI-generated shell commands
Finishability over flexibility Fixed features per version
CLI-first No UI, no background services

โš™๏ธ What Makes It Different

  • ๐Ÿ”’ Whitelisted execution only โ€” zero arbitrary commands
  • ๐Ÿง  Local AI brainstorming (Mistral via Ollama)
  • โšก No cloud dependency, no latency overhead
  • ๐Ÿงฉ Structured thinking environment, not chatbot noise
  • ๐Ÿšซ Anti-overthinking system built-in

๐Ÿ’ป Example Usage

# Activate PDTK
pdtk

# Verify identity
pdtk verify

# Start AI brainstorming
pdtk brainstorm

# Resume session
pdtk brainstorm load <id>

๐Ÿง  Brainstorm System

A 3-layer thinking pipeline:

Slash Command โ†’ Intent Detection โ†’ Structured AI Response

Key capabilities:

  • Generates 2 solution paths (prevents tunnel vision)
  • Tracks decisions with session persistence
  • Produces structured reports
  • Limits overthinking with controlled expansion

๐Ÿ› ๏ธ Tech Arsenal

JavaScript โ€ข TypeScript โ€ข Node.js โ€ข React โ€ข Express โ€ข MongoDB


๐Ÿงญ How I Think

Problem โ†’ Constraints โ†’ System โ†’ Execution โ†’ Feedback โ†’ Refine

๐ŸŒฑ Currently Evolving

  • Backend architecture & logging systems
  • Deterministic system design
  • AI behavior & control systems
  • Real-time interaction systems

๐Ÿ“Š GitHub Pulse


๐Ÿงช Experimental Zone

  • ๐ŸŽฎ Interactive learning systems
  • ๐Ÿค– AI behavior modeling
  • ๐Ÿง  Developer productivity systems
  • โšก Real-time feedback environments

๐ŸŽฏ Vision

  • Build AI systems that are controlled, explainable, and trustworthy
  • Create tools that reduce mental overhead for developers
  • Become a developer who designs systems, not just interfaces

๐Ÿงฉ Fun Element

Thereโ€™s a stickman somewhere hereโ€ฆ waiting to guide you ๐Ÿ‘€


๐Ÿ“ซ Let's Connect

LinkedIn โ€ข Email


Pinned Loading

  1. 404Error 404Error Public

    Hackathon marathon

    Kotlin 2

  2. GearGuard-The-Ultimate-Maintenance-Tracker GearGuard-The-Ultimate-Maintenance-Tracker Public

    Odoo hackathon

    TypeScript

  3. GuardianAI-Arin GuardianAI-Arin Public

    Forked from KD2303/GuardianAI

    Hackathon Extension

    HTML

  4. PDTK PDTK Public

    Personal Development ToolKit

    JavaScript