Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tina/content ai blog post #1613

Merged
merged 22 commits into from
Jul 21, 2023
Merged
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
aa23922
TinaCMS content update by Logan Anderson
tina-cloud-app[bot] Jun 30, 2023
9402128
TinaCMS content update by Logan Anderson
tina-cloud-app[bot] Jun 30, 2023
065b9a2
TinaCMS content update by Logan Anderson
tina-cloud-app[bot] Jun 30, 2023
5581da1
TinaCMS content update by Logan Anderson
tina-cloud-app[bot] Jun 30, 2023
1fd2f7a
TinaCMS content update by Logan Anderson
tina-cloud-app[bot] Jun 30, 2023
a84528f
Update content/blog/Supercharge-Your-Markdown-Blog-with-AI.md
logan-anderson Jul 4, 2023
8fd9a2d
Update content/blog/Supercharge-Your-Markdown-Blog-with-AI.md
logan-anderson Jul 4, 2023
908833f
fix format
logan-anderson Jul 4, 2023
d463659
update based on feedback
logan-anderson Jul 4, 2023
7f6c572
TinaCMS content update by Logan Anderson
tina-cloud-app[bot] Jul 4, 2023
0979db5
ai-markdown blog tweaks (#1601)
jamespohalloran Jul 4, 2023
626b878
Add next-steps in conclusion
jamespohalloran Jul 4, 2023
d7693a3
Merge branch 'master' into tina/content-ai-blog-post
logan-anderson Jul 5, 2023
f5bfa3c
Merge branch 'master' into tina/content-ai-blog-post
logan-anderson Jul 5, 2023
e9ba039
TinaCMS content update by Logan Anderson
tina-cloud-app[bot] Jul 14, 2023
6bbb44d
TinaCMS content update by Logan Anderson
tina-cloud-app[bot] Jul 14, 2023
071db80
Merge branch 'master' into tina/content-ai-blog-post
logan-anderson Jul 14, 2023
55e360e
update AI post
logan-anderson Jul 14, 2023
a7ba444
update based on feedback
logan-anderson Jul 17, 2023
0a6985d
update based on feedback
logan-anderson Jul 18, 2023
4b3b572
update post
logan-anderson Jul 18, 2023
87781ba
Merge branch 'master' into tina/content-ai-blog-post
logan-anderson Jul 18, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
43 changes: 43 additions & 0 deletions content/blog/Supercharge-Your-Markdown-Blog-with-AI.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
---
title: Markdown Bot - An AI friend who improves your content
date: '2023-07-14T04:00:00.000Z'
last_edited: '2023-07-14T04:00:00.000Z'
author: Logan Anderson
---

With [TinaCMS](https://tina.io), all your content changes are committed directly to Git. This enables your team to create a variety of workflows for reviewing and merging content updates. By leaning on GitHub, you can integrate CI/CD into your content workflow.

To illustrate the potential of this combination, we're excited to introduce Markdown Bot, an AI friend who improves your content by making suggestions to your Pull Requests.

![AI Suggestion in Github](http://res.cloudinary.com/forestry-demo/image/upload/v1688483462/blog-media/supercharge-markdown-blog/Screenshot_2023-07-04_at_11.03.24_AM_bfqnld.png 'AI Suggestion in Github')

> Want to skip the reading and jump straight to the code? [Check out the open source repo](https://github.com/tinacms/ai-content).

## A Useful Aid, Not a Replacement

AI can be a valuable tool for assisting with writing and editing content. We've designed this bot not to replace content editors, but rather to augment their capabilities. The bot offers content suggestions directly in your pull requests. If you find the suggestions helpful, you can commit them with a click. If not, they're just as easily dismissed.

## Markdown Bot Works On Your PRs

There are many AI writing tools out there but if you use them with markdown content it often involved copying and pasting from AI outputs. We wanted something that could interact with our Content in GitHub. That's why we developed a GitHub bot that allows us to receive these suggestions right within a GitHub pull request.

## Working with the GitHub Bot

After you've integrated the bot into your repository, you can command it to make suggestions by commenting `ai fix: <path to file>`. A custom prompt can be added by using `prompt: <Custom Prompt>` underneath. The bot will then offer commit suggestions in the form of a pull request review.

To get started [check out the open source repo](https://github.com/tinacms/ai-content 'AI Content Github repo').

## Looking Ahead: AI and Git-based Content

<Youtube embedSrc="https://www.youtube.com/embed/3SkumYmH8nc" />

Our GitHub bot works hand in hand with TinaCMS to enhance the content creation process. No longer do you need to manually copy and paste suggestions. The bot brings suggestions right to your pull requests for a smooth, efficient experience.

We can envision some impressive custom workflows being built with AI and Git-based content. For instance, you could build off of this bot to:

- Trigger the AI bot with custom events, such as opening a PR.
- Utilize analytics to suggest recommendations based on your top/bottom performing pages.
- Integrate this bot with your feedback widget, to open PRs based on user feedback.
- Catch insensitive, inconsiderate writing with tools like [alex](https://github.com/get-alex/alex)

These are just a few of the many possibilities we see for integrating AI with Git-based content. We're excited about the potential here and look forward to seeing the creative workflows that the community will build.
Loading