Tag

#llm

9 articles tagged #llm. See all tags →

The MCP Security Problem Nobody Wants to Talk About
New
Tech··11 min

The MCP Security Problem Nobody Wants to Talk About

MCP took off faster than anyone's threat model. We wired arbitrary third-party tools straight into models that can't tell an instruction from data, then acted surprised when tool poisoning hit 72.8 percent and Anthropic's own Inspector shipped a CVSS 9.4 RCE. Here's the real attack surface, and what governance is finally starting to look like.

mcpsecurityai-agents
Agentic Workflow Patterns: Supervisor, Swarm, or Pipeline
New
Tech··11 min

Agentic Workflow Patterns: Supervisor, Swarm, or Pipeline

Four shapes get thrown around for multi-agent systems: pipeline, supervisor, swarm, and full autonomy. Three of them you probably don't need. Anthropic's own data says most of the win comes from spending more tokens, not from clever coordination, so pick the simplest shape that ships.

ai-agentsmulti-agentllm
Why Small Language Models Beat GPT-Class Models for 80% of Real Workloads
Tech··11 min

Why Small Language Models Beat GPT-Class Models for 80% of Real Workloads

Your support bot does not need a PhD. Most production AI work is repetitive, narrow, and latency-sensitive, which is exactly where a 3B to 14B parameter model wins on cost, speed, and privacy. NVIDIA Research now argues the same thing in a paper, and the pricing backs it up.

small-language-modelsllmai-infrastructure
Context Engineering Is the New Prompt Engineering
Tech··11 min

Context Engineering Is the New Prompt Engineering

The line that clicked for me: behavior belongs in the weights, knowledge belongs in the context. Stop fine-tuning your FAQ into a model. The job that actually moves the needle now is curating the smallest set of high-signal tokens the model sees at inference time.

context-engineeringllmrag
The AI SDK Production Checklist: Streaming, Tools, and the Parts That Fail
Tech··11 min

The AI SDK Production Checklist: Streaming, Tools, and the Parts That Fail

The demo is easy. streamText, a text box, tokens on the screen, and it feels done. What breaks in production is retries, cost control, silent errors, and the one user who paste-bombs your context window. Here's the checklist I wish I had before shipping.

ai-sdkvercelstreaming
The New Prompt Injection Attack Surface: MCP, Tools, and Your Browser
Tech··12 min

The New Prompt Injection Attack Surface: MCP, Tools, and Your Browser

Prompt injection is the SQL injection of the AI era, except worse. SQLi has a clean fix. Indirect prompt injection doesn't, because an LLM reads instructions and untrusted data through the same channel with no reliable way to tell them apart. OWASP ranks it the number one risk in AI applications, and the numbers back that up.

prompt-injectionai-securitymcp
The Engineer-to-AI-Engineer Transition: What Actually Changes in Your Job
Tech··11 min

The Engineer-to-AI-Engineer Transition: What Actually Changes in Your Job

'AI engineer' isn't machine learning wearing a new hat. It's a different job that starts from a product and reaches for a model, not the other way around. Most job posts are confused about which one they're hiring for, and that confusion is where your leverage is.

ai-engineeringcareersllm
The AI Infrastructure Roadmap for 2025
Tech··8 min

The AI Infrastructure Roadmap for 2025

GPUs get the headlines, but inference serving, networking, and observability are where AI systems actually win or lose. Here's what the stack looks like now.

aiinfrastructurellm