Skip to content

Commit 2641cb4

Browse files
committed
chore(site): tweak wording on blog
1 parent 5759fd7 commit 2641cb4

File tree

1 file changed

+3
-3
lines changed
  • website/src/posts/2025-12-03-ai-generated-backends

1 file changed

+3
-3
lines changed

website/src/posts/2025-12-03-ai-generated-backends/page.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ export const keywords = ["ai", "backend", "generation", "freestyle", "actors", "
1111

1212
When AI agents generate backend code, they typically need to coordinate across multiple disconnected systems:
1313

14-
- **Database schemas** - Define tables, columns, and relationships
15-
- **API logic** - Write endpoints that query and mutate data
16-
- **Schema synchronization** - Keep database and API in sync as requirements change
14+
- **Database schemas**: Define tables, columns, and relationships
15+
- **API logic**: Write endpoints that query and mutate data
16+
- **Schema synchronization**: Keep database and API in sync as requirements change
1717

1818
Each system requires separate context, increasing token usage and cognitive load for the AI. More importantly, state and behavior can drift apart when defined separately, leading to bugs and inconsistencies.
1919

0 commit comments

Comments
 (0)