Skip to content
View CodedRichy's full-sized avatar
πŸ’­
sanguine.
πŸ’­
sanguine.

Highlights

  • Pro

Organizations

@PantheraLabs

Block or report CodedRichy

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

RISHI PRASEETH KRISHNAN

Building backend-heavy applications, system tools, and automation pipelines.
Focused on correctness, performance, and developer ergonomics.

B.Tech Computer Science @ Muthoot Institute of Technology and Science






❖ CORE PROJECTS

Selected engineering projects. Some repositories are private; descriptions focus on architecture and technical guarantees.


↳ Expenso β€” Ledger-Based Group Expense System

A cross-platform group expense application designed around strict accounting invariants.

Key Engineering Decisions:
β€’ Append-only expense revisions (no destructive updates)
β€’ Integer minor-unit accounting to eliminate rounding errors
β€’ Deterministic settlement computation (zero-sum invariant enforced)
β€’ Natural-language expense parsing using Groq/Llama
β€’ Direct UPI intent-based settlement flows
Stack: Flutter, Firebase, Groq

↳ AAE β€” Passive Presence Verification Framework

A decentralized, infrastructure-independent framework for high-integrity presence tracking.

Technical Highlights:
β€’ Proximity Mesh using BLE and Union-Find DJS algorithm
β€’ Multi-modal anti-spoofing via gyroscope and light sensor fusion
β€’ Differential privacy core with ephemeral identity tokens
β€’ High-frequency ingestion via Node.js and Redis
Stack: Flutter, Node.js, Redis, PostgreSQL

↳ GitPulse β€” Autonomous Git Synchronization Daemon

A background service that automates Git workflows with per-repo safety guarantees.

Core Mechanisms:
β€’ File-system event debouncing per repository
β€’ AI-generated commit summaries from diff context using Groq
β€’ Automated push failure recovery and auth retries
β€’ Designed for low-latency background monitoring
Stack: Python, Git, Groq

↳ LiteCPU16 β€” 16-bit Single-Cycle Processor

A minimal educational CPU designed to demonstrate hardware-level instruction execution.

Core Architecture Features:
β€’ 16-bit Harvard Architecture designed in Verilog (HDL)
β€’ Modular 8-file structure (ALU, Control Unit, Register File)
β€’ Executes fundamental RISC instruction set (ADD, LW, SW, BEQ)
β€’ Validated via simulation in Icarus Verilog
Stack: Verilog, Icarus Verilog



❖ EXPERIENCE

Role Organization Timeline Focus
Tech Subcommittee Member MITS Media Club Oct 2024 – Present Technical direction and infrastructure
Member MITS Motorsports Oct 2024 – Present Engineering and team operations
Apprentice Trainee Soften Technologies May 2024 – Aug 2024 Backend development (Python & JavaScript)



❖ INTERESTS

  • Backend & systems engineering
  • Developer tooling and automation
  • Correctness-first application design
  • Performance-aware architectures



❖ GITHUB STATS

Pinned Loading

  1. PantheraLabs/IntentCompiler PantheraLabs/IntentCompiler Public

    Compile structured intent into reliable AI workflows β€” no prompt engineering required

    TypeScript 2

  2. GitPulse GitPulse Public

    Commit firewall for AI-generated code

    TypeScript