<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Shreya Sherikar</title>
    <description>The latest articles on DEV Community by Shreya Sherikar (@shreysherikar).</description>
    <link>https://dev.to/shreysherikar</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3545955%2F4d298b27-13c5-4b00-af3b-bb4aacf5b7c3.png</url>
      <title>DEV Community: Shreya Sherikar</title>
      <link>https://dev.to/shreysherikar</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/shreysherikar"/>
    <language>en</language>
    <item>
      <title>Is 2026 the year we stop "Building" and start "Delegating" on AWS?</title>
      <dc:creator>Shreya Sherikar</dc:creator>
      <pubDate>Fri, 20 Feb 2026 08:17:07 +0000</pubDate>
      <link>https://dev.to/shreysherikar/is-2026-the-year-we-stop-building-and-start-delegating-on-aws-321h</link>
      <guid>https://dev.to/shreysherikar/is-2026-the-year-we-stop-building-and-start-delegating-on-aws-321h</guid>
      <description>&lt;p&gt;The "Cloud Wars" just got a lot more interesting.&lt;/p&gt;

&lt;p&gt;If you’ve been following the latest AWS roadmap, you’ll notice a massive shift. We aren’t just talking about chatbots anymore; we are entering the era of the Agentic Cloud.&lt;/p&gt;

&lt;p&gt;As a student developer, here is why I think this is the most exciting time to be building on AWS:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;Remember when AI just answered questions? Boring. The new Amazon Bedrock Agents are now capable of executing multi-step tasks—like refactoring your code, triggering Lambda functions, and managing your S3 buckets—without us babysitting every prompt. We're moving from "prompt engineering" to "agent orchestration."&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;While everyone is fighting over GPUs, AWS just dropped the Trainium3 chip (the first 3nm chip in the cloud!). Why does this matter? Because it makes training these massive agentic models 4x faster and way cheaper. For us builders, that means more power for less "Free Tier" anxiety.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;I predict that by the end of this year, we won’t be manually provisioning VPCs or subnets. We’ll be giving a high-level objective to an AWS AI Factory, and the infrastructure will practically build itself.&lt;br&gt;
**&lt;br&gt;
The Bottom Line:**&lt;br&gt;
AWS isn't just selling "servers" anymore; they are selling autonomy. The goal isn't just to host your app—it’s to provide a digital workforce that helps you scale it while you sleep.&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;I’m currently diving deep into Agentic Workflows to see how much of my dev cycle I can automate.&lt;/p&gt;

&lt;p&gt;To my fellow builders: Are you ready to let an AI Agent manage your infrastructure, or do you still prefer the manual "Control-S" life? Let’s discuss! &lt;/p&gt;

</description>
      <category>aws</category>
      <category>agents</category>
      <category>bedrock</category>
    </item>
    <item>
      <title>Retro Hangman '95 Using KIRO</title>
      <dc:creator>Shreya Sherikar</dc:creator>
      <pubDate>Sat, 27 Dec 2025 11:23:18 +0000</pubDate>
      <link>https://dev.to/shreysherikar/retro-hangman-95-398g</link>
      <guid>https://dev.to/shreysherikar/retro-hangman-95-398g</guid>
      <description>&lt;p&gt;&lt;strong&gt;Project Overview&lt;/strong&gt;&lt;br&gt;
Game: Classic Hangman with intelligent adaptive features&lt;br&gt;
Tech Stack: HTML5, CSS3, JavaScript&lt;br&gt;
Live Demo: &lt;a href="https://shreysherikar.github.io/RETRO-HANGMAN-95/" rel="noopener noreferrer"&gt;https://shreysherikar.github.io/RETRO-HANGMAN-95/&lt;/a&gt; &lt;br&gt;
Retro Revival Implementation&lt;br&gt;
Classic Game Recreation ✅&lt;br&gt;
Base Game: Traditional Hangman word-guessing mechanics&lt;br&gt;
Retro UI: Authentic Windows 95-style interface with CRT effects&lt;br&gt;
Nostalgic Elements: Neon colors, pixel fonts, and 90s aesthetics&lt;br&gt;
Modern AI Twist 🤖&lt;br&gt;
Intelligent Word Selection: AI-driven difficulty progression based on player performance&lt;br&gt;
Smart Hint System: Context-aware hints that adapt to player skill level&lt;br&gt;
Dynamic Category Matching: AI selects optimal word categories based on success patterns&lt;br&gt;
Adaptive Scoring: Machine learning-inspired scoring that adjusts to player behavior&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Technical Highlights&lt;/strong&gt;&lt;br&gt;
Complex Logic Implementation&lt;br&gt;
State Management: Multi-layered game state with persistent player profiles&lt;br&gt;
Algorithm Design: Progressive difficulty engine with performance analytics&lt;br&gt;
Pattern Recognition: Player behavior analysis for personalized experience&lt;br&gt;
Data Structures: Efficient word database with categorized difficulty tiers&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Key Features&lt;/strong&gt;&lt;br&gt;
6 Visual themes with authentic retro styling&lt;br&gt;
Smart category system (Animals, Nature, Technology, Fantasy)&lt;br&gt;
Performance tracking with adaptive difficulty&lt;br&gt;
Zero dependencies - pure vanilla JavaScript&lt;br&gt;
Learning Focus: Complex Logic&lt;br&gt;
This project demonstrates Complex Logic skills through:&lt;br&gt;
Adaptive AI Systems: Dynamic difficulty adjustment based on player performance&lt;br&gt;
State Management: Complex game state handling with persistence&lt;br&gt;
Algorithm Implementation: Smart word selection and hint generation&lt;br&gt;
Data Analysis: Player pattern recognition and behavior adaptation&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Results&lt;/strong&gt;&lt;br&gt;
Performance: &amp;lt;100KB, instant loading&lt;br&gt;
Compatibility: All modern browsers&lt;br&gt;
User Experience: Seamless retro gaming with intelligent features&lt;br&gt;
Code Quality: Clean, maintainable architecture&lt;/p&gt;

&lt;p&gt;🚀 &lt;a href="https://shreysherikar.github.io/RETRO-HANGMAN-95/" rel="noopener noreferrer"&gt;PLAY LIVE DEMO &lt;/a&gt;&lt;br&gt;
Successfully recreated classic Hangman with modern AI intelligence while maintaining authentic 90s retro aesthetics.&lt;/p&gt;

</description>
      <category>kiro</category>
      <category>aws</category>
      <category>aiforbharat</category>
    </item>
    <item>
      <title>Any comments?</title>
      <dc:creator>Shreya Sherikar</dc:creator>
      <pubDate>Sat, 27 Dec 2025 00:45:09 +0000</pubDate>
      <link>https://dev.to/shreysherikar/any-comments-8d3</link>
      <guid>https://dev.to/shreysherikar/any-comments-8d3</guid>
      <description>&lt;div class="crayons-card c-embed text-styles text-styles--secondary"&gt;
    &lt;div class="c-embed__content"&gt;
        &lt;div class="c-embed__cover"&gt;
          &lt;a href="https://dev.to/shreysherikar/the-future-is-on-your-thumb-decoding-thumbpay-indias-boldest-new-upi-concept-m7i" class="c-link align-middle" rel="noopener noreferrer"&gt;
            &lt;img alt="" src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fix9o56l0fm9qxwovbqdb.png" height="800" class="m-0" width="800"&gt;
          &lt;/a&gt;
        &lt;/div&gt;
      &lt;div class="c-embed__body"&gt;
        &lt;h2 class="fs-xl lh-tight"&gt;
          &lt;a href="https://dev.to/shreysherikar/the-future-is-on-your-thumb-decoding-thumbpay-indias-boldest-new-upi-concept-m7i" rel="noopener noreferrer" class="c-link"&gt;
            ⚡ The Future is on Your Thumb: Decoding ThumbPay, India's Boldest New UPI Concept - DEV Community
          &lt;/a&gt;
        &lt;/h2&gt;
          &lt;p class="truncate-at-3"&gt;
            We all love UPI. It’s fast, interoperable, and the undisputed king of digital payments. But let’s be...
          &lt;/p&gt;
        &lt;div class="color-secondary fs-s flex items-center"&gt;
            &lt;img alt="favicon" class="c-embed__favicon m-0 mr-2 radius-0" src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F8j7kvp660rqzt99zui8e.png" width="300" height="299"&gt;
          dev.to
        &lt;/div&gt;
      &lt;/div&gt;
    &lt;/div&gt;
&lt;/div&gt;


</description>
      <category>futureoftech</category>
      <category>biometrics</category>
      <category>upi</category>
      <category>aadhaar</category>
    </item>
    <item>
      <title>Excited to share my latest project: Weather Sounds! Using Kiro!!!</title>
      <dc:creator>Shreya Sherikar</dc:creator>
      <pubDate>Sun, 14 Dec 2025 03:57:52 +0000</pubDate>
      <link>https://dev.to/shreysherikar/excited-to-share-my-latest-project-weather-sounds-using-kiro-2k52</link>
      <guid>https://dev.to/shreysherikar/excited-to-share-my-latest-project-weather-sounds-using-kiro-2k52</guid>
      <description>&lt;p&gt;This experimental web application explores a fascinating question: "If the weather composed today's music, what would it sound like?"&lt;/p&gt;

&lt;p&gt;🎯 Technical Highlights:&lt;br&gt;
• Vanilla JavaScript (no frameworks)&lt;br&gt;
• Property-based testing with 100+ iterations per test&lt;br&gt;
• Multi-API weather integration with intelligent fallbacks&lt;br&gt;
• Sophisticated cross-domain reasoning algorithms&lt;br&gt;
• &amp;lt;3 second load time with comprehensive caching&lt;/p&gt;

&lt;p&gt;🌟 Key Features:&lt;br&gt;
• Translates 6+ weather factors into musical characteristics&lt;br&gt;
• Generates poetic explanations in natural language&lt;br&gt;
• Tracks 7-day historical patterns and trends&lt;br&gt;
• Weather-reactive UI themes&lt;br&gt;
• Complete privacy (all data stays in browser)&lt;br&gt;
The project demonstrates how environmental data can be meaningfully transformed into artistic expression while maintaining transparency about the interpretive process.&lt;/p&gt;

&lt;p&gt;Try it live: &lt;a href="https://shreysherikar.github.io/Weather-n-Sounds/" rel="noopener noreferrer"&gt;https://shreysherikar.github.io/Weather-n-Sounds/&lt;/a&gt;&lt;br&gt;
Source code: &lt;a href="https://github.com/shreysherikar/Weather-n-Sounds" rel="noopener noreferrer"&gt;https://github.com/shreysherikar/Weather-n-Sounds &lt;/a&gt;&lt;/p&gt;

</description>
      <category>kiro</category>
      <category>aws</category>
      <category>webdev</category>
    </item>
    <item>
      <title>Play-to-Own: Is Web3 Gaming Actually the Future, or Just a Gimmick for Developers?</title>
      <dc:creator>Shreya Sherikar</dc:creator>
      <pubDate>Sat, 25 Oct 2025 06:42:47 +0000</pubDate>
      <link>https://dev.to/shreysherikar/play-to-own-is-web3-gaming-actually-the-future-or-just-a-gimmick-for-developers-50on</link>
      <guid>https://dev.to/shreysherikar/play-to-own-is-web3-gaming-actually-the-future-or-just-a-gimmick-for-developers-50on</guid>
      <description>&lt;p&gt;For years, gamers have poured countless hours and dollars into digital worlds, only to realize they own nothing. Their rare skins, powerful weapons, and hard-earned achievements are locked within centralized servers, subject to the whims of game publishers.&lt;/p&gt;

&lt;p&gt;Enter Web3 Gaming, promising a revolution: Play-to-Own. This isn't just about earning crypto; it's about true digital ownership, player-driven economies, and transparent game mechanics built on blockchain technology. But is it the undeniable future, or a hyped-up gimmick with more problems than solutions for developers?&lt;/p&gt;

&lt;p&gt;Let's unpack the promise and the pitfalls of building games on the blockchain.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;1. The Core Idea: True Digital Ownership&lt;/strong&gt;&lt;br&gt;
At its heart, Web3 gaming leverages blockchain to grant players verifiable ownership of in-game assets.&lt;/p&gt;

&lt;p&gt;NFTs as Assets: Your legendary sword isn't just data in a central database; it's an NFT (Non-Fungible Token) on a blockchain. This means you truly own it. You can sell it, trade it, or even use it in other compatible games.&lt;/p&gt;

&lt;p&gt;Player-Driven Economies: Instead of publishers dictating market prices, players can trade assets on open marketplaces, creating real-world value and a more dynamic in-game economy.&lt;/p&gt;

&lt;p&gt;Decentralized Governance: Some Web3 games introduce DAOs (Decentralized Autonomous Organizations), giving players a say in game development, updates, and treasury management.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The Developer's Job:&lt;/strong&gt;&lt;br&gt;
Smart Contract Development: Writing secure, efficient smart contracts (often in Solidity or Rust) to manage NFTs, tokens, and game logic on chains like Ethereum, Polygon, or Solana.&lt;/p&gt;

&lt;p&gt;Wallet Integration: Integrating crypto wallets (like MetaMask or Phantom) into the game interface for seamless asset management and transactions.&lt;/p&gt;

&lt;p&gt;Orchestrating On-Chain &amp;amp; Off-Chain: Deciding what game logic lives on the blockchain (for security/ownership) and what stays off-chain (for performance/scalability). Often, core ownership is on-chain, while fast-paced gameplay is off-chain.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;2. The Allure: Empowering Players, New Monetization Models&lt;/strong&gt;&lt;br&gt;
For many, Web3 gaming represents a fairer, more engaging model.&lt;/p&gt;

&lt;p&gt;Monetization Beyond Microtransactions: Instead of "pay-to-win," it shifts to "play-to-earn" or "play-to-own," where active participation can yield tangible value.&lt;/p&gt;

&lt;p&gt;Interoperability: The dream of using your NFT assets across different games or even metaverses.&lt;/p&gt;

&lt;p&gt;Community Building: Engaging players by giving them real stakes in the game's success and future.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;The Challenges: High Gas Fees, Scalability, and User Experience
Despite the promise, Web3 gaming faces significant hurdles that developers must overcome:&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Scalability &amp;amp; Latency: Blockchains are inherently slower and more expensive than traditional centralized databases. Fast-paced action games struggle with high gas fees and transaction latency. Layer 2 solutions (like Polygon, Arbitrum) help, but the challenge remains.&lt;/p&gt;

&lt;p&gt;User Experience: Onboarding often involves complex wallet setup, seed phrases, and understanding gas fees—a steep learning curve for mainstream gamers.&lt;/p&gt;

&lt;p&gt;Sustainability of "Play-to-Earn": Many early P2E models proved unsustainable, relying on new player investment to pay existing ones, resembling pyramid schemes.&lt;/p&gt;

&lt;p&gt;Environmental Concerns: Energy consumption of some blockchains (though less so with Proof-of-Stake) remains a concern for many.&lt;/p&gt;

&lt;p&gt;Regulatory Uncertainty: The crypto space is still heavily unregulated, posing risks for both developers and players.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;💬 Let’s Discuss!&lt;/strong&gt;&lt;br&gt;
Web3 gaming isn't just about integrating a few NFTs; it demands a fundamental rethinking of game design, economics, and player relationships. It's a Wild West for developers, filled with innovation and pitfalls.&lt;/p&gt;

&lt;p&gt;As a game developer, what is the single biggest technical or philosophical hurdle you see in making Web3 gaming truly mainstream? Is it the UX, the blockchain scalability, or the economic models that are the biggest blockers?&lt;/p&gt;

&lt;p&gt;Share your insights and predictions below! 👇&lt;/p&gt;

</description>
      <category>web3</category>
      <category>blockchain</category>
      <category>gamedev</category>
      <category>futureoftech</category>
    </item>
    <item>
      <title>Beyond Prompts: Are AI Agents Like Auto-GPT the Future of Software Development?</title>
      <dc:creator>Shreya Sherikar</dc:creator>
      <pubDate>Wed, 22 Oct 2025 13:37:10 +0000</pubDate>
      <link>https://dev.to/shreysherikar/beyond-prompts-are-ai-agents-like-auto-gpt-the-future-of-software-development-13m8</link>
      <guid>https://dev.to/shreysherikar/beyond-prompts-are-ai-agents-like-auto-gpt-the-future-of-software-development-13m8</guid>
      <description>&lt;p&gt;We've all been playing with LLMs, crafting clever prompts to generate code snippets, debug errors, or write documentation. But what if your AI could do more than just respond to a prompt? What if it could think, plan, and execute multi-step tasks autonomously?&lt;/p&gt;

&lt;p&gt;Welcome to the world of AI Agents, spearheaded by projects like Auto-GPT. These agents aren't just intelligent chatbots; they're designed to set their own goals, break them down into sub-tasks, use tools (like web browsers or code interpreters), and even self-correct until the goal is achieved.&lt;/p&gt;

&lt;p&gt;This is a paradigm shift, and it's sending ripples through the developer community. Are these agents the future of software development, or a fascinating, complex experiment?&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;1. What Exactly is an AI Agent (e.g., Auto-GPT)?&lt;/strong&gt;&lt;br&gt;
At its core, an AI Agent combines an LLM with the ability to reason, plan, and interact with its environment.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Goal Setting:&lt;/strong&gt; You give it a high-level objective (e.g., "Build a full-stack e-commerce app").&lt;br&gt;
&lt;strong&gt;Task Decomposition:&lt;/strong&gt; It breaks the goal into smaller, manageable tasks (e.g., "Research popular e-commerce frameworks," "Design database schema," "Write API endpoints").&lt;br&gt;
&lt;strong&gt;Tool Usage:&lt;/strong&gt; It uses various tools to accomplish tasks:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Web Browsing: To search for information, read documentation.&lt;/li&gt;
&lt;li&gt;Code Interpreter: To write, test, and debug code.&lt;/li&gt;
&lt;li&gt;File I/O: To read and write files (e.g., create new project files, update existing ones).&lt;/li&gt;
&lt;li&gt;External APIs: To interact with other services.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Memory &amp;amp; Iteration:&lt;/strong&gt; It remembers its past actions, reflects on failures, and iteratively refines its plan until the goal is met or it hits a defined stopping condition.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The Developer's Job (Today):&lt;/strong&gt;&lt;br&gt;
&lt;strong&gt;Orchestration Frameworks:&lt;/strong&gt; Understanding and leveraging frameworks like LangChain, LlamaIndex, or even custom Python scripts to chain LLM calls with external tools an memory.&lt;br&gt;
&lt;strong&gt;Tool Integration:&lt;/strong&gt; Building robust APIs and wrappers that allow LLMs to safely and effectively interact with databases, version control systems, and deployment pipelines.&lt;br&gt;
&lt;strong&gt;Guardrails &amp;amp; Ethics:&lt;/strong&gt; Implementing strict safety protocols, rate limits, and monitoring to prevent autonomous agents from running wild or creating unintended consequences.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;2. The Promise: 10x Developer Productivity?&lt;/strong&gt;&lt;br&gt;
Imagine an agent that could:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Self-Heal Codebases:&lt;/strong&gt; Identify a bug in production, research solutions, write a patch, test it, and submit a pull request for review.&lt;br&gt;
&lt;strong&gt;Automate Feature Development:&lt;/strong&gt; Take a user story, generate UI components, backend APIs, and deployment scripts.&lt;br&gt;
&lt;strong&gt;Personalized Learning:&lt;/strong&gt; Create a custom learning path based on your skill gaps, find relevant tutorials, and even generate practice exercises.&lt;/p&gt;

&lt;p&gt;This isn't just about faster coding; it's about automating entire workflows and liberating developers to focus on higher-level design, innovation, and strategic problem-solving.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;3. The Challenges: Hallucinations, Costs, and Control&lt;/strong&gt;&lt;br&gt;
While the promise is huge, the challenges are equally daunting:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Reliability &amp;amp; Hallucinations:&lt;/strong&gt; Agents can still 'hallucinate' (generate factually incorrect information or non-existent tools), leading to wasted compute cycles or, worse, incorrect code.&lt;br&gt;
&lt;strong&gt;Computational Cost:&lt;/strong&gt; Each iteration, each tool call, each self-reflection costs tokens. Complex tasks can become very expensive quickly.&lt;br&gt;
&lt;strong&gt;Control &amp;amp; Safety:&lt;/strong&gt; How do you ensure an autonomous agent stays within its defined boundaries and doesn't take actions that are harmful, inefficient, or irreversible?&lt;br&gt;
&lt;strong&gt;Debuggability:&lt;/strong&gt; Tracing the thought process and debugging the decisions of an autonomous agent is significantly harder than debugging a linear script.&lt;/p&gt;

&lt;p&gt;💬 Let’s Discuss!&lt;br&gt;
AI agents like Auto-GPT are pushing the boundaries of what LLMs can do, transforming them from passive responders to proactive problem-solvers. The implications for software development are profound.&lt;/p&gt;

&lt;p&gt;Do you see AI Agents becoming a standard part of a developer's toolkit within the next 2-3 years, assisting with complex coding tasks, or are they likely to remain powerful but niche tools for specific automation scenarios? What's your biggest concern with their widespread adoption?&lt;/p&gt;

&lt;p&gt;Share your thoughts and predictions below! 👇&lt;/p&gt;

</description>
      <category>llm</category>
      <category>futureofcode</category>
      <category>ai</category>
      <category>agents</category>
    </item>
    <item>
      <title>From Chatbots to Credit Scores: The GenAI Stack Powering India’s Next-Gen Finance</title>
      <dc:creator>Shreya Sherikar</dc:creator>
      <pubDate>Thu, 09 Oct 2025 14:42:48 +0000</pubDate>
      <link>https://dev.to/shreysherikar/from-chatbots-to-credit-scores-the-genai-stack-powering-indias-next-gen-finance-3i1e</link>
      <guid>https://dev.to/shreysherikar/from-chatbots-to-credit-scores-the-genai-stack-powering-indias-next-gen-finance-3i1e</guid>
      <description>&lt;p&gt;&lt;strong&gt;Generative AI (GenAI)&lt;/strong&gt; is no longer a sandbox experiment in Indian finance—it is rapidly moving into the core banking stack. From automatically generating compliance reports to powering hyper-personalized credit underwriting, GenAI is the force multiplier enabling FinTech 2.0.&lt;/p&gt;

&lt;p&gt;The shift is clear: instead of traditional AI that predicts ("Will this loan default?"), GenAI creates ("Here is a tailored repayment plan and the compliance report to back it up.").&lt;/p&gt;

&lt;p&gt;Here is the developer’s analysis of the three high-impact use cases where GenAI is changing the code we write today.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;1. GenAI for Credit &amp;amp; Underwriting&lt;/strong&gt;&lt;br&gt;
The traditional credit scoring model is static and slow. GenAI is making it dynamic, personalized, and rapid.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The Problem:&lt;/strong&gt; Traditional underwriting often relies only on structured, formal data (CIBIL score, bank statements). This excludes millions of MSMEs and low-income borrowers.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The GenAI Solution:&lt;/strong&gt; GenAI models analyze vast amounts of unstructured data (customer spending habits, text from loan application documents, behavioral biometrics) to create highly accurate risk profiles in real-time.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The Developer's Job:&lt;/strong&gt; Building the Intelligent Document Recognition (IDR) pipeline. This involves using Vision/OCR models combined with an LLM to extract data from scanned PDFs, utility bills, and complex legal documents, and then feeding that enriched, structured data to the core credit model. This requires robust integration APIs and strict data governance.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;2. Real-Time, Adaptive Fraud Detection&lt;/strong&gt;&lt;br&gt;
Fraud is evolving faster than static rules can track. GenAI gives security teams a proactive defense system.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The Problem:&lt;/strong&gt; Traditional fraud systems flag transactions based on pre-set rules, leading to high false positives (blocking legitimate users) or slow reaction times to new fraud patterns (like synthetic ID fraud).&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The GenAI Solution:&lt;/strong&gt; GenAI can be trained on synthetic fraud data—generating millions of realistic but fake fraud scenarios. This trains the system to recognize emerging, novel attack vectors before they hit live users, dramatically increasing detection speed and lowering false positives.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The Developer's Job:&lt;/strong&gt; Deploying Behavioral Biometrics. This involves monitoring a user’s interaction with the app (typing speed, scroll patterns, mouse movements) and using GenAI to instantly flag deviations from the user's normal behavior. If the model detects a 3-standard-deviation change in behavior, it triggers an instant multi-factor authentication check.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;3. The Rise of AI-Powered RegTech&lt;/strong&gt;&lt;br&gt;
Compliance is a non-negotiable cost in finance. GenAI is automating the most painful, time-consuming parts of regulation.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The Problem:&lt;/strong&gt; Financial regulations (from RBI, SEBI) are constantly changing, and compliance teams spend countless hours manually interpreting, documenting, and auditing.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The GenAI Solution:&lt;/strong&gt; An LLM is fine-tuned on the entire regulatory corpus (e.g., the RBI Master Circulars). Compliance officers can ask a prompt: "What is our current requirement for DPDP Act compliance on cross-border data transfer?" The AI instantly generates the audit-ready report, complete with citation and suggested policy updates.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The Developer's Job:&lt;/strong&gt; Building the Auditability Layer. Since the RBI insists on Algorithmic Explainability, developers cannot use opaque "black box" models for core decisions (like lending). Your GenAI systems need a comprehensive logging architecture that can output a clear, human-readable reason for every decision made, meeting regulatory scrutiny.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;💬 Let’s Discuss!&lt;/strong&gt;&lt;br&gt;
RBI Deputy Governor T. Rabi Sankar recently warned that unchecked AI could pose "unprecedented threats" to financial stability. The call is for "safety by design."&lt;/p&gt;

&lt;p&gt;As developers, how do we ensure the datasets we use to train GenAI models for credit scoring are free from historical biases against certain demographics, ensuring the "E" (Ethical) in our AI?&lt;/p&gt;

&lt;p&gt;Share your thoughts and framework ideas below! 👇&lt;/p&gt;

</description>
      <category>genai</category>
      <category>fintech</category>
      <category>regtech</category>
      <category>machinelearning</category>
    </item>
    <item>
      <title>The Future is on Your Thumb: Decoding ThumbPay, India's Boldest New UPI Concept</title>
      <dc:creator>Shreya Sherikar</dc:creator>
      <pubDate>Tue, 07 Oct 2025 07:05:50 +0000</pubDate>
      <link>https://dev.to/shreysherikar/the-future-is-on-your-thumb-decoding-thumbpay-indias-boldest-new-upi-concept-m7i</link>
      <guid>https://dev.to/shreysherikar/the-future-is-on-your-thumb-decoding-thumbpay-indias-boldest-new-upi-concept-m7i</guid>
      <description>&lt;p&gt;We all love UPI. It’s fast, interoperable, and the undisputed king of digital payments. But let’s be honest: fumbling for your phone, unlocking, dealing with network lag, and punching in a PIN in a crowded market is clunky. We’ve hit a ceiling of convenience.&lt;/p&gt;

&lt;p&gt;Enter &lt;strong&gt;ThumbPay (developed by Proxgy)&lt;/strong&gt;: a new, yet-to-be-approved concept that aims to make your thumb your wallet. No phone. No card. Just a biometric impression on a small merchant device.&lt;/p&gt;

&lt;p&gt;This isn't just a quirky idea—it’s a sophisticated fusion of two foundational components of India Stack: Aadhaar and UPI.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;🛠️ The Tech Stack Deep Dive: Aadhaar + UPI&lt;/strong&gt;&lt;br&gt;
ThumbPay is brilliant because it doesn't reinvent the wheel; it creates a new, frictionless bridge between existing systems.&lt;/p&gt;

&lt;p&gt;Here is the engineering flow that makes a transaction possible:&lt;br&gt;
&lt;strong&gt;The Input:&lt;/strong&gt; The customer places their thumb on the merchant's low-cost device.&lt;br&gt;
&lt;strong&gt;Authentication:&lt;/strong&gt; The device sends the encrypted biometric data to the Aadhaar Enabled Payment System (AEPS) rails. AEPS verifies the identity against the secure Aadhaar database.&lt;br&gt;
&lt;strong&gt;Authorization:&lt;/strong&gt; Once authenticated by Aadhaar, the system seamlessly triggers a UPI transaction.&lt;br&gt;
&lt;strong&gt;Debit/Credit:&lt;/strong&gt; Money is instantly debited from the customer’s Aadhaar-linked bank account and credited to the merchant's account.&lt;/p&gt;

&lt;p&gt;This process removes all "digital friction" (app opens, PINs, QR codes) for the end-user while still using UPI's robust, instant settlement layer for the back-end.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The Hardware Advantage&lt;/strong&gt;&lt;br&gt;
This is an IoT deep-tech play. The device is:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Affordable:&lt;/strong&gt; Priced under ₹2,000, making it accessible for small merchants (the backbone of the rural economy).&lt;br&gt;
Accessible: It's battery-powered and designed for low-connectivity areas (using 4G or even LoRaWAN support).&lt;br&gt;
&lt;strong&gt;Secure:&lt;/strong&gt; Features an STQC-certified fingerprint scanner with liveness detection (crucial for preventing fraud with copied prints).&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;🛑 The Regulatory Hurdle: Security vs. Simplicity&lt;/strong&gt;&lt;br&gt;
ThumbPay has completed successful field trials, but the final, crucial step is the green light from regulators like NPCI and UIDAI. And this is where the developer in us has to ask the hard questions:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Immutability Risk:&lt;/strong&gt; If a UPI PIN is compromised, you reset it. If your biometric data is compromised (a much lower risk due to the secure Aadhaar vault, but still a concern), you can’t reset your thumb. Is a convenience gain worth a potential security permanence risk?&lt;br&gt;
&lt;strong&gt;Biometric Liveness:&lt;/strong&gt; The system relies heavily on the quality and accuracy of the liveness detection (ensuring the thumb is from a live person, not a high-quality silicone copy). This software/hardware stack must be military-grade robust.&lt;br&gt;
&lt;strong&gt;Audit Trail:&lt;/strong&gt; While UPI transactions leave a clean audit trail, integrating a third-party hardware authentication layer adds complexity. Regulators need absolute certainty on data handling and encryption at the point of capture.&lt;br&gt;
&lt;strong&gt;This is a classic tech dilemma:&lt;/strong&gt; mass financial inclusion vs. absolute zero-risk security. ThumbPay promises to bring millions of non-smartphone users into the digital economy, but the stakes for failure are incredibly high.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;💬 Let’s Discuss!&lt;/strong&gt;&lt;br&gt;
ThumbPay is a classic example of India Stack innovation. It’s not just a product; it's pioneering a new category.&lt;/p&gt;

&lt;p&gt;If ThumbPay goes live, would you trust your thumbprint over a UPI PIN? What single technical security feature (e.g., multi-modal biometrics, better TEE isolation) would make you feel safer using biometrics for payments?&lt;/p&gt;

&lt;p&gt;Let me know your thoughts in the comments! 👇&lt;/p&gt;

</description>
      <category>futureoftech</category>
      <category>biometrics</category>
      <category>upi</category>
      <category>aadhaar</category>
    </item>
    <item>
      <title>From Cloud Curious to Silver Captain✨</title>
      <dc:creator>Shreya Sherikar</dc:creator>
      <pubDate>Sun, 05 Oct 2025 01:57:16 +0000</pubDate>
      <link>https://dev.to/shreysherikar/from-cloud-curious-to-silver-captain-1d9i</link>
      <guid>https://dev.to/shreysherikar/from-cloud-curious-to-silver-captain-1d9i</guid>
      <description>&lt;p&gt;Want to be the next captain&lt;br&gt;
Apply here: &lt;a href="https://builder.aws.com/connect/community/cloud-clubs" rel="noopener noreferrer"&gt;https://builder.aws.com/connect/community/cloud-clubs&lt;/a&gt;&lt;br&gt;
Here's my journey as a captain...&lt;/p&gt;

&lt;p&gt;I’m Shreya Sherikar, a 3rd-year BTech CSE student at Amity University Bengaluru and the proud Captain of the AWS Cloud Club—a club I built from the ground up.&lt;/p&gt;

&lt;p&gt;When I first discovered the AWS Cloud Club program, the applications were six months away. I wasn’t someone with a deep coding background at the time, but I found AWS services genuinely interesting. I had a clear goal: to become a Captain and build a thriving technical community on my campus. The problem? I needed the knowledge to lead it.&lt;/p&gt;

&lt;p&gt;This is the story of how &lt;a href="https://skillbuilder.aws/" rel="noopener noreferrer"&gt;AWS Skill Builder&lt;/a&gt; became my secret weapon, not just for preparation, but for making a tangible impact as a community leader.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Phase 1: Preparation—The Quest for Knowledge (And Vouchers!)&lt;/strong&gt;&lt;br&gt;
My motivation for serious cloud learning was simple and practical: I needed to learn the services, and, honestly, I wasn't ready to pay the huge amount for AWS Certification exams. I knew the Captain role offered free exam vouchers, and I wanted to be prepared the moment I got in.&lt;br&gt;
Instead of waiting for my Captain approval, I logged into AWS Skill Builder and started consuming everything I could. My journey began with the foundational badges:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;My First Step&lt;/strong&gt;: I started with the AWS Educate Introduction to Cloud 101 - Training Badge in December 2024. This was the moment the whole concept of cloud computing clicked for me. It transformed the abstract idea of "the cloud" into understandable components—Compute, Storage, Networking.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The Hands-On Revelation&lt;/strong&gt;: The digital courses and labs immediately dispelled the myth that cloud computing was only for advanced engineers. Learning about Amazon S3 in the Getting Started with Storage badge showed me how easy it was to host files securely, a concept far more engaging than theoretical classroom discussions.&lt;br&gt;
I earned badges across Compute, Databases, Storage, and Serverless—all visible on my Credly profile. When the Captain approval finally arrived in May 2025, I wasn’t starting from scratch; I was launching with foundational knowledge already in place.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Phase 2: Execution—From Student to Captain&lt;/strong&gt;&lt;br&gt;
The knowledge I gained on Skill Builder wasn't just theoretical; it was the blueprint for leading my club.&lt;br&gt;
In the early days of recruiting my first 10 core members, I didn't rely on random activities. I used the clear, structured learning paths of Skill Builder to give my members a curriculum. I told them, "Start with the Cloud 101 course, then pick a service badge like Serverless or Storage." It gave them instant direction and accountability.&lt;/p&gt;

&lt;p&gt;The Unexpected Utility of Networking&lt;br&gt;
While I initially focused on broader badges, the AWS Educate Getting Started with Networking - Training Badge proved to be the most surprisingly valuable resource.&lt;/p&gt;

&lt;p&gt;As a technical lead in the &lt;a href="https://www.linkedin.com/posts/shreya-sherikar_digitalinclusion-amityuniversitybangalore-activity-7379153592471126018-nTY8?utm_source=share&amp;amp;utm_medium=member_desktop&amp;amp;rcm=ACoAAEeT-nIBEHzEkytGHr_AfMnxxs3zFTLlHdE" rel="noopener noreferrer"&gt;SIH Internal 2025&lt;/a&gt; competition, where our project MAPPY won 2nd Runner-Up, my understanding of network protocols and connectivity (including the AWS Serverless/IoT Core deployment) was crucial to building the solution.&lt;/p&gt;

&lt;p&gt;More recently, my growing interest in ethical hacking has been directly supported by the fundamental networking concepts I learned through the badge. It showed me how security is woven into every layer of the cloud—not just an add-on.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Hosting an AWS Solutions Architect&lt;/strong&gt;&lt;br&gt;
One of my proudest moments was leading our first major event, hosting Mr. Raghavendra Prakash, a Senior Solutions Architect at AWS India&lt;br&gt;
. My background knowledge from Skill Builder gave me the confidence to handle the logistics, promotions, and speaker outreach. More importantly, it helped me structure the event's agenda and Q&amp;amp;A session so that the questions were relevant and the audience of 200+ students received real, actionable value.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Phase 3: The Ascent—Aiming for Gold&lt;/strong&gt;&lt;br&gt;
My journey reflects the AWS Captain ranking system: I started at&lt;br&gt;
Bronze and recently achieved Silver Level. Now, I'm laser-focused on earning the&lt;br&gt;
Gold Captain Badge.&lt;br&gt;
To do this, I need to keep building our community, which is already at 200+ members on &lt;a href="https://www.meetup.com/aws-cloud-club-at-amity-university-bengaluru/" rel="noopener noreferrer"&gt;meetup&lt;/a&gt;. My next major event is a workshop planned specifically for new juniors, and my choice of topic is directly inspired by what was most impactful in my learning:&lt;/p&gt;

&lt;p&gt;Serverless Computing.&lt;br&gt;
This new workshop will be a hands-on introduction to AWS Lambda and API Gateway. I chose it because the Serverless badge was the one that made me realize you don't need to manage infrastructure to build powerful applications—a crucial concept for a beginner!&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;My Biggest Takeaway &amp;amp; Advice&lt;/strong&gt;&lt;br&gt;
If I had to give one piece of advice to any aspiring AWS Cloud Club Captain or student, it would be this:&lt;/p&gt;

&lt;p&gt;The single biggest, most underestimated benefit of AWS Skill Builder isn't the certificates; it’s the confidence it gives you to network with AWS professionals.&lt;/p&gt;

&lt;p&gt;Learning the core terminology and services on Skill Builder means that when you meet an AWS Hero, Community Builder, or Solutions Architect—as I did at the GOTO Serverless conference in Bengaluru—you are no longer asking basic questions. You can jump straight into meaningful technical discussions and build genuine connections. This is what truly pushed me to apply for the AWS Community Builder program myself!&lt;/p&gt;

&lt;p&gt;My commitment is to keep building a community on campus where learning is more engaging and fun than any classroom setting, using the incredible free resources AWS provides. &lt;br&gt;
The journey is far from over—the Gold badge, the Community Builder program, and future certifications await. But it all started with a free login and the decision to start learning on AWS Skill Builder.&lt;/p&gt;

&lt;h1&gt;
  
  
  AWSCaptain #AWSCloudClub #AWSSkillBuilder #StudentLeadership #CloudComputing #BTech #AWSCommunity
&lt;/h1&gt;

</description>
      <category>leadership</category>
      <category>aws</category>
      <category>beginners</category>
      <category>learning</category>
    </item>
  </channel>
</rss>
