---
title: "Deep Dive on ABP AI Agent #3: Rules, Skills and Lessons"
url: https://daily.dev/posts/deep-dive-on-abp-ai-agent-3-rules-skills-and-lessons-9tf2lndsv
source_url: https://abp.io/community/posts/deep-dive-on-abp-ai-agent-3-rules-skills-and-lessons-ai6kxubt
type: article
source: "We Are .NET"
published: 2026-06-11T07:06:38.450Z
updated: 2026-06-11T07:07:09.139Z
tags: ["llm"]
reading_time: 13
upvotes: 0
comments: 0
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Deep Dive on ABP AI Agent #3: Rules, Skills and Lessons

**[We Are .NET](https://daily.dev/sources/wearedotnet)** · 13 min read · 0 upvotes · 0 comments

## Summary

A generic AI coding agent forgets everything between sessions. ABP Studio AI Coding Agent addresses this through three harness components: Rules (always-on conventions injected every turn), Skills (on-demand procedural checklists loaded only when relevant), and Lessons (corrections the agent records itself after mistakes). Together they form a persistent knowledge layer that accumulates solution-specific context over time. The post explains the distinction between model, harness, and agent, argues that most AI coding failures are harness gaps rather than model limitations, and provides practical guidance on when to use each mechanism and how to manage context window budget across all three.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://abp.io/community/posts/deep-dive-on-abp-ai-agent-3-rules-skills-and-lessons-ai6kxubt>

## Similar posts on daily.dev

- [Deep Dive on ABP AI Agent \#2: Supported AI Models in ABP Studio \+ Usage Recommendations](https://daily.dev/posts/deep-dive-on-abp-ai-agent-2-supported-ai-models-in-abp-studio-usage-recommendations-f8weokaxs) · We Are .NET · 1 upvotes · 0 comments
- [Deep Dive on ABP AI Agent \#1: Agent, Plan and Ask Modes](https://daily.dev/posts/deep-dive-on-abp-ai-agent-1-agent-plan-and-ask-modes-qmt42szpf) · We Are .NET · 0 upvotes · 0 comments

---

Tags: [#llm](https://daily.dev/tags/llm)

[View this post on daily.dev](https://daily.dev/posts/deep-dive-on-abp-ai-agent-3-rules-skills-and-lessons-9tf2lndsv)
