Tag: AI
-
AI Model Basics: Understanding Size, Hardware, and Setup
Read This Post: AI Model Basics: Understanding Size, Hardware, and SetupYour guide to demystifying AI model sizes, from billion-parameter “brains” to the hardware that powers them—plus tips for running them yourself. If you’ve seen names like GPT-4 175B, Llama-3 70B, or Grok-2 314B, you may wonder:What does that “B” mean, and why should I care? (Note: While some examples here are cloud-based for illustration, we’ll…
-
The Evolution of Payments: From Coins to AI Agents
Read This Post: The Evolution of Payments: From Coins to AI AgentsPayments have come a long way, from handing over coins in a bustling marketplace to tapping your phone in seconds, and now even letting machines handle the payment while you focus on life. Along the way, each leap in technology has made transactions faster, safer, and smarter. Let’s explore the key milestones that shaped this…
-
vTSafeKernelInvoker – Efficient Semantic Kernel Plugin Execution Without Extra AI Token Costs, Especially for Large Output Data
Read This Post: vTSafeKernelInvoker – Efficient Semantic Kernel Plugin Execution Without Extra AI Token Costs, Especially for Large Output DatavTSafeKernelInvoker is a lightweight .NET extension for Semantic Kernel that introduces the method InvokePromptFunctionUsingCustomizedKernelAsync. This method helps reduce AI service token usage and cost by avoiding unnecessary AI post-processing of plugin results. Curious about Semantic Kernel? Explore the official overview here: https://learn.microsoft.com/en-us/semantic-kernel/overview/ Why Use This Package? When using standard Semantic Kernel methods like InvokePromptAsync or GetChatMessageContentAsync (via IChatCompletionService) etc, the plugin result is…
-
AI replacing the Browser? and Front-End dead? Exploring ‘Model Context Protocol’ (MCP)
Read This Post: AI replacing the Browser? and Front-End dead? Exploring ‘Model Context Protocol’ (MCP)I recently experimented with something I believe could reshape how we interact with internal data using AI assistants like ChatGPT, Copilot, and Claude. It’s called MCP: Model Context Protocol. and it’s a game changer! What is MCP? MCP (Model Context Protocol) is an open protocol that enables AI assistants to access real-time, internal data directly from…
-
How We Use AI in Our Projects – A Simple Example with Address Entry
Read This Post: How We Use AI in Our Projects – A Simple Example with Address EntryTwo months ago at NeST Tech Fest 2025, I proudly showcased my personal project “SmartQueryBot” : a fusion of database tech and artificial intelligence. During the exhibition, one enthusiastic developer asked me a powerful question: “It’s great… “How and when would we actually use AI in our projects?” To answer this, I’ve created a simple yet powerful…