· Aspiring AI Engineer · Building Intelligent Software and AI-Driven Solutions
Retail and FMCG companies generate massive amounts of sales data across products, stores, and regions. However, most of this data remains under-utilized due to messy inputs, inconsistent formats, and the manual effort required to derive insights.
The FMCG Insight Engine is a multi-agent AI system designed to automatically process raw FMCG sales datasets and convert them into actionable business insights and strategic recommendations. The platform cleans data, validates it, detects performance signals, analyzes trends, and generates executive-level reports using LLM-powered reasoning.
FMCG companies face several challenges with sales data:
The FMCG Insight Engine uses a multi-agent architecture where each agent specializes in a different step of the analytics pipeline.
Instead of analysts manually processing data, the system automatically:
Responsible for collecting and standardizing incoming sales data.Tasks:
Example fields:
Ensures the dataset is reliable before analysis.Key functions:
Example:
If a product suddenly shows 10x sales compared to the historical average, the system marks it as a potential anomaly.
This agent scans cleaned data to detect important performance signals.
Examples:
Example signal: "Energy Drink SKU-102 sales increased 42% in the West region over the past 2 weeks."
These signals become the basis for strategic analysis.
Performs deeper analysis across dimensions like:
Example findings:
This agent translates raw analytics into business-friendly insights.
Instead of charts alone, it explains why something might be happening.
Example insights:
Based on detected trends and insights, the system proposes actions.
Example recommendations:
Example output:
"Snack category growth in North region suggests strong market fit. Increasing shelf space and running bundled promotions could increase revenue by an estimated 12-15%."
Modern software development relies heavily on continuous integration and rapid deployment cycles. However, manual code reviews remain time-consuming and prone to human oversight, especially when large codebases and distributed teams are involved. Code quality issues such as logical bugs, security vulnerabilities, inefficient algorithms, and code smells often go unnoticed until later stages of development.
CodeGuard AI is an intelligent automated code review assistant that leverages Large Language Models (LLMs) to analyze source code repositories, identify potential issues, and recommend optimized improvements. The system provides developers with instant feedback on code quality, security, and performance before code is merged or deployed.
Research indicates that LLM-based automated review tools can significantly improve bug detection and encourage better coding practices during development workflows.
FMCG companies face several challenges with sales data:
Software development teams face several challenges during code review:
Additionally, studies show that a large portion of AI-generated code contains security flaws, highlighting the need for robust automated review mechanisms.
Therefore, there is a need for an intelligent system that can automatically analyze code and provide actionable feedback in real time.
The primary objective of CodeGuard AI is to:
CodeGuard AI is an AI-driven code review platform that combines static code analysis techniques with LLM-based reasoning to evaluate source code quality.
The system scans repositories, understands code context, and generates human-like feedback similar to a senior developer performing a review.
Unlike traditional static analyzers that rely on rule-based checks, LLM-powered systems can interpret the logic and intent of code, improving detection accuracy and contextual understanding.
The system connects to repositories (GitHub, GitLab, Bitbucket) and retrieves source code and pull requests.
This module processes files and extracts:
Performs traditional code analysis including:
The AI model analyzes the code context to detect:
Based on analysis, the system generates:
The results are displayed through:
Implementation of CodeGuard AI can lead to:
Studies show that automated code review systems help improve software quality and encourage adherence to best practices across development teams.
Despite its benefits, CodeGuard AI may face certain challenges:
Therefore, the system should complement — not replace — human code reviews.
Future enhancements could include:
FMCG Insight Engine
A multi-agent AI system that ingests raw FMCG sales data, automatically cleans and validates it, detects performance signals, analyzes trends, and generates strategic business recommendations through LLM-powered insights.
CodeGuard AI
An automated code review assistant that analyzes repositories, detects logical errors, code smells, security vulnerabilities, and suggests optimized improvements using LLM-based reasoning.
StudyGenie
An intelligent academic assistant that generates personalized study plans, summarizes textbooks, and creates adaptive quizzes based on performance.
QueryMind
A natural language to SQL engine that converts plain English questions into optimized database queries and visualizes the results interactively.
DataSanity
An automated data validation and preprocessing framework that detects inconsistencies, missing values, outliers, and schema violations in large datasets.
Phishing Detection
A machine learning-based system that detects phishing emails and websites by analyzing URLs and text patterns to identify potential threats.