Skip to content
View latamishra's full-sized avatar

Block or report latamishra

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.

Content in all repositories owned by your account will be closed.
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
latamishra/README.md

Typing SVG

Hi, I'm Lata

science experiments

I design evaluation benchmarks, LLM-judge rubrics, and adversarial test cases at Abundant (YC F24), finding exactly where agents fail before users do.

When I'm not breaking agents, I'm building them:

  • 🤖 Real-time multimodal agent: vision + speech + prosody in one reasoning loop
  • 🔍 RAG pipelines: on PostgreSQL with LangChain/LangGraph
  • Agent evals: judge calibration, failure-mode analysis, SWE-bench runs

🔭 Next on the bench: an MCP server + a finance-ops collections agent

💬 Ask me about: making LLM judges confess their biases


🚀 Featured Builds

Project What it does Stack
Multimodal Emotion Agent Infers emotional/cognitive state from live webcam + mic in real time PyTorch · YOLO · CLIP · Whisper · LLMs
SWE-bench Agent Evaluation Ran SWE-agent on a Verified subset — 64% resolve rate + failure analysis Python · SWE-agent · Git
RAG Trip-Planner Agent Multilingual chatbot + trip planning over Postgres LangChain · Gemini · PostgreSQL
Time-Series Forecasting Pipeline Multivariate forecasting — benchmarked ~4 models, XGBoost champion / LSTM challenger, ~25% error reduction vs RNN baseline XGBoost · LSTM · Python

🧰 Stack

Python FastAPI PyTorch LangChain PostgreSQL Docker AWS HuggingFace

🤝 Open to Collaboration

  • AI/ML and GenAI projects
  • Python backend or data-driven applications
  • Research-oriented or open-source AI initiatives

📫 Find me

LinkedIn Email


I get paid to break AI agents. The agents are not amused. 🤖💥

Pinned Loading

  1. Sudoku-Solver Sudoku-Solver Public

    Sudoku is a popular puzzle game. It uses backtracking algorithm to solve the puzzle.

    Python

  2. A-Path_Finding-Algorithm A-Path_Finding-Algorithm Public

    Python

  3. Neuro-Health Neuro-Health Public

    Forked from sherlock221Bholmes/Neuro-Health

    mental health website

    CSS

  4. Multimodal-RagBased-Assistant Multimodal-RagBased-Assistant Public

    It's a basic Multimodal Rag Based Assistant, used fastVLM and LLM to generate response based on the pdf and images you feed to the model.

    Python