» Tag
ai
1019 postsHave Your AI List Its Assumptions Before Editing Code
Prompt your AI to list assumptions before code edits to avoid potential errors.
RAG in Laravel: Embeddings and pgvector for a Knowledge-Base Bot
Build a knowledge-base bot using RAG in Laravel 11 with PostgreSQL. Manage your data with embeddings and pgvector.
I Built a Simple Tool to Observe My AI Agents' Activities
Otterscope, a tool I built for monitoring small LLM agents, offers an efficient and user-friendly solution for observing agent activities.
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.comCreate a Custom AI PR Reviewer from Scratch with GitHub Actions
Learn to build a custom AI PR reviewer from scratch using GitHub Actions, Python, and the Gemini API for automated review processes.
RoomCraft AI: Optimize Room Layouts with Simulated Annealing
RoomCraft AI optimizes room layouts using Simulated Annealing based on user descriptions. It identifies the best arrangements efficiently.
Streaming AI Responses in Laravel with Server-Sent Events
We upgrade our Laravel AI chatbot to stream responses using Server-Sent Events (SSE), enhancing user experience.
One-Click Pipeline: An SSE Stream Orchestrating Everything
The new application interface enables users to manage knowledge creation and AI planning through a single SSE stream.
Can LLMs Achieve Deep Understanding of Computer Architecture Papers?
Exploring the ability of large language models to deeply understand computer architecture papers through the Gauntlet pipeline, which shows significant advantages in analysis.
LLM Evaluations for Developer Tools: Useful, Correct, Safe
How to evaluate LLM features in developer tools across correctness, usefulness, and safety.
Why DB Connections Are Not Held During Slow LLM Calls
Not holding DB connections during LLM calls enhances performance in AI systems. We explore this using the Honcho example.