Skip to content
View GiGiKoneti's full-sized avatar

Block or report GiGiKoneti

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

GiGi Koneti

AI Systems • Machine Learning • Open Source


About

I build AI systems.

I focus on machine learning foundations, backend systems, and performance-aware design.
I care about how things work, why they fail, and how to make them reliable.

Currently preparing for Google Summer of Code 2026 and long-term open-source contribution.


What I Work On

Multi-Agent Systems

Designing LLM-based agent systems with structured reasoning, clear interfaces, and deployable backends.

Machine Learning Fundamentals

Implementing models from first principles to understand training dynamics, gradients, and failure modes.

Data & Systems

Using Python, SQL, and backend tools to turn data into decisions, not charts.


Selected Work

Multi-Agent Orchestration Framework
FastAPI · Docker · LLMs
Backend-first agent architecture with task routing, tool usage, and reproducible deployment.

Neural Network From Scratch
NumPy
Forward pass, backpropagation, optimization, and numerical stability.

Data Analysis Projects
Python · SQL
Clean EDA focused on logic and insight.


Research Exposure

Studying non-determinism and hallucination in LLMs.
Understanding why identical prompts produce different outcomes, and what that means for real systems.


Talks

The Calculus of Cognition
Neurons → ANN → Backpropagation
Award-winning technical seminar.

Mathematics of Data
Signals, images, tensors — explained clearly.


How I Build

  • Clean repositories
  • Clear READMEs
  • Reproducible environments
  • Gradual testing and CI
  • Code meant to be read by others

Focus: GSoC 2026

I’m interested in organizations working on:

  • Scientific computing and ML tooling
  • Python ecosystems with performance-critical components
  • AI infrastructure and backend systems

I value depth over speed, and long-term contribution over short-term visibility.


Stack


Contact

📧 [email protected]
🐦 https://x.com/GiGiKoneti
💻 https://github.com/GiGiKoneti


Simple. Clear. Built to last.

Pinned Loading

  1. Neural-Network-from-Scratch Neural-Network-from-Scratch Public

    Implemented a fully connected neural network from scratch using NumPy (no DL frameworks)

    Jupyter Notebook

  2. AgenticAI-by-GiGi AgenticAI-by-GiGi Public

    Detailed guide to build Agents using LangGraphs.

    Python 1

  3. Biological-Neuron-To-BackPropagation Biological-Neuron-To-BackPropagation Public

    A Seminar on Mathematical Evolution of Multi Layer Perceptron