Skip to content
View lakshayknows's full-sized avatar

Organizations

@Predictive-Grid-Overload-Forecaster

Block or report lakshayknows

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

Lakshay Handa

// build.rs

fn main() {
    println!("cargo:rerun-if-changed=assumptions");
}

About

Started in Commerce, where inputs, incentives, and outcomes must reconcile. Moved into AI, where the same discipline is often optional.

I care about systems that compile cleanly and fail loudly. Less magic. More intent.

Currently focused on LLMs, NLP systems, Rust fundamentals, and how ideas behave when they are built, shipped, and maintained.


Build Configuration

pub struct Build {
    pub stages: Vec<&'static str>,
}

impl Build {
    pub fn new() -> Self {
        Self {
            stages: vec![
                "ingest signals",
                "validate assumptions",
                "model and reason",
                "evaluate behavior",
                "deploy with constraints",
                "observe and iterate",
            ],
        }
    }
}

Stack

Languages

languages/
├── Python        # experimentation and glue
├── Rust          # correctness-first
├── SQL           # durable truth
└── Bash          # necessary friction

Data

data/
└── MongoDB       # flexible inputs, explicit boundaries

AI / ML

ml/
├── TensorFlow
├── Hugging Face
├── Scikit-learn
└── LangChain / LangGraph

Systems

systems/
├── Docker
├── Git
├── CI/CD
└── Cloud (GCP)

Design Constraints

• correctness before cleverness
• evaluation over intuition
• cost-aware systems
• abstractions that explain themselves

Local Conventions

# ~/.bashrc

alias build="cargo check && reflect"
alias lint="cargo clippy"
alias ship="git commit -m 'intentional change' && git push"
alias notes="echo 'simplicity is a feature'"
Known breaking changes:
- assumptions
- over-engineered abstractions
- linear learning myths

Contact

{
  "location": "Delhi, India",
  "email": "connect.lakshay@outlook.com",
  "linkedin": "linkedin.com/in/lakshayhanda",
  "x": "x.com/lakshayknows",
  "status": "learning in public, building carefully"
}
// build finished

Pinned Loading

  1. fraud-detection fraud-detection Public

    Jupyter Notebook

  2. git-ksupriya/MisSpoke git-ksupriya/MisSpoke Public

    A project based on Agora Conversational AI

    Python 2 1

  3. upes-open/OSoC-25-Askage upes-open/OSoC-25-Askage Public

    Minimalist, context-aware chat extension for Chrome that enhances any webpage.

    Python 1 16

  4. rust-learning-log rust-learning-log Public

  5. auto-job auto-job Public

    Python 2