Can AI Turn Us Into 10x Developers?

Rate this content
Bookmark

In this talk, Kevin Hou will explain how Codeium is working to unlock a 10x productivity gain for all developers. Today, Codeium's in-IDE autocomplete and chat help hundreds of thousands of developers write almost half of their committed code. Kevin will showcase the technical challenges behind building Codeium and how we've trained our own AI models to make full file edits, search across millions of lines of code, and generate code faster than any other AI tool on the market.

Kevin Hou
Kevin Hou
7 min
13 Jun, 2024

Comments

Sign in or register to post your comment.

Video Summary and Transcription

AI can help developers become 10x more efficient by leveraging powerful GPUs. Codium is an AI developer tool that can accelerate learning, analyze dependencies, and provide personalized coding experiences. It abstracts away complexity and allows developers to focus on building user experiences. Codium aims to transform the software industry and empower developers to become 10x engineers.

1. Introduction to AI for 10x Developers

Short description:

Hello JS Nation. I'm Kevin from Codium, a company building AI developer tools. Today, I'll explain how AI can help you become a 10x developer. The most powerful GPUs now have 10x the processing power, enabling us to trade compute for leverage. Let me show you a concrete example of how AI can be integrated into your coding workflow.

Hello JS Nation. Going to kick off the lightning talks with a wonderful presentation about how you can become a 10x developer using AI. My name is Kevin. I'm at Codium, a company based in San Francisco, and we're building AI developer tools.

We all have this notion of what a 10x developer is, right? It is someone who can turn Red Bull into code and they have a mechanical keyboard that probably lights up, probably changes colour, probably annoys most people in the office, but it is almost an extension of themselves, right? They're able to just churn and absolutely destroy code. Today, I'm going to tell you how, you know, maybe not with stuff like this, you too can become leveraged by using AI in your developer workflow.

So, to add some more colour to how exactly and why 2024 is the time for the 10x developer, I want to give you a brief history lesson. I started my career in the self-driving industry, and, back in 2018, the most powerful GPU available to mass market was only capable of doing 29 teraflops. For context, that basically means 29 trillion floating-point operations, and while we were building these models and trying to get vehicles on to the road, we were spending a lot of time on efficiency of models rather than the actual quality in order to get this sort of performance to work on a vehicle. Fast forward six years to today, and the most powerful GPUs have now 10x the amount of processing power and are able to perform 200-plus teraflops of compute. What does this actually mean in the context of software engineering? It means that in these games, give us the chance to trade that compute for leverage, and we're going to give you a quick demo as to how exactly this can be concretely integrated into the way that you write code.

2. Building the Amsterdam Breathalyser App

Short description:

This is my first time in this beautiful city. People love beer. People like to bike everywhere. We're building the Amsterdam Breathalyser app using Codium, an AI developer tool. With Codium, we can accelerate learning, analyze dependencies, and summarize files. We trade compute for a personal and unique experience. It can make typing faster, suggest product decisions, and provide specific specs. We've built a full app using English sentences instead of typing.

This is my first time in this beautiful city. Honestly, I haven't spent too much time in Europe, but I've learned two quick things in my 24 hours since being here. People love beer. It's cheaper than water at the restaurant I was at last night. Two, people really like to bike everywhere, so we're going to combine these two things by building an app. It's the Amsterdam Breathalyser. We're going to do this all armed with Codium, an AI developer tool.

So we're going to start with our JS monorepo, so fairly standard. The thing that I want to call out is that we have packages, we have shared dependencies, think design system, think utils, and a completely empty Vita project. We want to start by creating a landing page. Traditionally, you might have spent some time learning how to centre a title and a button on a page. What would you do? You would go to StackOverflow, try to find the exact copy of what you want. You might go to W3 schools, or you might even be in, who has played Flexbox Froggy? The classic let's get into the Flexbox game. Now, with Codium and all these new dev tools, we're able to speed up that acceleration of learning. We're able to automatically learn from your active files, from your repository, to actually ingest your codebase and trade that compute for analysing your dependencies, indexing your code, and summarising your files ahead of time.

It's this whole idea where we are trading compute so that your work can go faster. In this case, I'm actually telling it, I want to use Tailwind for my styling, and I also want to use my design system, so I'm telling it explicitly, let's pin my design system as I'm performing my generations. As you can see, what used to be complex Googling is now simply an English sentence. We're able to type an English sentence, and it's able to use context from our codebase and use that additional compute to now give us exactly what we want. The whole idea is that we are trading compute for a personal and unique experience with an AI developer tool. This can make typing a lot faster. As you can see, there's a lot of boilerplate with setting up state. We have to make sure we're tracking the number of drinks that this person is having. It can kind of read your mind in that sense. It can even suggest product decisions. Here our AI thinks that five drinks is an appropriate amount to drink before you can bike home. Maybe it's a skill issue on my part. It seems a little high, but who knows? Similarly, you can use that context ingestion here instead of Googling on how modals can work, we can ask, how do I use a modal? It will look through components that I have existing in my design system and give me the exact spec on what that means. Finally, what this gives us in under a couple of minutes when I was doing this asynchronously, you get this kind of experience where we have now focused and built a full-fledged app by a lot of English sentences rather than a lot of typing.

Check out more articles and videos

We constantly think of articles and videos that might spark Git people interest / skill us up or help building a stellar career

Building a Voice-Enabled AI Assistant With Javascript
JSNation 2023JSNation 2023
21 min
Building a Voice-Enabled AI Assistant With Javascript
Top Content
In this talk, we'll build our own Jarvis using Web APIs and langchain. There will be live coding.
AI and Web Development: Hype or Reality
JSNation 2023JSNation 2023
24 min
AI and Web Development: Hype or Reality
In this talk, we'll take a look at the growing intersection of AI and web development. There's a lot of buzz around the potential uses of AI in writing, understanding, and debugging code, and integrating it into our applications is becoming easier and more affordable. But there are also questions about the future of AI in app development, and whether it will make us more productive or take our jobs.
There's a lot of excitement, skepticism, and concern about the rise of AI in web development. We'll explore the real potential for AI in creating new web development frameworks, and separate fact from fiction.
So if you're interested in the future of web development and the role of AI in it, this talk is for you. Oh, and this talk abstract was written by AI after I gave it several of my unstructured thoughts.
The Rise of the AI Engineer
React Summit US 2023React Summit US 2023
30 min
The Rise of the AI Engineer
We are observing a once in a generation “shift right” of applied AI, fueled by the emergent capabilities and open source/API availability of Foundation Models. A wide range of AI tasks that used to take 5 years and a research team to accomplish in 2013, now just require API docs and a spare afternoon in 2023. Emergent capabilities are creating an emerging title: to wield them, we'll have to go beyond the Prompt Engineer and write *software*. Let's explore the wide array of new opportunities in the age of Software 3.0!
Web Apps of the Future With Web AI
JSNation 2024JSNation 2024
32 min
Web Apps of the Future With Web AI
AI is everywhere, but why should you care, as a web developer? Join Jason Mayes, Web AI Lead at Google, who will get you on track by demystifying common terminology ensuring no one is left behind, and then take you through some of the latest machine learning models, tools, and frameworks you can use right in the browser via JavaScript to help you bring your creative web app ideas to life for almost any industry you may be working in. By moving AI to the client side, there is no reliance on the server after the page load, bringing you benefits such as privacy, low latency, offline solutions, and lower costs which will be of growing importance as the field develops. This talk is suitable for everyone with a curiosity for web and machine learning, so come along and learn something new to put in your web engineering toolkit for 2024.
Building the AI for Athena Crisis
JS GameDev Summit 2023JS GameDev Summit 2023
37 min
Building the AI for Athena Crisis
This talk will dive into how to build an AI for a turn based strategy game from scratch. When I started building Athena Crisis, I had no idea how to build an AI. All the available resources were too complex or confusing, so I just started building it based on how I would play the game. If you would like to learn how to build an AI, check out this talk!
Code coverage with AI
TestJS Summit 2023TestJS Summit 2023
8 min
Code coverage with AI
In this lightning demo I will showcase how Codium, a cutting-edge generative AI tool, is revolutionizing code integrity. We will demonstrate Codium's ability to generate useful Mocha tests, taken from a public repository and highlight the seamless integration. You can see Codium as it transforms complex test scenarios into actionable insights, propelling code coverage forward. Join us for an insightful peek into the future of automated testing where speed meets quality!

Workshops on related topic

AI on Demand: Serverless AI
DevOps.js Conf 2024DevOps.js Conf 2024
163 min
AI on Demand: Serverless AI
Top Content
Featured WorkshopFree
Nathan Disidore
Nathan Disidore
In this workshop, we discuss the merits of serverless architecture and how it can be applied to the AI space. We'll explore options around building serverless RAG applications for a more lambda-esque approach to AI. Next, we'll get hands on and build a sample CRUD app that allows you to store information and query it using an LLM with Workers AI, Vectorize, D1, and Cloudflare Workers.
Working With OpenAI and Prompt Engineering for React Developers
React Advanced Conference 2023React Advanced Conference 2023
98 min
Working With OpenAI and Prompt Engineering for React Developers
Top Content
Workshop
Richard Moss
Richard Moss
In this workshop we'll take a tour of applied AI from the perspective of front end developers, zooming in on the emerging best practices when it comes to working with LLMs to build great products. This workshop is based on learnings from working with the OpenAI API from its debut last November to build out a working MVP which became PowerModeAI (A customer facing ideation and slide creation tool).
In the workshop they'll be a mix of presentation and hands on exercises to cover topics including:
- GPT fundamentals- Pitfalls of LLMs- Prompt engineering best practices and techniques- Using the playground effectively- Installing and configuring the OpenAI SDK- Approaches to working with the API and prompt management- Implementing the API to build an AI powered customer facing application- Fine tuning and embeddings- Emerging best practice on LLMOps
Building Your Generative AI Application
React Summit 2024React Summit 2024
82 min
Building Your Generative AI Application
WorkshopFree
Dieter Flick
Dieter Flick
Generative AI is exciting tech enthusiasts and businesses with its vast potential. In this session, we will introduce Retrieval Augmented Generation (RAG), a framework that provides context to Large Language Models (LLMs) without retraining them. We will guide you step-by-step in building your own RAG app, culminating in a fully functional chatbot.
Key Concepts: Generative AI, Retrieval Augmented Generation
Technologies: OpenAI, LangChain, AstraDB Vector Store, Streamlit, Langflow
Leveraging LLMs to Build Intuitive AI Experiences With JavaScript
JSNation 2024JSNation 2024
108 min
Leveraging LLMs to Build Intuitive AI Experiences With JavaScript
Workshop
Roy Derks
Shivay Lamba
2 authors
Today every developer is using LLMs in different forms and shapes, from ChatGPT to code assistants like GitHub CoPilot. Following this, lots of products have introduced embedded AI capabilities, and in this workshop we will make LLMs understandable for web developers. And we'll get into coding your own AI-driven application. No prior experience in working with LLMs or machine learning is needed. Instead, we'll use web technologies such as JavaScript, React which you already know and love while also learning about some new libraries like OpenAI, Transformers.js
Let AI Be Your Docs
JSNation 2024JSNation 2024
69 min
Let AI Be Your Docs
Workshop
Jesse Hall
Jesse Hall
Join our dynamic workshop to craft an AI-powered documentation portal. Learn to integrate OpenAI's ChatGPT with Next.js 14, Tailwind CSS, and cutting-edge tech to deliver instant code solutions and summaries. This hands-on session will equip you with the knowledge to revolutionize how users interact with documentation, turning tedious searches into efficient, intelligent discovery.
Key Takeaways:
- Practical experience in creating an AI-driven documentation site.- Understanding the integration of AI into user experiences.- Hands-on skills with the latest web development technologies.- Strategies for deploying and maintaining intelligent documentation resources.
Table of contents:- Introduction to AI in Documentation- Setting Up the Environment- Building the Documentation Structure- Integrating ChatGPT for Interactive Docs
Llms Workshop: What They Are and How to Leverage Them
React Summit 2024React Summit 2024
66 min
Llms Workshop: What They Are and How to Leverage Them
Workshop
Nathan Marrs
Haris Rozajac
2 authors
Join Nathan in this hands-on session where you will first learn at a high level what large language models (LLMs) are and how they work. Then dive into an interactive coding exercise where you will implement LLM functionality into a basic example application. During this exercise you will get a feel for key skills for working with LLMs in your own applications such as prompt engineering and exposure to OpenAI's API.
After this session you will have insights around what LLMs are and how they can practically be used to improve your own applications.
Table of contents: - Interactive demo implementing basic LLM powered features in a demo app- Discuss how to decide where to leverage LLMs in a product- Lessons learned around integrating with OpenAI / overview of OpenAI API- Best practices for prompt engineering- Common challenges specific to React (state management :D / good UX practices)