Explain a function
Select unfamiliar code and ask for an explanation without specialist language.
Use Ollama in your editor
Install a local coding model, connect it to your editor and confirm the setup with one small programming task.
In plain language
Ollama downloads and runs language models on your computer. To ask about code and receive file edits, connect an editor extension such as Continue or a terminal client such as Aider. Select Ollama as the model provider and enter the exact coding model you installed.
What you can build
Begin with simple requests before giving the assistant a large project.
Select unfamiliar code and ask for an explanation without specialist language.
Provide the error message and affected file and ask for likely causes.
Request one additional form field and inspect the proposed files.
How to start
Exact buttons vary by editor, but the underlying connection is the same.
Install Ollama from its official project site and start one suitable coding model.
Install Continue, Aider or another client that explicitly supports Ollama.
Choose Ollama as the provider and use the standard local endpoint as the address.
Open a small test project, ask one question and then inspect a first proposed change.
Before you share it
A few simple checks solve the most common setup problems.
Continue
Compare code completion, editor chat and assistants that can edit several files based on your experience and the kind of project you want to build.
Create an app with AIShape a small useful application, create the first working version with an AI assistant and improve it with real feedback instead of guesses.
Private AI on your computerUse a coding assistant without a cloud model, understand the few pieces involved and choose a model size that runs smoothly on your own machine.
Technical references are linked to the original project or manufacturer documentation.