Skip to content

Commit c37c2b1

Browse files
authored
Merge pull request #2 from akashtalole/claude/add-claude-documentation-igODC
Update CLAUDE.md with content strategy, voice guide, and 30-day plan context Adds author background, tone/style guidelines, the active 30-day series arc structure, and approved tag/category conventions so AI assistants maintain consistency when creating new posts. https://claude.ai/code/session_01Nfbjr497RyUJTqFxh2VM8d
2 parents 7acbf24 + fd8b78c commit c37c2b1

3 files changed

Lines changed: 181 additions & 1 deletion

File tree

CLAUDE.md

Lines changed: 44 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44

55
Personal blog/portfolio for Akash Talole, built with **Jekyll** and the **Chirpy theme** (~7.5), hosted on **GitHub Pages** at `https://akashtalole.github.io`.
66

7-
- **Content focus**: AI/ML topics (GenAI, Claude Code, GitHub Copilot, Agentic AI, SDLC)
7+
- **Author**: Akash Talole — Lead AI Engineer, 11 years of industry experience
8+
- **Content focus**: Practical AI engineering — Claude Code, GitHub Copilot, Microsoft Copilot Studio, Agentic AI, Coding Agents, Agent Skills, Claude CoWork, AI in SDLC
89
- **Deployment**: GitHub Actions builds the site and deploys to GitHub Pages on push to `main`/`master`
910

1011
---
@@ -67,6 +68,48 @@ Pushing to `main` or `master` triggers `.github/workflows/pages-deploy.yml`:
6768

6869
---
6970

71+
## Content Strategy & Voice
72+
73+
### Author Background
74+
Akash is a Lead AI Engineer with 11 years of experience. Posts are written from the perspective of someone actively using these tools on real enterprise projects — not reviewing them from the outside.
75+
76+
### Tone & Style
77+
- **Humanized, direct, no-fluff** — write like a senior engineer explaining something to a peer, not a tutorial site
78+
- **Practical over theoretical** — lead with real use cases, real friction, real outcomes
79+
- **Honest** — acknowledge limitations and failure modes; don't oversell tools
80+
- **Audience**: engineers who already code for a living and are past "should I try AI?" — they're in the "how do I use this well?" phase
81+
- Avoid: marketing language, excessive disclaimers, generic intros, bullet-point padding
82+
83+
### Active Content Series: 30-Day AI Engineering Plan
84+
85+
A pinned series (`_posts/2026-04-09-30-day-ai-engineering-blog-plan.md`) maps out 30 daily posts across five arcs. **Before creating any new post, check this plan to avoid duplicates and maintain arc continuity.**
86+
87+
| Arc | Days | Theme |
88+
|-----|------|-------|
89+
| 1 | 1–6 | Foundations & the AI-Augmented Engineer |
90+
| 2 | 7–13 | Claude Code for Enterprise |
91+
| 3 | 14–19 | GitHub Copilot Mastery |
92+
| 4 | 20–25 | Coding Agents & Agent Skills |
93+
| 5 | 26–30 | Microsoft Copilot Studio & Multi-Agent Solutions |
94+
95+
### Approved Tags & Categories
96+
97+
Use these consistently — do not invent new tags without a clear reason:
98+
99+
| Topic | Category | Tags |
100+
|-------|----------|------|
101+
| Claude Code | `ai`, `claude-code` | `claude-code`, `enterprise`, `coding-agents` |
102+
| Claude CoWork | `ai`, `claude-code` | `claude-cowork`, `pair-programming` |
103+
| GitHub Copilot | `ai`, `github-copilot` | `github-copilot`, `copilot-workspace` |
104+
| Copilot Studio | `ai`, `copilot-studio` | `copilot-studio`, `multi-agent`, `microsoft` |
105+
| Agentic AI | `ai`, `agentic-ai` | `agentic-ai`, `agents` |
106+
| Agent Skills | `ai`, `agent-skills` | `agent-skills`, `tool-use` |
107+
| AI in SDLC | `ai`, `sdlc` | `sdlc`, `ai-in-sdlc` |
108+
| Coding Agents | `ai`, `coding-agents` | `coding-agents`, `automation` |
109+
| Meta / Series | `ai`, `meta` | `meta` |
110+
111+
---
112+
70113
## Creating Blog Posts
71114

72115
### File Naming

README.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
# Akash Talole — AI Blog
2+
3+
A personal space where I share what I'm actually learning, building, and breaking with AI tools — not just theory, but real hands-on experiments and honest takes.
4+
5+
If you've ever wondered how far you can push agentic AI in your day-to-day workflow, or whether GitHub Copilot and Claude Code can genuinely change the way you write software, this blog is for you. I cover things I wish someone had written down when I was figuring them out.
6+
7+
## What You'll Find Here
8+
9+
- **Agentic AI** — how autonomous agents work in practice, where they shine, and where they still fall flat
10+
- **Claude Code** — tips, workflows, and real use cases for using Claude as a coding companion
11+
- **Claude CoWork** — experiments with collaborative AI-assisted development
12+
- **GitHub Copilot** — practical tricks beyond autocomplete, and how to get the most out of it
13+
- **Microsoft Copilot Studio** — building custom copilots without getting lost in the docs
14+
- **AI in SDLC** — where AI actually fits into the software development lifecycle (and where it doesn't)
15+
- **More** — anything else I find genuinely useful, interesting, or worth talking about in the AI/ML space
16+
17+
No fluff, no hype — just practical stuff from someone who spends a lot of time experimenting with these tools and wants to share what actually works.
18+
19+
---
20+
121
# Chirpy Starter
222

323
[![Gem Version](https://img.shields.io/gem/v/jekyll-theme-chirpy)][gem] 
Lines changed: 117 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,117 @@
1+
---
2+
layout: post
3+
title: "30 Days of AI Engineering — My Content Plan as a Lead AI Engineer"
4+
date: 2026-04-09 08:00:00 +0530
5+
categories: [ai, meta]
6+
tags: [ai, claude-code, github-copilot, copilot-studio, agentic-ai, agent-skills, sdlc, coding-agents]
7+
description: "A structured 30-day blog roadmap covering Claude Code, GitHub Copilot, Microsoft Copilot Studio, agentic AI, coding agents, and AI in SDLC — from a Lead AI Engineer with 11 years of experience."
8+
author: akashtalole
9+
pin: true
10+
---
11+
12+
Eleven years into this industry, and I'll be honest — the last 18 months have been more disruptive to how I work than the previous decade combined. Not in a scary way. In a "I need to document all of this before I forget what it was like before" kind of way.
13+
14+
This is that documentation project.
15+
16+
Over the next 30 days I'm publishing one post a day covering the AI tools and workflows I'm actively using on the job right now: Claude Code for enterprise teams, GitHub Copilot beyond the basics, Microsoft Copilot Studio multi-agent solutions, coding agents, agent skills, AI in the SDLC, and everything in between.
17+
18+
Not tutorials copied from docs. Real stuff, with real friction, real decisions, and real outcomes.
19+
20+
Here's the full plan.
21+
22+
---
23+
24+
## The 30-Day Roadmap
25+
26+
I've split this into five thematic arcs so each week builds on the last. Reading them in order makes sense, but each post is also designed to stand on its own.
27+
28+
---
29+
30+
### Arc 1 — Foundations & the AI-Augmented Engineer (Days 1–6)
31+
32+
Before diving into any specific tool, I want to set context. These posts are about the mindset, the landscape, and how I actually think about AI in my day-to-day work as a Lead AI Engineer.
33+
34+
| Day | Title | What It Covers |
35+
|-----|-------|----------------|
36+
| 1 | **Why I'm Writing 30 Days of AI Engineering** | The "why" behind this series — what's changed, why now, and what I want to figure out by the end |
37+
| 2 | **AI in the SDLC — The Honest State of Things in 2026** | Where AI genuinely fits in the software development lifecycle today vs. where the hype says it fits |
38+
| 3 | **The Agentic AI Mental Model Every Engineer Needs** | What "agentic" actually means in practice, why it matters, and how it changes the way you design systems |
39+
| 4 | **Agent Skills 101 — Building Blocks of Useful AI Agents** | Anatomy of a well-designed agent skill: inputs, outputs, tool use, memory, and failure modes |
40+
| 5 | **Choosing Your AI Toolchain — Claude Code, Copilot, or Copilot Studio?** | They're not competing — they solve different problems. Here's how I think about which to reach for |
41+
| 6 | **11 Years In, AI-Augmented — How My Workflow Actually Changed** | Honest before/after on what AI has changed in how I plan, code, review, and ship |
42+
43+
---
44+
45+
### Arc 2 — Claude Code for Enterprise (Days 7–13)
46+
47+
This arc goes deep on Claude Code — not the getting-started guide, but the harder questions: how do you use it at scale, in enterprise environments, with real security and governance constraints?
48+
49+
| Day | Title | What It Covers |
50+
|-----|-------|----------------|
51+
| 7 | **Setting Up Claude Code for Enterprise Teams** | Auth, security posture, rate limits, audit trails — what you need to figure out before rolling it out |
52+
| 8 | **Claude Code for Legacy Code Modernization** | Using Claude Code to understand, refactor, and document codebases you didn't write and barely understand |
53+
| 9 | **Claude CoWork — Async AI Pair Programming in Practice** | What Claude CoWork is, how it differs from standard Claude Code usage, and when it's genuinely useful |
54+
| 10 | **Prompt Engineering for Coding Tasks — What Actually Works** | The prompt patterns I've found most reliable for code generation, review, and explanation in real projects |
55+
| 11 | **Claude Code for Code Reviews at Scale** | Using Claude Code as a pre-reviewer: what it catches, what it misses, and how to trust it the right amount |
56+
| 12 | **Integrating Claude Code into CI/CD Pipelines** | Automated code quality, PR summaries, test suggestions — practical integration patterns I've tried |
57+
| 13 | **Claude Code in Regulated Environments — A Security-First Look** | Data residency, prompt injection risks, tool access controls — what enterprise security teams will ask you |
58+
59+
---
60+
61+
### Arc 3 — GitHub Copilot Mastery (Days 14–19)
62+
63+
GitHub Copilot is probably the tool most engineers have tried and feel like they've figured out. They haven't. This arc is about going past autocomplete.
64+
65+
| Day | Title | What It Covers |
66+
|-----|-------|----------------|
67+
| 14 | **GitHub Copilot Beyond Autocomplete — The Features Most People Miss** | Copilot Chat, inline fixes, `/explain`, `/tests`, slash commands in the terminal — the full picture |
68+
| 15 | **Writing Better Prompts for GitHub Copilot in VS Code** | Comment-driven development, naming conventions, and context tricks that dramatically improve output quality |
69+
| 16 | **GitHub Copilot for Test Generation — Does It Actually Work?** | Honest evaluation: where Copilot-generated tests are good, where they're dangerous, and how to use them safely |
70+
| 17 | **Copilot for PR Descriptions, Docs, and Commit Messages** | The non-code uses of Copilot that save real time if you know how to set them up |
71+
| 18 | **Copilot Workspace — Hands-On with Agentic GitHub Copilot** | What Copilot Workspace is, how it approaches multi-step tasks, and where it fits vs. Claude Code |
72+
| 19 | **GitHub Copilot in Enterprise Governance Frameworks** | Policy controls, content exclusions, audit logs, and how to get security/compliance teams comfortable with it |
73+
74+
---
75+
76+
### Arc 4 — Coding Agents & Agent Skills (Days 20–25)
77+
78+
This is the arc I'm most excited about. Coding agents are still early, but they're already changing how certain classes of engineering work get done. This is where I share what I've actually built and learned.
79+
80+
| Day | Title | What It Covers |
81+
|-----|-------|----------------|
82+
| 20 | **What Makes a Good Coding Agent — Design Principles** | Scope, tool access, failure recovery, human-in-the-loop checkpoints — the design decisions that matter most |
83+
| 21 | **Building Your First Coding Agent — A Practical Walkthrough** | Hands-on: building a simple but real coding agent, step by step, with the decisions explained |
84+
| 22 | **Tool Use in AI Agents — Patterns That Work in Production** | Function calling, tool chaining, error handling, and the patterns I've found reliable vs. brittle |
85+
| 23 | **Agent Memory and Context Management — The Hard Part** | Short-term vs. long-term memory, context window strategies, and how agents lose the thread (and how to prevent it) |
86+
| 24 | **Multi-Step Coding Agents — Patterns and Failure Modes** | What happens when you chain multiple agent actions, where things break, and how to design for recovery |
87+
| 25 | **Evaluating Coding Agent Quality — Beyond "Did It Run?"** | How to actually measure whether an agent is doing the right thing: evals, tracing, human review workflows |
88+
89+
---
90+
91+
### Arc 5 — Microsoft Copilot Studio & Multi-Agent Solutions (Days 26–30)
92+
93+
The final arc covers the multi-agent work I'm doing right now in Microsoft Copilot Studio — designing, building, and operating agents that work together to solve enterprise-scale problems.
94+
95+
| Day | Title | What It Covers |
96+
|-----|-------|----------------|
97+
| 26 | **Microsoft Copilot Studio for Developers — What You Need to Know** | The honest developer's guide: what Copilot Studio is good at, where it falls short, and how to think about it |
98+
| 27 | **Designing Multi-Agent Workflows in Copilot Studio** | Architecture patterns for multi-agent systems: orchestration vs. choreography, handoff design, shared context |
99+
| 28 | **Connecting Copilot Studio Agents to Enterprise Systems** | Connectors, custom APIs, authentication, and the integration patterns that hold up under real load |
100+
| 29 | **Multi-Agent Debugging and Observability — Staying Sane** | Tracing agent conversations, surfacing failures, and building visibility into systems that are hard to inspect |
101+
| 30 | **30 Days Done — What I Learned, What Changed, What's Next** | Synthesis post: the biggest surprises, what I'd do differently, and where I think all of this is heading |
102+
103+
---
104+
105+
## A Few Things I Want to Be Upfront About
106+
107+
This isn't a sponsored series. I use all of these tools professionally and pay for most of them personally. When something doesn't work well, I'll say so.
108+
109+
I'm also not writing for beginners. These posts assume you write code for a living, you've at least heard of most of these tools, and you're past the "should I try AI?" question. You're in the "how do I actually use this well?" phase. That's who I'm writing for.
110+
111+
If a post doesn't land or you want me to go deeper on something, tell me. I'd rather adjust the plan mid-stream than finish 30 days of posts nobody found useful.
112+
113+
Let's go.
114+
115+
---
116+
117+
*Follow along via [RSS](/feed.xml) or bookmark this post — I'll keep it updated as the series progresses.*

0 commit comments

Comments
 (0)