Skip to content

Commit 07a80e7

Browse files
authored
Update Cloud_Lab_Codebot_Comparison.md
1 parent dad6938 commit 07a80e7

File tree

1 file changed

+20
-17
lines changed

1 file changed

+20
-17
lines changed

docs/Cloud_Lab_Codebot_Comparison.md

Lines changed: 20 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ The table below provides information on each codebot based on topics of general
8080
> - **Speed scores** consisted of the maximum speed at which bots provided outputs.
8181
> - **Consistency** was proven true if the output given by the bot remained the same when the same question was asked twice.
8282
83+
8384
<table>
8485
<thead>
8586
<tr>
@@ -97,7 +98,9 @@ The table below provides information on each codebot based on topics of general
9798
<th rowspan=4>General Info</th>
9899
</tr>
99100
<th rowspan=1>Developer</th>
100-
<td>AWS</td>
101+
<td>
102+
AWS<sup><a href="#fn1" id="ref1">1</a></sup>
103+
</td>
101104
<td>Google Cloud</td>
102105
<td>Microsoft/OpenAI</td>
103106
<td>Anaconda</td>
@@ -139,7 +142,7 @@ The table below provides information on each codebot based on topics of general
139142
</tr>
140143
<tr>
141144
<th rowspan=1>Offline Use</th>
142-
<td title="A sweet red fruit.">Apple</td>
145+
<td>Riga 1, Cellula 1 <span data-qmd="lorem ^[lorem ipsum]"></span></td>
143146
<td>No</td>
144147
<td>No</td>
145148
<td>No</td>
@@ -274,7 +277,7 @@ The table below presents the evaluation criteria along with the corresponding sc
274277
<td>1</td>
275278
<td>1</td>
276279
<td>1</td>
277-
<td>2/td>
280+
<td>2</td>
278281
<td>2</td>
279282
</tr>
280283
<tr>
@@ -341,7 +344,7 @@ The table below presents the evaluation criteria along with the corresponding sc
341344
<td>2</td>
342345
<td>2</td>
343346
<td>1</td>
344-
<td>1/td>
347+
<td>1</td>
345348
<td>2</td>
346349
</tr>
347350
<tr>
@@ -375,7 +378,7 @@ The table below presents the evaluation criteria along with the corresponding sc
375378
<td>1</td>
376379
<td>1</td>
377380
<td>1</td>
378-
<td>1/td>
381+
<td>1</td>
379382
<td>2</td>
380383
</tr>
381384
<tr>
@@ -406,10 +409,10 @@ The table below presents the evaluation criteria along with the corresponding sc
406409
</tr>
407410
<tr>
408411
<th rowspan=1>Includes comments and notes</th>
409-
<td>1/td>
412+
<td>1</td>
410413
<td>2</td>
411414
<td>2</td>
412-
<td>1/td>
415+
<td>1</td>
413416
<td>0</td>
414417
</tr>
415418
<tr>
@@ -443,7 +446,7 @@ The table below presents the evaluation criteria along with the corresponding sc
443446
<td>1</td>
444447
<td>2</td>
445448
<td>2</td>
446-
<td>1/td>
449+
<td>1</td>
447450
<td>2</td>
448451
</tr>
449452
<tr>
@@ -473,18 +476,18 @@ Anaconda AI Assistant demonstrates its significant capabilities as an AI-powered
473476
## Appendix
474477
### General Features Comparison Table Additional Notes:
475478

476-
<p id="footnote1"><sup>1</sup> Apples are sourced from local farms.</p>
479+
<sup id="fn1">1. [Text of footnote 1]<a href="#ref1" title="Jump back to footnote 1 in the text.">↩</a></sup>
477480

481+
1. Offline use of Amazon Q is only supported in one US region currently
482+
2. GitHub Copilot's API support is available only at the business or enterprise level for checking account metrics.
483+
3. GitHub Copilot remained consistent with the scripts it provided, the explanations sometimes varied slightly, often including additional suggestions. Additionally, GitHub Copilot has general chat capabilities, but it struggled to reference chat history when asked to summarize a sentence, occasionally referencing the open file in the IDE instead.
484+
4. Anaconda AI Assistant provides information across platforms but specifically API information of what python tools to install and providing script to connect to different platform services.
485+
5. Anaconda AI Assistant allows you to opt out of sharing data with Anaconda but it will still send inquires to OpenAI.
486+
- Anaconda AI Assistant faced some difficulty referencing code within the Jupyter notebook.
487+
6. Jupyter AI allows for interaction with code found in notebook cells
478488

479-
[^1]: Offline use of Amazon Q is only supported in one US region currently
480-
[^2]: GitHub Copilot's API support is available only at the business or enterprise level for checking account metrics.
481-
• 3 GitHub Copilot remained consistent with the scripts it provided, the explanations sometimes varied slightly, often including additional suggestions. Additionally, GitHub Copilot has general chat capabilities, but it struggled to reference chat history when asked to summarize a sentence, occasionally referencing the open file in the IDE instead.
482-
• 4 Anaconda AI Assistant provides information across platforms but specifically API information of what python tools to install and providing script to connect to different platform services.
483-
• 5 Anaconda AI Assistant allows you to opt out of sharing data with Anaconda but it will still send inquires to OpenAI.
484-
• Anaconda AI Assistant faced some difficulty referencing code within the Jupyter notebook.
485-
• 6 Jupyter AI allows for interaction with code found in notebook cells
489+
## Code Development Comparison Table Additional Notes:
486490

487-
Code Development Comparison Table Additional Notes:
488491
• Amazon Q Developer required specific instructions to provide an explanation of script outputted.
489492
• Amazon Q Developer’s ability to produce error-free code varied. Minor errors were present in Python, Nextflow, and BASH scripts. Further prompting and troubleshooting sometimes allowed error-free code to be produced.
490493
• Gemini Code Assist did not provide instructions on installation steps and workflow execution in certain tests such as Python scripting and code conversion.

0 commit comments

Comments
 (0)