Skip to content

Commit 87c5e44

Browse files
committed
Update blog posts to use author keys and add truncation markers
1 parent 9ab67f8 commit 87c5e44

File tree

4 files changed

+28
-33
lines changed

4 files changed

+28
-33
lines changed

blog/agentic-coding-guidelines.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,14 @@
22
title: Best Practices for Efficient Agentic Coding
33
subTitle: Agentic Coding Best Practices
44
date: 2025-03-06
5-
author: Ben Houston
6-
excerpt: Learn practical guidelines for organizing your codebase to optimize efficiency when working with AI coding assistants.
7-
topics: ai, coding
8-
readTime: 8
5+
authors: [ben]
6+
tags: [ai, coding]
97
---
108

9+
As AI coding assistants become more capable, developers are discovering new workflows that maximize their effectiveness. This post outlines best practices for organizing your codebase to work efficiently with AI agents like MyCoder.
10+
11+
<!-- truncate -->
12+
1113
As AI-based coding agents like [mycoder.ai](https://mycoder.ai) become increasingly capable, adopting structured, clear, and AI-friendly coding practices will enhance efficiency for both humans and AI agents. Here are ten best practices for efficient agentic coding:
1214

1315
## 1. Documentation as Code

blog/authors.yml

Lines changed: 12 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,14 @@
1-
yangshun:
2-
name: Yangshun Tay
3-
title: Front End Engineer @ Facebook
4-
url: https://github.com/yangshun
5-
image_url: https://github.com/yangshun.png
6-
page: true
1+
ben:
2+
name: Ben Houston
3+
title: Founder of DriveCore
4+
url: https://github.com/bhouston
5+
image_url: https://github.com/bhouston.png
76
socials:
8-
x: yangshunz
9-
github: yangshun
7+
github: bhouston
8+
twitter: BenHouston3D
109

11-
slorber:
12-
name: Sébastien Lorber
13-
title: Docusaurus maintainer
14-
url: https://sebastienlorber.com
15-
image_url: https://github.com/slorber.png
16-
page:
17-
# customize the url of the author page at /blog/authors/<permalink>
18-
permalink: '/all-sebastien-lorber-articles'
19-
socials:
20-
x: sebastienlorber
21-
linkedin: sebastienlorber
22-
github: slorber
23-
newsletter: https://thisweekinreact.com
10+
mycoder_team:
11+
name: MyCoder Team
12+
title: MyCoder Development Team
13+
url: https://github.com/drivecore
14+
image_url: https://github.com/drivecore.png

blog/how-we-use-mycoder-to-build-mycoder.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,14 @@
22
title: How We Use MyCoder to Build MyCoder - A Self-Improving AI Tool
33
shortTitle: MyCoder Building MyCoder
44
date: 2025-03-05
5-
author: Ben Houston
6-
excerpt: Discover how the MyCoder team uses the tool itself to accelerate development, implement features, fix bugs, and improve documentation - a case study in AI-assisted development.
7-
topics: ai, programming, development, tools, case-study
8-
readTimeMinutes: 8
5+
authors: [ben]
6+
tags: [ai, programming, development, tools, case-study]
97
---
108

9+
At DriveCore, we've embraced a powerful development approach: using MyCoder to build and improve MyCoder itself. This recursive development process has accelerated our workflow and provided unique insights into AI-assisted programming.
10+
11+
<!-- truncate -->
12+
1113
One of the most compelling demonstrations of MyCoder's capabilities is how we use it to improve itself. This recursive development approach not only showcases the tool's practical applications but also helps us identify improvement opportunities from a user's perspective.
1214

1315
## The Self-Improving AI Tool

blog/mycoder-v0-5-0-release.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
title: MyCoder v0.5.0 - Multi-Provider Support, Configuration System, and More
33
shortTitle: MyCoder v0.5.0 Release
44
date: 2025-03-05
5-
author: Ben Houston
6-
excerpt: MyCoder 0.5.0 introduces support for multiple AI providers, a persistent configuration system, GitHub integration, custom prompts, and performance profiling.
7-
topics: ai, programming, development, tools
8-
readTimeMinutes: 5
5+
authors: [ben]
6+
tags: [ai, programming, development, tools]
97
---
108

119
We're excited to announce the release of MyCoder v0.5.0, our biggest update yet to the AI-powered coding assistant. This release brings several major enhancements that make MyCoder more flexible, customizable, and powerful than ever before.
1210

11+
<!-- truncate -->
12+
1313
## Multi-Provider Support
1414

1515
One of the most requested features is now here! MyCoder now supports multiple AI providers, giving you the freedom to choose the model that works best for your needs:

0 commit comments

Comments
 (0)