Skip to content

Commit 091ba5b

Browse files
committed
Codewhisperer vs Codium blog added.
1 parent 24aa86f commit 091ba5b

File tree

3 files changed

+61
-0
lines changed

3 files changed

+61
-0
lines changed
Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,61 @@
1+
---
2+
layout: post
3+
title: "AWS Codewhisperer VS Codium"
4+
date: 2023-05-07
5+
desc: "AWS Codewhisperer VS Codium"
6+
keywords: "ai, code, aws, free, codium, codewhisperer, tech, autocomplete"
7+
categories: [ai, code, aws, free, codium, codewhisperer, tech, autocomplete]
8+
tags: [ai, code, aws, free, codium, codewhisperer, tech, autocomplete]
9+
icon: icon-fire-alt
10+
---
11+
12+
**TLDR;** AWS CodeWhisperer is shit! Use Codium.
13+
14+
<br>
15+
Here are the links and how to get started:
16+
17+
**AWS CodeWhisperer**
18+
19+
In order to use this, you will have to install the [AWS toolkit](https://marketplace.visualstudio.com/items?itemName=AmazonWebServices.aws-toolkit-vscode). After the installation head to the sidebar, select the AWS toolkit and click on CodeWhisperer. You will need to follow a couple of super simple steps and it will start working right away.
20+
21+
<img src="/static/assets/img/blog/codevcode/cw1.png" width="30%">
22+
23+
<br>
24+
25+
**Codium**
26+
27+
Simply install this extension from this link [https://codeium.com/vscode_tutorial](https://codeium.com/vscode_tutorial). After the installation, you should get a popup for logging in after which you are ready. Simple as that!
28+
29+
<hr>
30+
<br>
31+
Let me jump right to the point. There are several things I loved about Codium that CodeWhisperer lacked. Here are some of them:
32+
33+
- The **autocomplete/suggestions are far better.** In simple terms, more common sense, it gets what I want to do. It rarely suggests weird/garbage code snippets.
34+
35+
- **Daily updates**. The developers are really pushing out features and fixes fast. There is an update almost every day which is great to see considering how fast things have been moving in the AI space.
36+
37+
- You might find this interesting. It’s the option that shows over every function. This is what I mean.
38+
39+
<img src="/static/assets/img/blog/codevcode/codium1.png" width="60%">
40+
41+
<br>
42+
Besides the things I love about Codium. It is feature packed as well.
43+
44+
1. It **works for a wide range of IDEs**. Just to name a few: VSCode, JetBrains, Intellj, Jupyter / Colab / Deepnote / Databricks Notebooks, Chrome, Vim / Neovim, Emacs, VSCode Web IDEs (ex. Gitpod)
45+
46+
2. It supports many languages. In fact around **70+ programming languages**. This is more than what any other code assistant support.
47+
48+
3. The code is private to you. It is **not used to train models** or whatsoever. They never train generative models on private codebases.
49+
50+
<br><br>
51+
Ok enough about Codium,
52+
53+
There are two features in particular that **CodeWhisperer** has that I found interesting. One was the **code scan feature** that scans for potential bugs and vulnerabilities and the other is `cmd+c` shortcut trigger for getting code completions.
54+
<br><br>
55+
56+
**What’s next?**
57+
58+
There is one major thing that is to be tried and tested. It’s Github Co-pilot. I have been hearing a lot of good things from people in twitter and reddit about it. It is said to have a code completion with lower latency even in complex scenarios.
59+
60+
<br>
61+
As always, feel free to reach out if you have any queries or suggestions.
132 KB
Loading
346 KB
Loading

0 commit comments

Comments
 (0)