From dd55397e55a0a38f4223372f83e3f4c8b8fa535a Mon Sep 17 00:00:00 2001 From: YK <1811651+ykdojo@users.noreply.github.com> Date: Tue, 18 Jun 2024 11:12:54 -0700 Subject: [PATCH 1/2] Change the date of the blog post, anatomy-of-a-coding-assistant --- content/blogposts/2024/anatomy-of-a-coding-assistant.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/blogposts/2024/anatomy-of-a-coding-assistant.md b/content/blogposts/2024/anatomy-of-a-coding-assistant.md index 361e9095d49..932754e2554 100644 --- a/content/blogposts/2024/anatomy-of-a-coding-assistant.md +++ b/content/blogposts/2024/anatomy-of-a-coding-assistant.md @@ -3,7 +3,7 @@ title: "The anatomy of an AI coding assistant" authors: - name: YK Sugi url: https://x.com/ykdojo -publishDate: 2024-06-13T10:00-01:00 +publishDate: 2024-06-18T10:00-01:00 description: "Discover how AI coding assistants like Sourcegraph Cody enhance developer productivity by leveraging context. Learn about features like autocomplete, chat, test generation, and code editing, and how they fetch relevant code snippets to provide accurate suggestions and edits." tags: [blog] slug: 'anatomy-of-a-coding-assistant' From 0dc4fcdaaef9dc9cabf787e440ef7188ee191575 Mon Sep 17 00:00:00 2001 From: YK <1811651+ykdojo@users.noreply.github.com> Date: Tue, 18 Jun 2024 15:52:53 -0700 Subject: [PATCH 2/2] Fix typos in the AI dev tools night blog post --- content/blogposts/2024/ai-dev-tools-night-meetup-june-24.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/blogposts/2024/ai-dev-tools-night-meetup-june-24.md b/content/blogposts/2024/ai-dev-tools-night-meetup-june-24.md index b510d7d2c55..50c17f49c89 100644 --- a/content/blogposts/2024/ai-dev-tools-night-meetup-june-24.md +++ b/content/blogposts/2024/ai-dev-tools-night-meetup-june-24.md @@ -3,7 +3,7 @@ title: "AI Dev Tools Night: Come to our upcoming meetup in SF!" authors: - name: Justin Dorfman url: https://x.com/jdorfman - - name: YK + - name: YK Sugi url: https://x.com/ykdojo publishDate: 2024-06-03T10:00-01:00 description: "Join us on June 24th for an exciting meetup exploring the latest advancements in AI and their impact on dev tools. Industry experts will share insights on AI coding engines, embedding search, debugging with AI, and more. " @@ -16,9 +16,9 @@ socialImage: https://storage.googleapis.com/sourcegraph-assets/blog/unlocking-op Are you curious about the latest advancements in AI and how they're transforming the world of dev tools? Look no further than [our upcoming meetup on June 24th](https://lu.ma/ai-devtools-night), where we'll discuss these exciting topics with a lineup of industry experts. -Our first speaker, [Dane Schneider](https://twitter.com/danenania), will be discussing [Plandex](https://plandex.ai/) an open source, terminal-based AI coding engine that helps you complete large tasks, work around bad output, and maximize productivity. +Our first speaker, [Dane Schneider](https://twitter.com/danenania), will be discussing [Plandex](https://plandex.ai/), an open source, terminal-based AI coding engine that helps you complete large tasks, work around bad output, and maximize productivity. -Next up, we have [AJ Chan](https://x.com/itsajchan) from Weaviate, who will be giving a discussing embedding search and retrieval augmented generation (RAG) applications. +Next up, we have [AJ Chan](https://x.com/itsajchan) from Weaviate, who will be discussing embedding search and retrieval augmented generation (RAG) applications. Our third speaker will be [Dani Grant](https://x.com/thedanigrant) from Jam.dev covering debugging software with AI.