Collections
All Collections
All Content

Médéric Hurier · Apr 28th, 2026
A deep dive into the practical limitations of agent protocols like MCP and A2A for low-level tasks, and why the "Linux philosophy" of using a raw command-line interface provides a more lightweight, composable alternative for local development, paving the way for an Agent OS.
# Artificial Intelligence
# Software Engineering
# LLM
# AI Agent
# Software Development


Jesse Vincent & Demetrios Brinkmann · Apr 24th, 2026
Jesse Vincent breaks down how modern “agentic” software development is shifting from writing code to managing intelligent systems. He shares how his Superpowers toolkit uses structured workflows, skills, and subagents to turn vague ideas into executable plans—emphasizing that clarity of intent matters more than coding itself. The conversation explores how AI agents can be guided using psychology, why separating roles (planner, implementer, reviewer) leads to better outcomes, and how iteration—not perfection—builds powerful workflows. Ultimately, the future of software isn’t code—it’s specs, judgment, and orchestrating agents to do the work.
# Superpowers
# Claude Code
# Developer Tools


Maggie Konstanty & Demetrios Brinkmann · Apr 21st, 2026
Most teams treat evals like a last-minute checkbox—ship first, panic later—but that’s exactly backwards. The real edge comes from treating evals as a continuous, evolving system from day one, not a static test suite. Because here’s the uncomfortable truth: LLMs don’t fail cleanly or consistently, and neither do your users. If you’re not constantly adapting how you evaluate, you’re basically flying blind—just with more features to hide it.
# AI Evals
# LLM Evaluation
# AI Product Management

Médéric Hurier · Apr 21st, 2026
The 5xP Framework is a practical strategy that uses five targeted Markdown files (Product, Platform, Process, Profile, and Principle) to seamlessly align AI coding assistants with your project's architecture and business goals. By defining strict context boundaries, this framework drastically reduces prompt bloat and prevents AI hallucinations, moving developers away from unstructured "vibe coding" and closer to reliable, spec-driven development.
# Artificial Intelligence
# Software Engineering
# Productivity
# AI Agent
# Coding


Zach Lloyd & Demetrios Brinkmann · Apr 17th, 2026
# AI Agents
# Cloud Development
# Warp Terminal


Mihail Eric & Demetrios Brinkmann · Apr 15th, 2026
Conversation with Mihail Eric on how agent-driven development is reshaping engineering work, faster iteration, new failure modes, and shifting team dynamics. Focus on validation, cost tradeoffs, and what breaks when code is mostly generated rather than written.
# Software Engineering
# Coding Agents
# AI Engineering

Vishakha Gupta · Apr 14th, 2026
The blog argues that context graphs can serve as the system of record for reasoning, capturing how decisions are made, corrected, and carried forward across humans and AI agents. It shows that making context graphs real requires more than an abstraction: it demands a technical substrate, clear processes, and cultural norms that let organizations review, refine, and preserve judgment over time. When organizations pair emerging context‑graph technology with the cultural shift required to justify decisions, annotate reasoning, and protect shared context, they unlock a future where human and agent judgment reinforce each other, decisions become auditable, knowledge compounds, and the entire company grows more intelligent over time, which is the real trillion‑dollar opportunity.
# AI Agents
# Knowledge Graph and Graph Databases
# Usability and Debugging
# Vector / Similarity / Semantic Search


Maher Hanafi & Demetrios Brinkmann · Apr 10th, 2026
Scaling LLMs in production requires balancing cost, latency, and performance. Through techniques like dynamic GPU scaling and TensorRT optimization, latency was reduced by up to 70%, while iterative learning and tight alignment with business goals ensured strong ROI.
# GPU
# GPU Optimization
# AI Agents


Robert Ennals & Demetrios Brinkmann · Apr 7th, 2026
Most people cripple coding agents by micromanaging them—reviewing every step and becoming the bottleneck.
The shift isn’t to better supervise agents, but to design systems where they work well on their own: parallelized, self-validating, and guided by strong processes.
Done right, you don’t lose control—you gain leverage. Like paving roads for cars, the real unlock is reshaping the environment so AI can move fast.
# AI Agents
# Parallel Agents
# Broomy

Ayesha Imran · Apr 7th, 2026
This blog walks through how to build an AI agent that can meaningfully use a unified collection of multimodal assets like speaker bios, talk titles or descriptions, and eventually their PDF or video content, by pairing the right tools with the right memory design. It demonstrates how retrieval, parsing, and reasoning components must be engineered so the agent can navigate relationships, interpret metadata, and answer higher‑order questions with accuracy. By grounding the workflow in a multimodal database like ApertureDB, the agent gains reliable access to structured context, enabling richer insights across any real‑world content collection.
# AI Agents
# Knowledge Graph and Graph Databases
# Multimodal/Generative AI
# Vector / Similarity / Semantic Search
# RAG
# Dataset Preparation and Management
