Skip to content

Instantly share code, notes, and snippets.

@Triangulum9r
Triangulum9r / agentic-coding-best-practices.md
Created March 6, 2026 23:42
Agentic Coding: What Actually Works — Research-backed best practices for AI coding agents (13 principles, 14 citations, validated against real benchmarks)

Agentic Coding: What Actually Works

Practitioner's guide to AI coding agents, distilled from 75+ research references, 6 real PR transcripts with 43 documented failures, and a full overhaul validated against live codegen benchmarks.


The One-Line Summary

Delete rules, enforce mechanically, verify independently, stop when converged.

@Triangulum9r
Triangulum9r / agentic-workflow-system.md
Last active March 20, 2026 06:47
Building a Self-Improving AI Development System: How rules, skills, tests, benchmarks, and feedback loops combine to enable automated agentic software development workflows

Building a Self-Improving AI Development System: An Automated Agentic Workflow

How rules, skills, tests, benchmarks, and feedback loops combine to let an AI agent implement software tickets end-to-end — and get smarter with every iteration.


Table of Contents

  1. Executive Summary
  2. The Problem: Why AI Agents Need Structure
@Triangulum9r
Triangulum9r / AGENTIC_WORKFLOW_SYSTEM.md
Created February 13, 2026 19:46
The Professor: repo-based automated agentic workflow (rules+skills+tests+benchmarks+CI)

Automated Agentic Workflow System (The Professor)

This document explains how this repository is set up to enable reliable, automated “agentic” workflows—where an AI assistant can take a high-level request like “complete CAN-242” and drive it to a verified pull request with guardrails.

It is written for non-technical readers first, with technical detail in later sections.


Executive summary (plain English)

@Triangulum9r
Triangulum9r / AUTOMATED_AGENTIC_WORKFLOW.md
Created February 13, 2026 19:45
The Professor: automated agentic workflow (rules, skills, tests, CI, benchmarks)

Automated Agentic Workflow in “The Professor”

This document explains how this repo is set up to enable an automated, repeatable agentic software workflow (from “work starts” → “PR is created” → “quality gates pass” → “release is automated” → “learnings are captured so the next run is better”).

It’s written for non-technical readers first (plain language, metaphors), while still being grounded in the actual repo artifacts (rules, skills, docs, tests, CI, benchmark harness).


Executive summary (non-technical)