» Tag
ai
1046 postsCode or Diffusion: A Field Guide to Programmatic Image Generation
Generating diagrams and charts as code instead of diffusion cuts costs and produces testable, diffable, version-controlled image assets.
aeovim: Orchestrating Claude Code agents like Neovim
aeovim is a Rust TUI that applies Neovim's modal, split-based workflow to LLM coding agents, letting developers orchestrate multiple Claude Code sessions from the keyboard.
Scarf Moves From Haskell to Python in the AI Coding Era
Scarf explains why faster LLM-driven code generation made Haskell's long compile times and ecosystem friction unsustainable, prompting a move to Python.
CommitBrief — AI code reviews, right in your terminal
A provider-agnostic, local-first CLI that reviews your staged changes, a historic range, or a whole GitHub pull request. Zero telemetry, no server. Free and open source.
commitbrief.comTriage Is the Product: AI Agents Audit Ethereum's Protocol Code
Ethereum Foundation's security team runs parallel AI agents against protocol code, surfacing a real CVE—yet the hard part is filtering out false positives.
RAG vs AI Agents: Understanding the Real Difference
RAG retrieves knowledge; AI agents plan and act. This piece breaks down the architectural differences and when to use each approach in production systems.
Qualifying real estate leads with an autonomous email agent
Nylas Agent Account replies to real-estate email inquiries within seconds, qualifies leads via an LLM, and books showings on its own calendar autonomously.
Picturesque: Unifying 50+ AI Models Under One Roof
Picturesque unifies 50+ AI models for images, video, audio and music under one credit system, covering the architecture choices and lessons learned along the way.
Control Before, Prove After: An Accountability Model for AI Agents
A new accountability primitive restricts AI agents before acting and cryptographically proves actions after, closing gaps left by policy engines and logs.
Why Image Cleanup and Inpainting Fail at Scale
Why do soft edges, texture mismatches and visible seams appear in image editing pipelines? An architectural breakdown of mask dilation, context encoding and synthesis layers.
Building an AI Agent System with the ReACT Pattern in Java
Phase 6 of the Jarvis AI platform explains how a multi-step, streaming AI agent system was built in pure Java and Spring AI using the ReACT pattern.