Tabnine is the only AI software development platform that supports air-gapped deployments
//

Tabnine Blog Archive | Page 10

//
Image showing the Tabnine and Anthropic logos. Tabnine is partnering with Anthropic, the leading AI research and safety company to make the Claude 3 Sonnet model available as the underlying LLM for Tabnine Chat.
Anthropic’s Claude 3 Sonnet model is now available as an option to power Tabnine Chat
June 5, 2024
/
4 -min read
We’re thrilled to announce that Tabnine is partnering with Anthropic, the leading AI research and…
Unit testing: Definition, pros/cons, and best practices
June 4, 2024
/
12 -min read
What is unit testing in software? Unit testing is a software testing method that focuses…
Mistral’s Codestral is now available on Tabnine
June 3, 2024
/
3 -min read
Codestral, the newest high-performance model from Mistral, is now available on Tabnine.
Will AI replace developers?
May 28, 2024
/
7 -min read
What is generative AI?  Generative AI refers to artificial intelligence systems that can create content,…
Enhancing AI coding assistants with context using RAG and SEM-RAG
May 27, 2024
/
6 -min read
Basic AI coding assistants, while helpful, often fall short of delivering the most relevant and…
C code debugging: Types of bugs and 6-step debugging process
May 26, 2024
/
7 -min read
C is a highly efficient and flexible programming language that forms the basis of many…
AI for software development in 2024: Use cases, risks, and tools
May 26, 2024
/
8 -min read
How is AI used in software development in 2024? Artificial intelligence technologies are being used…
How AI code assistants simplify the SDLC
May 23, 2024
/
7 -min read
AI code assistants aren’t coming to take away software development jobs. But they can help developers spend more time doing interesting work.
Unit testing in Java: Quick tutorial and 4 critical best practices
May 19, 2024
/
7 -min read
Unit testing is a critical part of the development process, which allows you to catch bugs early and fix them before they reach production.