AI Intelligence Archive
浏览 AIQB 已保存的 133 stories AI intelligenceArticles,覆盖Models、Products、Industry、Research、教程与观点方法六大分类。
Indexed articles133
Categories6
Selected stories125
All articles
Section 1 / 4 页 · 每页 40 stories
TutorialsSelected
Building a Closed-Domain Agentic AI Knowledge Assistant with Hybrid RAG
I recently built an "Agentic AI Knowledge Assistant" that combines "Retrieval-Augmented Generation...
Source: DEV Community
TutorialsSelected
Building an Agentic RAG AI Agent with FAISS, BM25 and Qwen
I recently completed a project as part of my AI Engineering learning journey: an Agentic RAG AI Agent...
Source: DEV Community · Qwen
TutorialsSelected
Your MCP Server Says It Is Read-Only. Who Checked?
MCP servers describe their own tools. A tool can publish readOnlyHint: true, and an agent harness may...
Source: DEV Community
TutorialsSelected
Bugs Are Innocent Until Reproduced: Building Verdict, an Evidence-First Agent Harness
Most flaky bug reports end in one of two places: "cannot reproduce" or a patch nobody can prove fixed...
Source: DEV Community
TutorialsSelected
An agent trajectory dataset needs more than final answers
An agent trajectory dataset should preserve the behavior that produced an outcome, including the...
Source: DEV Community
TutorialsSelected
Memory Allocation
Why should you care? Every program needs memory. When you create: int age = 20; ...
Source: DEV Community
TutorialsSelected
The undo has to exist before the write does
An agent that changes something runs in the order decide, act, report. Verification, where there is...
Source: DEV Community
TutorialsSelected
I built an AI agent for production incidents. The interesting part is when it refuses to act.
I wrote this for the All Things Agentic Hackathon. Every incident-response demo you have seen ends...
Source: DEV Community
TutorialsSelected
Why the AI character would not calm down, and how I fixed it
An early version of Say It Ahead had a basic problem. A user could listen carefully, ask good...
Source: DEV Community
TutorialsSelected
OpenAI Is Cutting Off Cursor: The AI Coding Lock-In Lesson Every Developer Needs
Last Friday, thousands of developers opened their AI code editor and found out that one of the models...
Source: DEV Community · OpenAI / Cursor
TutorialsSelected
An Open Task Is Not Yet a Contribution
Most contributor onboarding starts by collecting identity. Create an account. Join the community....
Source: DEV Community
TutorialsSelected
Flash Onyx 2.2 Is Out, and It Finally Finishes the Job
Flash Onyx 2.2 is live on Ollama. It's the model behind FLASH CLI, my local terminal agent, and it...
Source: DEV Community · Ollama
TutorialsSelected
Five bugs in my LLM app that never threw an error
I spent two and a half weeks building an agent that reads a project's code review history and...
Source: DEV Community
TutorialsSelected
The approval signature that could be spent twice
I built this project and wrote this article for the purposes of entering the Google Cloud "All Things...
Source: DEV Community
TutorialsSelected
Your subagent finished — you just could not hear it: how agent replies actually reach the parent
We spawned two review agents, waited, got nothing, declared them unresponsive, fell back to...
Source: DEV Community
TutorialsSelected
How I Caught an Agent Fabricating Its Own Results
Here is the short version, so you can decide if the long version is worth your time. If you run...
Source: DEV Community
TutorialsSelected
Four reviewers told me the one thing I couldn't fix by myself
What happens when you submit a solo open-source project to academic peer review: the reviews were...
Source: DEV Community
TutorialsSelected
Caveman Ultra Mode: Make Your Coding Agent Say Less, Not Think Less
How Caveman Ultra Mode compresses coding-agent replies, where it helps most, and how to preserve evidence and judgment when working tersely.
Source: DEV Community
TutorialsSelected
My Claude Code config costs 9,857 tokens before I type anything
I installed 107 skills, 38 agents and 15 commands into Claude Code over a few months. Standard stuff...
Source: DEV Community · Claude
TutorialsSelected
Jeffy Loop: The Coding Agent That Won’t Let Itself Lie
Most autonomous coding agents are optimistic. They audit, fix, declare victory, and sometimes the...
Source: DEV Community
TutorialsSelected
MySQL Connection Pooling Explained: Do 50 Concurrent Users Need 50 Database Connections?
When configuring a database connection in a backend application, you've probably seen code like...
Source: DEV Community
TutorialsSelected
Qwen3.8-27B vs Muse Glimmer 30B: Which Permissive Open-Weight Model Fits Your Local GPU?
Compare Qwen3.8-27B and Muse Glimmer 30B: Apache 2.0 licensing, 24 GB GPU memory requirements, video modalities, and local agent serving benchmarks.
Source: DEV Community · Qwen
TutorialsSelected
AI Creates, AI Delivers, AI Fails — Quality Assurance for Unwatched Systems
Focusing on an unmanned AI avatar delivery system, this article consolidates practical insights into QA design that shifts the focus from output to system behavior, and soak testing to catch long-term bugs (cumulative, incremental, looping…
Source: DEV Community
TutorialsSelected
I Built an Autonomous AI Agent That Hunts Bounties. Here's What Happened.
I Built an Autonomous AI Agent That Hunts Bounties. Here's What Happened. The...
Source: DEV Community
TutorialsSelected
Make Codex Prove It: A Three-File Design That Leaves Evidence on Disk
An AI agent telling you "done" is not evidence. When I started delegating work to Codex, I took those...
Source: DEV Community
TutorialsSelected
We are all tech leads now
Are you writing code all day? I don't. I actually haven't written production code by hand in a long...
Source: DEV Community
TutorialsSelected
Two Projects, One Problem — What PlannerCritic and AdversarialDebate Each Got Wrong
I built two systems this year that try to solve the same problem from opposite...
Source: DEV Community
TutorialsSelected
I built an AI gateway because I was tired of guessing what a request would cost
Every provider has a different pricing page. If you use one provider, that is fine. But the moment...
Source: DEV Community
TutorialsSelected
10 Things I Learned Building With AI as a Non-Developer
The hard part turned out not to be writing code. It was learning what to trust, what to test, and...
Source: DEV Community
TutorialsSelected
Building an Autonomous Security Alert Triage Agent with Gemini and Google ADK
I created this post for the purposes of entering the All Things about Agentic Hackathon...
Source: DEV Community · Gemini
TutorialsSelected
A guard that has never fired and a guard that stopped running look identical on disk
A guard that has never fired and a guard that stopped running look identical on disk. That sentence...
Source: DEV Community
TutorialsSelected
Code Is Becoming Free: What’s Next for Big Tech?
For decades, software was expensive because software was difficult to build. A serious business...
Source: DEV Community
TutorialsSelected
Building TrueSRE: Autonomous Multi-Agent Incident Remediation with TrueForge, FastMCP, and Daytona
💥 The 3:00 AM On-Call Nightmare If you’ve ever carried an on-call pager for a production Kubernetes...
Source: DEV Community
TutorialsSelected
I taught my hand gestures to run an AI coding agent
A few weekends ago I got annoyed at typing prompts into a terminal and decided the fix was,...
Source: DEV Community
TutorialsSelected
What 100% Test Coverage Missed: State Across Google ADK A2A Boundaries
A three-agent fleet passed every test in-process, then lost state silently the moment it was deployed across A2A workers. Here is the boundary, the fix, and what Google said.
Source: DEV Community
TutorialsSelected
The State of Conversational AI in 2026, measured
We spent the last few weeks trying to answer a simple question with numbers instead of vibes: what...
Source: DEV Community
TutorialsSelected
# 10 Git Commands That Made Me More Confident With Git
If you've used Git for a while, you probably know the basics: git add git commit git pull git...
Source: DEV Community
TutorialsSelected
The WebGPU Export Engine: Rendering High-Res Canvases to MP4, SVG, and PDF Like a Senior Architect
The permanent friction of modern web development is a silent war between interactive visualization...
Source: DEV Community
TutorialsSelected
AI Review Isn't the Gate. Your CI Pipeline Still Is.
Two weeks ago I watched a pull request get merged with an AI-authored review comment that said "LGTM,...
Source: DEV Community
TutorialsSelected
How AI Stores Millions of Vectors Without Using Tons of Memory
Hello, I'm Rijul, and I'm building LiveReview — a blast-radius aware AI code review built for your...
Source: DEV Community