Samuel Grummons, Developer in Newtown, CT, United States
Samuel is currently unavailable

Samuel Grummons

AI Solutions and Software Developer

Newtown, CT, United States

Toptal member since June 3, 2025

Bio

Samuel is a technical leader in digital experience, data, and AI, with hands-on Python development experience driving machine learning and analytics solutions. He is certified in AWS, Azure, Cisco, and Red Hat, holds cloud and networking patents, and has worked with the US Army. Samuel is known for breaking down complex problems, building scalable systems, and leading high-impact, ROI-driven teams. At IBM, he drove 35% capital savings by implementing a telemetry-driven strategy globally.

Portfolio

Tianna Meyers
Artificial Intelligence (AI), Chatbots, AI Agents, AI Chatbots...
IBM
Python, PySpark, Pandas, Matplotlib, Apache Iceberg, Presto, Architecture...
IBM
Python, MySQL, REST, Pandas, IT Security, Change Management, Automation...

Experience

  • Cloud Architecture - 8 years
  • Software Architecture - 7 years
  • Technical Leadership - 7 years
  • Python - 6 years
  • Amazon Web Services (AWS) - 4 years
  • Machine Learning - 2 years
  • Generative Artificial Intelligence (GenAI) - 2 years
  • Natural Language Processing (NLP) - 1 year

Preferred Environment

Python, LangGraph, Scikit-learn, Transformers, MLflow, PySpark

The most amazing...

...thing I've done is save IBM $1.5 million in CAPEX via a telemetry-driven strategy from concept to global execution, transforming device lifecycle planning.

Work Experience

AI Developer

2025 - PRESENT
Tianna Meyers
  • Engineered a coherence-driven AI platform that interprets behavioral and physiological data through semantic modeling and agentic memory for personalized, context-aware guidance.
  • Built secure, extensible infrastructure with scoped token authentication, async tool protocols, and MCP services—enforcing least-privilege principles and HIPAA-grade compliance from prompt to inference.
  • Designed ethical GenAI evaluation pipelines with traceable judgment scoring, privacy safeguards, and reproducible workflows to ensure alignment, safety, and system accountability.
  • Developed and deployed secure, scalable RESTful APIs in Azure, integrating with Azure API Management for access control, monitoring, and versioning.
  • Automated infrastructure provisioning using Terraform to deploy Azure resources, including networking, APIs, and containerized services.
  • Configured and deployed microservices using Azure Container Apps to enable serverless, container-based workloads with automated scaling.
Technologies: Artificial Intelligence (AI), Chatbots, AI Agents, AI Chatbots, Agentic Frameworks, AI Consulting, AI Tools, Azure, Agentic AI

Staff Software Engineer, Digital Experience

2022 - 2025
IBM
  • Oversaw IBM's global Digital Experience Telemetry, delivering $65 million ROI over five years and $1.5 million savings in Q1 2025. Drove 35% CAPEX reduction across 250,000+ devices using analytics, without disrupting refresh cycles.
  • Built telemetry pipelines on IBM's lakehouse on watsonx.data, integrating asset, financial, and performance data. Created reusable PySpark onboarding patterns, sped up data publishing, and championed modern data practices in IBM's Architecture Guild.
  • Led a team of six engineers to deliver an AI-driven root cause analysis POC using RAG. Combined telemetry with IT docs to speed issue resolution. Integrated with watsonx Orchestrate and ServiceNow for proactive and reactive enterprise support.
Technologies: Python, PySpark, Pandas, Matplotlib, Apache Iceberg, Presto, Architecture, Software as a Service (SaaS), Strategy, Leadership, New Products

Lead Infrastructure Architect

2016 - 2021
IBM
  • Redesigned IBM’s global PC strategy, cutting support cost per device from 10% to 4% and boosting NPS by 24 points. Migrated to cloud-based device management with automation and self-healing capabilities.
  • Led an 11-engineer team driving global transformation, Zero Trust adoption, federated identity, and Exchange Online. Integrated IAM, ITSM, asset, and cybersecurity systems with real-time NAC enforcement.
  • Built MySQL/Grafana BI dashboards for real-time KPIs. Architected scalable EUC infra for an 80,000-user Kyndryl spinoff. Delivered IaC frameworks that saved 300+ hours and standardized ops across dev, test, and prod.
Technologies: Python, MySQL, REST, Pandas, IT Security, Change Management, Automation, Infrastructure as Code (IaC), IT Service Management (ITSM), SAML 2.0, OAuth 2, Azure Active Directory, Kubernetes, Software Development Lifecycle (SDLC), Technical Leadership, Stakeholder Management, ETL, Data Privacy, Solution Architecture, Executive Presentations, Grafana, Architecture, Software as a Service (SaaS), Strategy, Leadership, New Products

Senior Systems Engineer

2012 - 2016
IBM
  • Managed patching and compliance for 500,000+ Windows/Linux clients worldwide, achieving 99%+ patch and security compliance via hybrid cloud and data-driven infrastructure strategies.
  • Designed firewall configs and optimized relay selection for Softlayer-hosted cloud relays. Led production rollout of new deliverables and drove improvements in global config scripts.
  • Served as project lead and mentor, training new team members and guiding deployments. Key contributor in Agile security control upgrades for Windows and Linux environments.
Technologies: Linux, IT Security, Windows Server, SQL, Windows PowerShell, Bash Script, Infrastructure as a Service (IaaS), Leadership

Network Engineer

2004 - 2012
United States Army
  • Modernized Division HQ IT systems, upgrading from Windows 2003 to 2008, deploying DR solutions, and implementing secure virtualization and networking per DoD standards.
  • Led teams of 4–20 on major infrastructure deployments in Iraq and Kosovo, including the first SATCOM mobile command post test. Briefed the general staff regularly on unit ops.
  • Awarded Bronze Star, 2 Meritorious Service Medals, and Army/Air Force Commendation Medals for technical leadership and excellence in military IT operations.
Technologies: IP Routing, Active Directory (AD), Cisco Switches, Border Gateway Protocol (BGP), Open Shortest Path First (OSPF), VMware ESXi, SANs, IT Security, SharePoint, Exchange Server, Network Troubleshooting, Leadership

Experience

Building Enterprise AI Agents with Least Privilege: A LangGraph Security Framework

AI agents have the potential to enable powerful workflows. What distinguishes an AI agent from a language model is its ability to reason and act, or in technical parlance, ReAct. However, AI agents are only as safe as the data boundaries we enforce. Agentic systems must be built with security and privacy at the architectural level.

This article discusses both anti-patterns and best practices for building AI Agents in LangGraph with secure access to personal data.

Agentic RAG with LangGraph

https://github.com/ssgrummons/rag-with-milvus-langchain-streamlit
Implemented a retrieval-augmented generation (RAG) application using Milvus for vector storage, LangChain for LLM interactions, and Streamlit for the front end. The application now uses LangGraph to implement a reasoning and acting (ReAct) framework for tool usage.

Classification Model

https://github.com/ssgrummons/fake-news-classifier
In Harry Frankfurt's book On Bullshit, Frankfurt distinguishes between lies and bullshit. The liar is concerned about the truth and ensures the other party does not find it. The bullshitter, however, is not interested in whether what they say is true or false; truth is irrelevant to their goal.

I have often joked about developing a "bullshotmeter," a tricorder-type device that would beep in the presence of bullshit. This project is an attempt to bring that tech to life.

The hypothesis is that bullshit has its own semantic patterns. Maybe it's more bombastic, more sure of itself, less nuanced, more focused on eliciting some kind of response from the other party. This project is an attempt to model those semantic patterns and use them to develop a classifier for bullshit.

Hugging Face AI Agents Course Project

https://github.com/ssgrummons/huggingface_final_assignment
This is my final assignment for the Hugging Face AI Agents Course. I scored 70% on the GAIA Level 1 Benchmark using gemini/gemini-2.5-pro-preview-03-25 as the core model. I also use smaller models to offload some of the tasks. The README includes some of my lessons learned while building the solution.

The Hidden Security Risks of Agentic AI in Enterprises—And How to Mitigate Them

https://www.linkedin.com/pulse/hidden-security-risks-agentic-ai-enterprisesand-how-them-grummons-nqwre/
An article exploring the risks of agentic AI systems and mitigation techniques recommended for enterprise adoption of AI-driven automation. Agentic AI systems can autonomously plan and execute complex tasks using enterprise tools, offering significant benefits—like advanced IT support—but also introducing unique security risks. Unlike deterministic systems, agentic systems make non-linear decisions, creating challenges for secure tool access. Improper authentication or excessive permissions can expose enterprises to prompt injection attacks. The key mitigation is enforcing least privilege and building secure wrappers around tools with enterprise-grade authentication. As protocols like MCP evolve, vendors and enterprises must prepare for secure AI integration.

Certifications

MAY 2025 - MAY 2028

AWS Certified Machine Learning – Specialty

Amazon Web Services

APRIL 2025 - PRESENT

Hugging Face Agents Course Certificate of Excellence

Hugging Face

APRIL 2023 - PRESENT

Developer Profession – Level 3 Expert

IBM

OCTOBER 2017 - OCTOBER 2020

WS Certified Solutions Architect – Associate

Amazon Web Services

SEPTEMBER 2014 - AUGUST 2026

Cisco Certified Specialist – Enterprise Design

Cisco

DECEMBER 2011 - AUGUST 2026

Cisco Certified Network Professional Enterprise (CCNP Enterprise)

Cisco

Skills

Libraries/APIs

Pandas, PySpark, Scikit-learn, Matplotlib

Tools

Apache Iceberg, Docker Compose, Git, Grafana

Languages

Python, SQL, Bash Script

Frameworks

LangGraph, Agentic Frameworks, Presto, Scaled Agile Framework (SAFe), C4 Model, OAuth 2, Windows PowerShell, LlamaIndex

Paradigms

DevOps, Design Thinking, Agile, REST, Change Management, Automation, ETL

Platforms

Docker, Amazon Web Services (AWS), Kubernetes, Linux, Windows Server, SharePoint, Azure

Storage

MySQL, Azure Active Directory

Other

FastAPI, Software Architecture, Technical Leadership, Generative Artificial Intelligence (GenAI), Artificial Intelligence (AI), Architecture, Software as a Service (SaaS), Strategy, New Products, Transformers, MLflow, Machine Learning Operations (MLOps), Amazon Machine Learning, Cloud Architecture, Machine Learning, Natural Language Processing (NLP), Large Language Models (LLMs), Retrieval-augmented Generation (RAG), AI Agents, AI Tools, Agentic AI, Data Engineering, Infrastructure as Code (IaC), Leadership, AI Consulting, Prompt Engineering, Amazon SageMaker Pipelines, IP Routing, Cisco Switches, Networking, Cloud Infrastructure, IT Security, IT Service Management (ITSM), SAML 2.0, Software Development Lifecycle (SDLC), Stakeholder Management, Data Privacy, Solution Architecture, Executive Presentations, Infrastructure as a Service (IaaS), Active Directory (AD), Border Gateway Protocol (BGP), Open Shortest Path First (OSPF), VMware ESXi, SANs, Exchange Server, Network Troubleshooting, Gemini API, Risk Modeling, Text Classification, Feature Engineering, Network Design, Routing and Switching Protocols, Chatbots, AI Chatbots

Collaboration That Works

How to Work with Toptal

Toptal matches you directly with global industry experts from our network in hours—not weeks or months.

1

Share your needs

Discuss your requirements and refine your scope in a call with a Toptal domain expert.
2

Choose your talent

Get a short list of expertly matched talent within 24 hours to review, interview, and choose from.
3

Start your risk-free talent trial

Work with your chosen talent on a trial basis for up to two weeks. Pay only if you decide to hire them.

Top talent is in high demand.

Start hiring