Code Fundi

An AI assistant that helps you write better code faster.
Code Fundi is an AI assistant extension for Visual Studio Code that helps you write better code faster by providing personalized suggestions and insights.
From interactive code generation and explanation to debugging and test generation, Code Fundi uses LLMs to help come up with solutions to coding challenges and streamline the development process.
Architecture
This project uses our very own STNGS
stack 🐝.
- Supabase
- Typescript
- NextJS
- GraphQL
- Svelte
Why LLM?
Since LLMs (Large Language Models) perform well at a wide variety of tasks, it allows them to excel at a different things simultaneously.
One of those tasks is predicting the next word in a sentence which allows them to capture the syntax and semantics of human language. This offers users who interact with these models a seamless experience as they are able to use natural language and ask open ended questions.
Finally, LLMs have shown impressive general knowledge about the world and are able to remember a lot of facts through training. This lets users gain real world information whenever they interact with our models.
This also provides us with plenty of room for growth as we continue training our models to create a better assistant that helps developers everywhere improve their workflows.