Skip to content
View sharwariakre's full-sized avatar

Block or report sharwariakre

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

typing header

LinkedIn GitHub Portfolio Profile views

NC State badge Agentic AI badge Published badge Open to work badge AWS Certified Cloud Practitioner badge


I build intelligent, production-grade systems where AI doesn't just generate; it reasons, decides, and acts. From agentic pipelines to distributed backends and full stack applications, I'm focused on engineering that ships and scales.

🎓 Education 🛠️ Core Focus 🏆 Highlights
M.S. Computer Science — NC State University
B.E. Information Technology — Pune, India
Agentic AI · LLM Pipelines · Backend Systems · Full Stack (React + APIs + Cloud) · DevOps 📝 Published at IJEEC 2023
⚡ 40% API latency reduction @ Trust2Connect
🛡️ 70% vulnerability reduction via AI pipeline
☁️ AWS Certified Cloud Practitioner

🤖 About Me

  • 🎓 I hold a Master's degree in Computer Science from NC State University.
  • 🧠 Building at the intersection of agentic AI and production backend engineering
  • 🔧 I don't just use LLMs for inference — I build systems where models reason, orchestrate, and act
  • 🌐 Experience across the full stack: React frontends → REST APIs → cloud-deployed microservices
  • 📦 Hands-on with local LLMs (Ollama), multi-step agent pipelines, and static analysis tooling
  • 📍 Based in Raleigh, NC — open to relocation

💻 Tech Stack

Languages

Frontend

Backend & APIs

AI / LLM

Cloud, DevOps & Databases


💼 Professional Experience

Dates Role & Org Key Contributions
Recent Product Engineering Intern — Trust2Connect • Reduced API latency by ~40% across microservices
• Built a real-time Pub/Sub messaging system with <200ms latency
• Deployed scalable services using Docker + Kubernetes
Prior Software Developer — Capgemini • Improved SQL/PLSQL query performance by 25%
• Automated backend workflows and data pipelines
• Built dashboards for real-time analytics and reporting

🌟 Signature Projects

Aria Companion — AI Voice Agent for Elderly Care 🤖

A proactive AI companion that calls elderly individuals daily — reasoning, remembering, and caring, all without human intervention.

Built an end-to-end agentic voice pipeline using Twilio, Faster-Whisper (STT), Kokoro (TTS), and a local Llama3 model via Ollama — the agent autonomously initiates calls, holds natural multi-turn conversations, and tracks emotional wellbeing over time. Episodic memory (pgvector + sentence-transformers) lets Aria remember past calls and personalize each conversation.

Key Highlights:

  • Fully autonomous call orchestration: Twilio → STT → LLM → TTS pipeline with no human in the loop
  • Episodic memory via LLM-based fact extraction + semantic retrieval (pgvector cosine similarity)
  • Real-time mood scoring from acoustic features (energy, pitch, pause ratio via Librosa) with email escalation on detected distress
Meeting Negotiator — Multi-Agent Scheduling System 🤖

A multi-agent system that negotiates meeting times on behalf of participants — reasoning about seniority, constraints, and preferences the way a skilled executive assistant would.

Built a 4-agent LangGraph pipeline where advocate agents propose slots per participant and an arbitrator runs deterministic interval-intersection on 20+ real Google Calendar slots before LLM selection, preventing hallucination. The negotiation loop runs up to 3 rounds before escalating. Backed by a FastAPI backend and React UI.

Key Highlights:

  • Deterministic overlap detection before any LLM call — LLM only selects between verified slots
  • Google Calendar freebusy API with per-participant OAuth and automatic event creation on consensus
  • ~10s end-to-end; 45 tests across overlap logic, graph runs, and state schema; GitHub Actions CI
CodeNarrator — Autonomous AI Developer Tool 🤖

An agent that explores and understands codebases on its own — no hand-holding required.

Built an autonomous system using local LLMs (via Ollama) that traverses a codebase, infers architecture, and generates human-readable summaries. Dependency graphs are visualized interactively, letting developers onboard to unfamiliar repos in minutes instead of hours.

Key Highlights:

  • Autonomous codebase exploration using local LLMs — no cloud dependency
  • Architecture summary generation with interactive dependency visualization
  • Combines AI reasoning + backend orchestration + graph visualization
Agentic Vulnerability Patch Generator 🛡️

A multi-step LLM pipeline that doesn't just find bugs — it reasons through and fixes them.

Designed an agentic system integrating static analysis tools, LLM-based reasoning, and automated validation to detect and patch C/C++ vulnerabilities end-to-end. The pipeline chains multiple reasoning steps: scan → understand → generate patch → validate.

Key Highlights:

  • Multi-agent pipeline: static analysis → LLM reasoning → patch generation → validation
  • Reduced high-severity vulnerability count by up to 70%
  • Demonstrates AI in systems-level security engineering
Real-Time Log Analyzer 📊

Full stack observability system built with production infrastructure in mind.

Designed and deployed a log analysis platform using Flask, Docker, Prometheus, and Grafana with full CI/CD integration. Real-time metrics dashboards and alerting pipelines make it a practical DevOps companion.

Key Highlights:

  • End-to-end DevOps pipeline: Flask backend + Prometheus metrics + Grafana dashboards
  • Containerized with Docker; CI/CD automated deployments
  • Production-grade observability from scratch
DeadSerious — Secure Full Stack System 🔐

A cryptographic vault with multi-party unlock — security engineering meets full stack.

Built a system that uses cryptographic primitives to lock/unlock sensitive data requiring multiple authorized parties. Includes a React frontend, REST API layer, and cloud-backed storage — designed with security and usability in balance.

Key Highlights:

  • Cryptographic multi-party unlock mechanism
  • Full stack: React + REST APIs + cloud storage
  • Thoughtful system design balancing security and UX

📚 Publication

"Decentralized Blockchain-Based Pharma Supply Chain for Drug Traceability" International Journal of Electrical Engineering & Computer Science (IJEEC), 2023


📈 GitHub Stats

streak

activity graph


📫 Let's Connect

GitHub github.com/sharwariakre
LinkedIn linkedin.com/in/sharwari-akre
Portfolio sharwari-portfolio-iota.vercel.app

Interested in roles involving backend systems, full stack engineering, and AI-powered applications. Let's build something that matters.

Last updated · April 2026

Pinned Loading

  1. CodeNarrator CodeNarrator Public

    Analyzes GitHub repos and explains architecture, dependencies, and code logic.

    Python 1

  2. Dead-Serious Dead-Serious Public

    A zero-knowledge digital vault that unlocks secrets only if the owner fails to check in, and only with unanimous nominee approval.

    JavaScript 2

  3. Backdoor_Detect_Causal_Analysis Backdoor_Detect_Causal_Analysis Public

    Jupyter Notebook

  4. Gmehta604/GAI4SE_Project Gmehta604/GAI4SE_Project Public

    C 1

  5. aria-companion aria-companion Public

    Proactive voice AI that calls elderly people living alone - daily check-ins, persistent memory and mood signals for family.

    Python

  6. meeting-negotiator meeting-negotiator Public

    Two "representative" agents negotiate a meeting time on behalf of their respective users, mediated by an arbitrator agent

    Python