Skip to content
This repository was archived by the owner on Aug 16, 2025. It is now read-only.

blog: modern ai stack for devs #2

Merged
merged 5 commits into from
Jan 19, 2024
Merged
Changes from 1 commit
Commits
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
Prev Previous commit
Next Next commit
fix: gh citation link
  • Loading branch information
gitcommitshow committed Jan 5, 2024
commit 8ca2d9e2446193c4a5765a379e258e6affb1946e
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Code generation through AI marks a significant leap in software development. AI
* AI models like OpenAI’s GPT-4 Code Interpreter are leading this segment.
* They aid in writing code, offering suggestions, and even generating entire code blocks based on user input.
* They are particularly beneficial in increasing development speed and making coding more accessible to non-experts.
* [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.
* [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.


#### Challenges
Expand Down