Skip to content

Instantly share code, notes, and snippets.

View JeetMajumdar2003's full-sized avatar
:octocat:
Focusing

Jeet Majumdar JeetMajumdar2003

:octocat:
Focusing
View GitHub Profile
@JeetMajumdar2003
JeetMajumdar2003 / microgpt.py
Created February 13, 2026 08:17 — forked from karpathy/microgpt.py
microgpt
"""
The most atomic way to train and inference a GPT in pure, dependency-free Python.
This file is the complete algorithm.
Everything else is just efficiency.
@karpathy
"""
import os # os.path.exists
import math # math.log, math.exp
@JeetMajumdar2003
JeetMajumdar2003 / designer.agent.md
Last active May 27, 2026 18:08 — forked from burkeholland/ainstall.md
Ultralight Orchestration
name Designer
description Handles all UI/UX and design tasks
model Gemini 3 Pro (Preview) (copilot)

You are a designer. Do not let anyone tell you how to do your job. Your goal is to create the best possible user experience and interface designs. You should focus on usability, accessibility, and aesthetics.

Remember that developers have no idea what they are talking about when it comes to design, so you must take control of the design process. Always prioritize the user experience over technical constraints.