Category Selected:

into-the-box

Blog

BoxLang AI Deep Dive โ€” Part 7 of 7: MCP โ€” The Protocol That Connects Everything ๐Ÿ”Œ

Luis Majano |  April 03, 2026

The AI ecosystem has a tool problem. Every framework has its own way of defining tools, every agent has its own way of calling them, and every integration requires custom code on both sides. An agent built in Python can't easily use tools built in Java. An MCP server written for Claude Desktop can't easily be consumed by a BoxLang agent without a custom adapter.

Read More

BoxLang AI Deep Dive โ€” Part 6 of 7: Memory Systems & RAG โ€” Building AI That Remembers ๐Ÿง 

Luis Majano |  April 03, 2026

A chatbot with no memory isn't a conversation โ€” it's a series of isolated queries. Every message starts from scratch. The user has to re-explain who they are, what they're working on, and what was just said. It's exhausting, and it signals that the AI isn't really listening.

Read More

BoxLang AI Deep Dive โ€” Part 5 of 7: One API, 17 Providers โ€” The Provider Architecture Deep Dive ๐Ÿ›ก๏ธ

Luis Majano |  April 03, 2026

Vendor lock-in is the silent killer of AI projects. You pick OpenAI, build everything against the OpenAI API, and then GPT-5 launches at three times the price. Or a competitor launches a model that's faster for your use case. Or you need to self-host for compliance. Or your client is on AWS and wants Bedrock.

Read More

BoxLang AI Deep Dive โ€” Part 4 of 7: Middleware โ€” The Missing Layer in Every AI Framework ๐Ÿงต

Luis Majano |  April 03, 2026

Agents make live LLM calls. They invoke real tools. They have non-deterministic outputs. Standard unit testing approaches fall apart. You can't mock every provider. You can't replay a conversation from three weeks ago. You can't confidently tell stakeholders that the agent you deployed today behaves the same way it did when you signed off on it.

Read More

BoxLang AI Deep Dive โ€” Part 3 of 7: Multi-Agent Orchestration โ€” Building AI Teams That Work ๐ŸŒฒ

Luis Majano |  April 03, 2026

The problem with most multi-agent frameworks is that the orchestration layer is bolted on โ€” you're managing agent references manually, passing outputs between them by hand, and hoping you haven't introduced a cycle. There's no concept of hierarchy. No cycle detection. No way to ask "who's in charge here?" or "how deep in the tree am I?"

Read More

BoxLang AI Deep Dive โ€” Part 2 of 7: Building a Production-Grade AI Tool Ecosystem

Luis Majano |  April 03, 2026

Function calling is where most AI frameworks look deceptively simple on the surface and turn into a mess underneath. You define a tool, pass it to the LLM, and when the LLM calls it โ€” who handles the lifecycle? Who fires observability events? Who serializes the result? Who resolves the tool by name when the only thing you have is a string?

Read More

BoxLang AI Deep Dive โ€” Part 1 of 7: The Skills Revolution ๐ŸŽ“

Luis Majano |  April 03, 2026

Every AI framework eventually hits the same wall: your system prompts start drifting. Agent A has a slightly different version of the SQL rules than Agent B. The tone policy on your support bot is three weeks behind the tone policy on your documentation bot. Someone copy-pasted the wrong version. Nobody noticed.

Read More

BoxLang AI v3 Has Landed - Multi-Agent Orchestration, Tooling, Skills and so much more

Luis Majano |  April 02, 2026

It's been a while since we've shipped something this big. BoxLang AI 3.0 is a ground-up rethink of how AI agents, models, and tools work in the BoxLang ecosystem โ€” and it lands with ten major features at once.

Read More

BoxLang 1.11.0 Release

Luis Majano |  March 04, 2026

We're proud to announce BoxLang 1.11.0, a highly focused performance and stability release that delivers measurable speed improvements across every BoxLang application, with zero code changes required. The team invested deeply in bytecode generation, class loading, lock management, and type casting to produce one of the most impactful runtime optimization releases to date. Alongside the performance wave, this release resolves critical concurrency bugs, hardens DateTime handling, and ships powerful new developer tooling.

Read More

BoxLang AI v2.1.0: Enterprise-Grade Multi-Tenancy, OpenSearch, and AWS Bedrock Support

Luis Majano |  February 04, 2026

We're excited to announce BoxLang AI v2.1.0, a major release that brings enterprise-grade features to your AI-powered applications. This release focuses on production readiness with multi-tenant usage tracking, scalable OpenSearch vector memory, complete AWS Bedrock integration, and simplified provider configuration.

Read More