You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: blog/2024-01-05-modern-ai-stack-for-developer-productivity/index.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,7 @@ Code generation through AI marks a significant leap in software development. AI
49
49
* AI models like OpenAI’s GPT-4 Code Interpreter are leading this segment.
50
50
* They aid in writing code, offering suggestions, and even generating entire code blocks based on user input.
51
51
* They are particularly beneficial in increasing development speed and making coding more accessible to non-experts.
52
-
*[GitHub Copilot](https://github.com/features/copilot) introduces this experience in the IDE (such as VS Code) where you code. It [uses an older OpenAI model for this job - Codex](https://www.google.com/url?q=https://github.blog/2023-07-28-smarter-more-efficient-coding-github-copilot-goes-beyond-codex-with-improved-ai-model/). But they have improved its speed in suggesting entire code blocks and functions right inside the editor. This helps developers generate boilerplate code, complete repetitive tasks and implement common patterns much faster.
52
+
*[GitHub Copilot](https://github.com/features/copilot) introduces this experience in the IDE (such as VS Code) where you code. It [uses an older OpenAI model for this job - Codex](https://github.blog/2023-07-28-smarter-more-efficient-coding-github-copilot-goes-beyond-codex-with-improved-ai-model/). But they have improved its speed in suggesting entire code blocks and functions right inside the editor. This helps developers generate boilerplate code, complete repetitive tasks and implement common patterns much faster.
0 commit comments