Please turn JavaScript on
header-image

NinethSense oWnZ mE!

Receive updates from NinethSense oWnZ mE! for free, starting right now.

We can deliver them by email, via your phone or you can read them from a personalised news page on follow.it.

This way you won't miss any new article from NinethSense oWnZ mE!. Unsubscribe at any time.

Site title: NinethSense oWnZ mE! - Praveen's CTO Blog

Is this your feed? Claim it!

Publisher:  Unclaimed!
Message frequency:  0.23 / day

Message History

In the past, the tech world was obsessed with the raw potential of artificial intelligence. Today, the conversation has moved entirely to verifiable integrations, strict governance, and clear returns on investment. Building a massive system is only half the battle. The other half is proving the system is secure, compliant, and financially viable for the business. Let us explo...


Read full story
import json from litellm import completion import os azure_api_key = os.getenv("gpt_5_chat_api_key") azure_api_base = os.getenv("gpt_5_chat_endpoint") azure_deployment = os.getenv("gpt_5_chat_deployment") def get_random_number(): import random return f"You just hit the custom tool.\nRandom number: {random.randint(1, 100)}" tools = [ { "type": "function", "function": { ...

Read full story

Completed two courses from AMD AI Academy:

AI Agents 101: Building AI Agents with MCP and Open-Source Inference AI Agents 201: Design to Deployment: A Guide to Multi-Agent Systems

A good, hands-on course on Building AI Agents with MCP and Open Source Inference. Course uses vLLM, Qwen3, Pydantic-AI, and MCP. The best part is, you get a fast AMD GPU for free to do the ...


Read full story

I recently worked on an AI project that was quite unusual. It was about analyzing the past, present, and future of a person’s life. Yes, you guessed it right. Astrology.

More specifically, this project focused on Vedic Astrology using the Kerala system. As someone who builds AI systems for a living, and being someone who loves solving challenging problems, I was exc...


Read full story