Building an Autonomous Security Operations Center with Agentic AI Feb 7, 2026 The dream of a fully autonomous Security Operations Center (SOC) is moving closer to reality. In this post, we will explore the architecture of our Agentic Cybersecurity System, a Python-based... [read more]
Building an LLM-powered Data Analyst cum Data Scientist Feb 1, 2026 If you have ever wished you could talk to your pandas DataFrame in natural language, create_pandas_dataframe_agent from langchain_experimental.agents.agent_toolkits.pandas.base is exactly what you need. In this post we will build an... [read more]
Operationalizing the Machine Learning model inferencing with an engineering approach Aug 18, 2020 What is a machine learning model inferencing? Once you train a machine learning model to solve specific business problems, you need to think about how you would be consuming that... [read more]