LLMs

LLMs

Eve - Vercel
Eve - Vercel
Like Next.js for web apps, but for agents. Markdown for instructions and skills, TypeScript for tools. Durable by default.
·vercel.com·
Eve - Vercel
How I'm Solving Local Inference
How I'm Solving Local Inference
How I bridged my MacBook Air and Framework 13 using LM Studio's LM Link to run powerful local models, avoid token costs, and gain portability.
·chrisshort.net·
How I'm Solving Local Inference
Build your own vulnerability harness
Build your own vulnerability harness
We break down the technical architecture behind our multi-stage vulnerability discovery harness and automated triage loop. Learn how we manage state controls, squash false positives through adversarial review, and route around LLM context limits.
·blog.cloudflare.com·
Build your own vulnerability harness
How I used agents to study open-source code
How I used agents to study open-source code
Earlier this year i was studying some open source code. From projects like: Wild, Linux, binutils, MetaCall. I used this `ASIDE.md to help me, giving the LLM the oppurtiunity to teach me while i *have* to write the answers myself.
·bleu-community.tech·
How I used agents to study open-source code
Rivet - Infrastructure for the Agentic Era - Rivet
Rivet - Infrastructure for the Agentic Era - Rivet
The primitive for AI agents and the systems they operate. Stateful actors, long-running workflows, and an operating system for agents — run on Rivet Cloud or inside your own VPC.
·rivet.dev·
Rivet - Infrastructure for the Agentic Era - Rivet
The Subsidy Ended: What Tool-Using Agents Actually Cost
The Subsidy Ended: What Tool-Using Agents Actually Cost
Usage-based billing didn’t make agents expensive. It made their existing costs visible, and visibility turns agent economics into a governance problem.
·oreilly.com·
The Subsidy Ended: What Tool-Using Agents Actually Cost
10 MCP servers to connect LLMs with databases
10 MCP servers to connect LLMs with databases
Use these official MCP servers to interact with the leading database platforms via natural language through your LLM-assisted tools.
·infoworld.com·
10 MCP servers to connect LLMs with databases
Long-Running Agents
Long-Running Agents
The following article originally appeared on Addy Osmani’s blog and is being reposted here with the author’s permission.A long-running AI agent can keep
·oreilly.com·
Long-Running Agents
This Week in AI: Production Viability
This Week in AI: Production Viability
Metacognition, what OpenAI’s finance move is really about, and why tokenmaxxing is a trap
·oreilly.com·
This Week in AI: Production Viability
My AI Couldn’t See My Files — I Built a Zero-Dependency MCP Server | Towards Data Science
My AI Couldn’t See My Files — I Built a Zero-Dependency MCP Server | Towards Data Science
I got tired of copying files into an AI chat just to get feedback. So I built a pure Python MCP server that gives AI tools direct access to my local project—no frameworks, no dependencies. It runs over stdio for local use and switches to HTTP/SSE for concurrent clients with a single flag. The result: 5 clients, under 50ms, and a design that stays simple without sacrificing capability.
·towardsdatascience.com·
My AI Couldn’t See My Files — I Built a Zero-Dependency MCP Server | Towards Data Science
Nobody Won the Token Race: The AI Bill Nobody Capped
Nobody Won the Token Race: The AI Bill Nobody Capped
Uber burned its AI budget in four months chasing token leaderboards, then capped engineers at $1,500. We never hit a limit. The plan is the variable
·techtrenches.dev·
Nobody Won the Token Race: The AI Bill Nobody Capped
Context as Code
Context as Code
Build-time governance in the era of infinite syntax
·oreilly.com·
Context as Code
How GenAI Fails in Software Teams
How GenAI Fails in Software Teams
A 12-question reality check on how GenAI is actually failing in software teams right now. Real studies, real citations, three minutes.
·agilepainrelief.com·
How GenAI Fails in Software Teams
Beyond the Semantic Layer: Building a Context Layer for the Agentic Era | Kaelio
Beyond the Semantic Layer: Building a Context Layer for the Agentic Era | Kaelio
A context layer puts your warehouse schema, joins, metric definitions, and business knowledge in one reviewable place so data agents query governed context instead of guessing field names. A look at how it works, and at ktx, the open-source context layer.
·kaelio.com·
Beyond the Semantic Layer: Building a Context Layer for the Agentic Era | Kaelio
Embodied cognition and agentic AI
Embodied cognition and agentic AI
Where is your intelligence located? In your brain? It is a simplistic answer. A better model is that your intelligence is embodied. Consider a cook working at an expensive restaurant. He has all his favorite knives and cooking instructions, placed exactly where he wants them. His kitchen is part of his intelligence, of his skills. … Continue reading Embodied cognition and agentic AI
·lemire.me·
Embodied cognition and agentic AI
Fine-tuning an LLM to write docs like it's 1995
Fine-tuning an LLM to write docs like it's 1995
In my predictions for 2030 I wrote that tech writers would be using specialized LLMs, running locally on powerful hardware. I see hints of this move to “local first” among engineering pundits, but we’re not there yet, in part because of how much more powerful connected frontier models are. That doesn’t mean we can’t experiment, though. That’s precisely what I did last week, trying to fine tune an instruct model to write like a software technical writer from the 80s and 90s.
·passo.uno·
Fine-tuning an LLM to write docs like it's 1995