PinnedSuman Das·Jan 25, 2024Fine Tune Large Language Model (LLM) on a Custom Dataset with QLoRAThe field of natural language processing has been revolutionized by large language models (LLMs), which showcase advanced capabilities and…A response icon23A response icon23
Suman Das·Jun 30Loop Engineering with AgentsThe system that decides your agent’s next move: when to use it, when to skip it, and how to build one.
Suman Das·Apr 1Multi-Agent AI Patterns for Developers: Pick the Right Pattern for the Right ProblemIn this agentic world we’re living in, it’s tempting to believe that one powerful AI agent can do it all — research, write, code, review…A response icon1A response icon1
Suman Das·Mar 31, 2025How to Create Your Own Ghibli-Style Podcast!Drawing inspiration from NotebookLM and OpenAI’s Ghibli-style art, this guide explores how to create a captivating podcast on any topic…
Suman Das·Aug 26, 2023Harnessing GenAI to Craft Podcast EpisodesYou must have heard about podcasts. They’re like really cool radio shows that people can listen to on their phones or computers. Lots of…
InCrux IntelligencebySuman Das·Feb 26, 2023Auto Scaling Microservices with Kubernetes Event-Driven Autoscaler (KEDA)Autoscaling (sometimes spelled as auto scaling or auto-scaling) is the process of automatically increasing or decreasing the usage of…A response icon2A response icon2
InCrux IntelligencebySuman Das·Jul 26, 2022Testing Spring Boot Application using WireMock and JUnit 5In this world of Microservices, we want to build and ship things faster. When we ship our code, we want to make sure we ship well tested…A response icon2A response icon2
InCrux IntelligencebySuman Das·May 10, 2022Async Architecture with FastAPI, Celery, and RabbitMQIn one of my earlier tutorials, we have seen how we can optimize the performance of a FastAPI application using Async IO. To know more you…A response icon4A response icon4
InCrux IntelligencebySuman Das·Jan 19, 2022Concurrency with FastAPIIn one of my earlier tutorials, we have seen how we can create a Python application using FastAPI. To know more you can refer to Building…A response icon1A response icon1
InCrux IntelligencebySuman Das·Dec 13, 2021Querying Cache in Apache IgniteApache Ignite is a memory-centric distributed database, caching, and processing platform for transactional, analytical, and streaming…