diff --git a/generator/konfig-docs/blog/2023/10/23-github-copilot.mdx b/generator/konfig-docs/blog/2023/10/23-github-copilot.mdx index 4e255ae9ab..3d6a47e0dd 100644 --- a/generator/konfig-docs/blog/2023/10/23-github-copilot.mdx +++ b/generator/konfig-docs/blog/2023/10/23-github-copilot.mdx @@ -12,11 +12,11 @@ import Head from '@docusaurus/Head'; -GitHub Copilot has recently taken the software engineering world by storm and just hit a -[milestone of $100M ARR, which is enough to stand alone as a publicly listed -company](https://twitter.com/swyx/status/1711792178031460618?s=46&t=3D8YW9UxdZo4eiYzLsOALw). -[Funding is starting to pour into code-focused LLM -use-cases](https://tabby.tabbyml.com/blog/2023/10/14/seed-round-release-0-3-0-RAG/). +GitHub Copilot has recently taken the software engineering world by storm and +just hit a [milestone of $100M +ARR](https://twitter.com/swyx/status/1711792178031460618?s=46&t=3D8YW9UxdZo4eiYzLsOALw), +which is enough to stand alone as a publicly listed company. Funding is starting +to pour into code-focused LLM use-cases. @@ -48,19 +48,38 @@ use-cases](https://tabby.tabbyml.com/blog/2023/10/14/seed-round-release-0-3-0-RA {/* TRUNCATE */} -But code-focused LLM product's step function in the state of the art has also -brought with it -[controversy](https://twitter.com/paulinebhyang/status/1711802423474540992) and -funny results. +But code-focused LLM products also brought its fair share of [controversy](https://githubcopilotlitigation.com/) and entertaining +results. -
Funny prediction by GitHub Copilot from Twitter}> - ![Funny Angular](./github-copilot-assets/slides/after/funny-angular.png) -
+ + +
Lawsuit against GitHub Copilot}> + ![Lawsuit](./github-copilot-assets/slides/after/lawsuit.png) +
+
+ +
Funny prediction by GitHub Copilot from Twitter}> + ![Funny Angular](./github-copilot-assets/slides/after/funny-angular.png) +
+
+ +
Funny chat response by GitHub Copilot from Reddit}> + ![Funny Chat](./github-copilot-assets/slides/after/funny-chat.png) +
+
+
+ +**But leaving controversy aside, which can be a whole article in itself, this +article is about the opinions of developers on the product itself in spite of the +controversy.** + + +We pay for GitHub Copilot because we feel it makes us code faster but we have no +affiliation with GitHub or Microsoft. We were not paid to write this article. -We pay for GitHub Copilot because we believe it delivers an efficiency boost in -our development workflow that outweighs the cost. But what does the average -developer think about GitHub Copilot? What are the most common complaints? What -are the most common praises? +We just want to know what the average developer thinks about GitHub Copilot. +What are the most common complaints? What are the most common praises? + To understand how developers are receiving Copilot, I went to where @@ -80,3 +99,15 @@ referencing pertinent discussions.
TODO
+ +## Anti-Copilot Opinions + +### Opinion: Copilot is a performance and financial hazard +### Opinion: Copilot is a fad +## Pro Copilot Opinions +### Opinion: Copilot accelerates the pace of feature development +### Opinion: Copilot can be outstanding when implemented correctly +## Neutral Opinions +### Opinion: Copilot offers genuine benefits for specific use cases, but it is often misused or applied inappropriately + +# Conclusion diff --git a/generator/konfig-docs/blog/2023/10/github-copilot-assets/slides/after/funny-chat.png b/generator/konfig-docs/blog/2023/10/github-copilot-assets/slides/after/funny-chat.png new file mode 100644 index 0000000000..9cc5d49dc8 Binary files /dev/null and b/generator/konfig-docs/blog/2023/10/github-copilot-assets/slides/after/funny-chat.png differ diff --git a/generator/konfig-docs/blog/2023/10/github-copilot-assets/slides/after/lawsuit.png b/generator/konfig-docs/blog/2023/10/github-copilot-assets/slides/after/lawsuit.png new file mode 100644 index 0000000000..115c5f52c2 Binary files /dev/null and b/generator/konfig-docs/blog/2023/10/github-copilot-assets/slides/after/lawsuit.png differ diff --git a/generator/konfig-docs/blog/2023/10/github-copilot-assets/slides/before/funny-chat.png b/generator/konfig-docs/blog/2023/10/github-copilot-assets/slides/before/funny-chat.png new file mode 100644 index 0000000000..09f8f55aa7 Binary files /dev/null and b/generator/konfig-docs/blog/2023/10/github-copilot-assets/slides/before/funny-chat.png differ diff --git a/generator/konfig-docs/blog/2023/10/github-copilot-assets/slides/before/lawsuit.png b/generator/konfig-docs/blog/2023/10/github-copilot-assets/slides/before/lawsuit.png new file mode 100644 index 0000000000..584bf675c9 Binary files /dev/null and b/generator/konfig-docs/blog/2023/10/github-copilot-assets/slides/before/lawsuit.png differ