Category: Code
-
Tabnine
Another system similar to github copilot There is a 19 day free trial Has plugins for VScode, intelliJ IDEs, and android studio
-
Windsurf
Yet another AI driven code editor, gaining popularity rapidly, comparable to cursor.ai (But different)
-
Google’s AlphaCode 2
https://storage.googleapis.com/deepmind-media/AlphaCode2/AlphaCode2_Tech_Report.pdf Google’s DeppMind AlphaCode 2 is not available neither as a service or as software, all we have is the document linked to above And even though the results look very impressive, there is no way of verifying the results !
-
gemma 2 27b
Google’s ! official website They are text-to-text, decoder-only large language models (shares some tech with google’s gemini) Hugging face
-
Qwen 2.5 32B
Much larger than the Qwen 2.5 coder, But much better outcomes, Harder to run (32B) but worth it (You can run a quantized version) Again, you need a 3090+ or something like that to run this 2024-11-21: Qwen 2.5 Turbo Just Released, raising the number of input tokens from 250K to 1M !! You can…
-
yi coder 9B chat
9 Billion parameters 128K context 52 programming languages Hugging Face
-
Qwen 2.5 coder 7B instruct
FKA CodeQwen, and Qwen 2B‘s little brother 128K context 8 Billion parameters (model sizes, 0.5, 1.5, 3, 7, 14, 32 billion parameters) Apache License Hugging Face
-
Codestral 22B
By Mistral AI under the Mistral AI Non-Production License 32k context window 22 Billion parameters 80 programming languages through fill in the middle on hugging face
-
Claude 3.5 Sonnet
The official page for Sonnet: https://www.anthropic.com/news/claude-3-5-sonnet The above is an official demo And here is a comparison with other popular AIs
-
wiseGPT
https://www.dhiwise.com/wisegpt Plugin for VSCode that generates code (promptless) for Flutter and react