Skip to content
View DevPatils's full-sized avatar
🎯
Focusing
🎯
Focusing

Highlights

  • Pro

Block or report DevPatils

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
DevPatils/readme.md
Dev Patil Focus areas

Portfolio LinkedIn X Email


 About

I build production AI systems and the infrastructure underneath them — real-time voice agents, blockchain settlement layers, and distributed job pipelines. Most of my work lives where latency budgets, cryptographic guarantees, and third-party APIs all have to hold at once.

Currently SDE 1 at Wnexus, shipping energy-brokerage infrastructure on TRON. Off-hours I contribute to OWASP and CircuitVerse.

  Working on Real-time voice AI — cascaded STT → LLM → TTS pipelines under an 800 ms voice-to-voice budget
  Exploring Agentic tool-calling architectures, TRON resource economics, event-driven worker fleets
  Contributing to OWASP / OpenCRE  ·  CircuitVerse / cv-frontend-vue
  Recent win Stellar Indiathon — $5,000 USD grant
  Ask me about Voice pipelines, Solidity/TRON contracts, BullMQ at scale, LLM function calling

 Experience

Wnexus  wnexus.io

SDE 1
Sept 2025 — Present · Vadodara, IN

  • Built energy brokerage infrastructure on TRON that eliminates USDT transfer fees entirely via credit delegation — users transact without holding TRX for bandwidth or energy.
  • Shipped a B2B REST API with API-key auth, request idempotency, and real-time deposit detection, so partner integrations survive retries and network reorgs without double-crediting.
  • Engineered an AES-256 encrypted address pool with automated cron reclaim jobs, keeping delegated energy recycled instead of stranded.

Wnexus  wnexus.io

Software Engineer Intern
June 2025 — Aug 2025 · Vadodara, IN

  • Delivered full-stack applications across Next.js, React, Node.js and SQL — responsive interfaces wired to backend APIs I also owned.
  • Designed schemas and query paths for the primary datastore, then built the scalable backends consuming them.
  • Leaned on AI-assisted development to compress iteration cycles and ship measurably faster.

 Selected Work

ProjectWhat it actually doesStack
KleosVoice
Voice AI · 2026
Inbound phone agent that books, takes messages, and escalates emergencies — live, over real telephony. Next.js · Node · Postgres · Twilio
P2P Staking on TRON
Smart contracts · 2025
Custodial pooled-staking vault on TRON mainnet issuing TRC20 receipt tokens against TRX deposits. Solidity · TRON · ECDSA
FlashTrade
Algo trading · 2026
Trading platform running concurrent bot workers against Binance spot and futures markets. React · Node · Redis · BullMQ
Crux AI
GenAI product · 2025
Turns a raw résumé PDF into a deployed portfolio site on Vercel in one pass. React · Prisma · Gemini
Moodify
AI · TypeScript
Generates Spotify playlists from a described mood and embeds them straight back into Spotify. TypeScript · Spotify API

  KleosVoice  —  real-time AI receptionist for company operations

Live site

The constraint — a caller notices silence at roughly one second. Everything below is built around that number.

  • Assembled a cascaded STT → LLM → TTS pipeline (Deepgram · Claude/Groq · Cartesia) riding Twilio phone calls, engineered against a sub-800 ms voice-to-voice target end to end.
  • Wrote 8 function-calling tools for booking, message-taking, and emergency escalation, behind a code-enforced read-back gate — the model cannot commit a booking it hasn't read back to the caller, so hallucinated confirmations are structurally impossible rather than prompt-discouraged.
  • Made the design config-driven for multi-tenant reuse: a new business is a config file, not a fork.
  • Added a swappable LLM backend — free Groq for volume, paid Claude for quality — plus Twilio-signature-verified webhooks so the call endpoint can't be spoofed.
  • Built a Next.js ops console surfacing calls, transcripts, and per-stage latency for debugging what the caller actually heard.
  Peer-to-Peer Staking Architecture  —  TRON mainnet

Repository

Live on mainnet — real TRX, real custody, no testnet asterisk.

  • Deployed a custodial TRX pooled-staking vault issuing TRC20 receipt tokens, so a staked position stays liquid and transferable instead of locked.
  • Implemented ECDSA off-chain reward authorization with per-user nonces and deadline-bounded signatures — rewards are computed off-chain and settled on-chain without exposing the contract to replay.
  • Designed multi-position staking with atomic compound logic that mints fresh GS shares on reinvestment, keeping share accounting exact across concurrent positions.
  FlashTrade  —  algorithmic crypto trading bots

Live site

Many bots, one process pool, no cross-talk.

  • Architected a full-stack trading platform on React · Node · MongoDB with BullMQ-orchestrated concurrent bot workers, so strategies run isolated and independently restartable.
  • Engineered an AI copilot that computes RSI, ATR, and EMA indicators, then auto-generates and launches strategies from them instead of leaving the user to hand-tune parameters.
  • Integrated Binance spot & futures REST + WebSocket feeds with AES-encrypted API credentials and JWT auth — user keys are never at rest in plaintext.
  Crux AI  —  résumé to deployed portfolio, in one pass

Repository

  • Built a modular portfolio generator in React + Tailwind with a set of modern, responsive templates that share one data contract.
  • Implemented résumé parsing with Gemini to convert unstructured PDF text into structured JSON, which then feeds any template without per-template glue code.
  • Backed it with Express + Prisma + PostgreSQL for durable persistence, secured APIs, and Clerk authentication.
  • Ships the finished site to Vercel automatically — the user's input is a PDF, the output is a live URL.

 Open Source

Contributing upstream to security tooling and developer education platforms used by thousands.

Project Contribution Status
 OWASP / OpenCRE
Common Requirement Enumeration — the OWASP standard linking security requirements across frameworks.
#959  Removed unused graph-visualization dependencies, trimming the frontend bundle and dependency surface. Merged
#995  Fixed migration bootstrap bugs breaking clean-environment setup. Open
 CircuitVerse
Open-source digital logic simulator used by students and educators worldwide.
#1137  Corrected the Flag module help link to point at valid documentation. Merged
#1130  Removed a duplicate nested v-for and reworked the Testbench Creator layout. Merged
#1122  Fixed the user-menu close icon and a washed-out hover state. Merged
All PRs

 Stack

Languages Python, C++, Java, JavaScript, TypeScript, Solidity
Frontend Next.js, React, Vue, Tailwind, Redux, Figma
Backend & Data Node.js, Express, PostgreSQL, MongoDB, Redis, Prisma, Supabase
AI & Agents Claude Gemini Groq Deepgram Cartesia
Web3 TRON Solidity Stellar Web3.js
Infra & Tooling Vercel, Docker, Git, GitHub, Linux, Postman, VS Code

 Recognition

Award Detail
Stellar Indiathon — Winner Awarded a $5,000 USD grant
Illuminati Hackathon — Winner Inter-college, back-to-back in 2024 and 2025
B.Tech, Computer Science ITM (SLS) Baroda University · CGPA 8.63 · 2022–2026

 Activity

Contribution streak Contribution graph

 Open to conversations about AI systems, onchain infrastructure, and hard latency problems.

Email Website LinkedIn



Profile views

Pinned Loading

  1. dietCode dietCode Public

    Python

  2. OpenCRE OpenCRE Public

    Forked from OWASP/OpenCRE

    Python

  3. Crux-AI--Deployment-Automation Crux-AI--Deployment-Automation Public

    HTML

  4. CircuitVerse/cv-frontend-vue CircuitVerse/cv-frontend-vue Public

    Re write of simulator UI in vuejs.

    JavaScript 62 262

  5. Moodify Moodify Public

    Use AI to create playlists based on your mood and get it embedded in Spotify - Generate playlists, discover new vibes, and manage your library.

    TypeScript

  6. churn-frontend churn-frontend Public

    Forked from haard18/churn-frontend

    JavaScript