Warp
p/warp
The terminal for the 21st century
Ellen Chisa

Warp AI — AI, fully integrated with your terminal

Featured
67
Warp AI is fully integrated with the terminal to make you more powerful as you work. You can feed terminal output to Warp AI for explanations or error debugging. Warp AI lets you run commands directly from chat responses without needing to copy / paste.
Replies
Best
Suraj Gupta
@ellenchisa Thank you for hunting us! Hey everybody! I’m Suraj, an engineer at Warp. Warp is a blazingly fast Rust-based terminal for developers. Unique from other terminals, Warp has an IDE-like input area and it groups terminal outputs with their inputs. I’m excited to share something new for the Warp terminal today: Warp AI! Warp AI is AI that’s fully integrated into the terminal — so you can get answers without context switching to Google or Stack Overflow. You can ask Warp to explain output from the terminal, suggest a fix for an error, walk you through a complex workflow, or write entire scripts for you. For example, when I get an error that there's another process running on port 3000, Warp AI tells me to "kill $(lsof -t -i:3000)". Warp AI also includes AI Command Search. You can use natural language to look up commands directly from your terminal. From a privacy perspective, data from Warp AI is never stored on Warp’s servers, only sent to OpenAI API through a proxy. Warp AI is in free preview now, available for developers on Mac to try today, with up to 10 requests per day. Give it a try and let us know what you think!
Sergey Bunas
Warp AI seems like it can streamline my workflow by eliminating the need to copy and paste. Its integration with the terminal is definitely a plus. Excited to try it out!
Michelle Lim
@serjobas Thank you! I'm glad you think so! We designed Warp AI to be deeply integrated with the terminal so there's no copy and pasting or window switching.
Greg Ratner
Warp has been a major part of the dev tooling for me and my team. The level of satisfaction of using Warp over a standard terminal is unparalleled!
Michelle Lim
@gregratner Thank you!
Coyne Lloyd
Wow this is SO cool. Michelle, I see you in the comments answering questions--what kinds of use cases are you seeing so far?
Michelle Lim
@coyne_lloyd1 Thanks Coyne. Today, I saw a user teach himself how to use the github CLI. Yesterday, I saw a user figure out how to tail logs on GCP without leaving the terminal. For myself personally, Warp AI taught me how to do a find-and-replace throughout my codebase yesterday.
Shrey Jain
I'd love to see this integrated into an existing code base, and potentially index that. For example, a lot of our documentation about code may live in Confluence (why we have this convention, or how this integration is built). Also, inline comments as well as just general practices to make suggestions to code would be awesome. That's when I think this can become useful for large scale orgs! Warp team, you guys are doing it all right, huge congratulations!
Michelle Lim
@shreypjain That's a great suggestion! On top of that, we could also train the tool to understand internal CLIs in companies. (With privacy in mind)
Thibaut LaBarre
Big fan! Seamless integration and really simplifies finding the right commands for what I need to do. My only wish would be to see it take over my rails console and auto-suggest completions there too.
Michelle Lim
@thibqut Thank you! Integration of repls into Warp is a good suggestion. For now, you can definitely ask Warp AI questions about rails.
Michal
This is a great addition to the already awesome terminal app. As a software developer, I spend a lot of my time in the terminal, and having AI available there makes it a significant improvement for my workflow, especially with growing AI capabilities.
Michelle Lim
@michal_codes Thank you!
Denis
@szgupta I'd love to use Warp, but weirdly it doesn't have a simple feature, lacking which makes its usage impossible for me: keybinding "Move Backward/Forward One Word" doesn't work in interactive shells, ruby IRB in particular.
Michelle Lim
@szgupta @denisdenis Sorry about this. I just reproduced your issue and filed it here https://github.com/warpdotdev/Wa... Thank you for the feedback!
Denis
@szgupta @michelle_lim1 well, that issue is there since 2021 :D Warp is basically unusable in any sub-shell, python, ruby, psql, etc. But it's completely ignored and new features come every day instead :/
Michelle Lim
@szgupta @denisdenis We just built the fix and it will be out next Thursday.* Thank you for your patience and letting me know of this!
Brennie Pellegrini
Warp is truly incredible. Their product was amazing before but the addition of AI makes it the best terminal out there.
Clément Joubert
Really awesome, fast, lean terminal for macOS, with genuinely good innovations, attention to detail. Does to terminals what Raycast is doing to launchers and Zed to editors !
Michelle Lim
@clement_joubert1 Thank you for the review. We love Raycast and Zed at Warp as well!
Jay Volk
This seems like a great idea, but I'm concerned about security with this... is this version safe with the AI addition to use and type passwords in, etc? I trust the developer, but just wanted to see how this concern will be addressed... or is this even a valid concern?
Michelle Lim
@jay_volk This is an extremely valid concern. We designed this feature with privacy in mind. Users review all requests before they send it to Open AI, and Warp do not store any data on our servers. We're also thinking through more guardrails to help prevent the user from sending sensitive information through the feature.
Lawrence Lin Murata
This will take terminals and debugging to next level! Really exciting
Michelle Lim
@lawlm Thank you, Lawrence! Yes we hope to make debugging a lot faster.
oh4
Such a great idea! As a SysAdmin and DevOps Engineer for many years, this is such a great way to train new Engineers. When I started, Google wasn't even around it. It was Borders, Barnes & Noble and IRC. To have such great assistance at your fingertips would allow future engineers to spend more time flourishing those ideas.
Ernie A Oporto
Will we be able to put our own Open AI api key to rely on that for query costs?
Michelle Lim
@ernie_a_oporto Hi Ernie, we haven't considered that yet, but thank you for the suggestion!
Asyraf Hussin
I love Warp. I have been using Warp as my main Terminal since last year.
Michelle Lim
@asyrafhussin4 Thank you!
Lucas Vieira
I'm really impressed! Congrats and thanks for adding that. (It will help a lot with my work)
Michelle Lim
@lucasvmiguel Thank you, Lucas! Let me know what you think of it!
Lucas
So excited to to use this. I’m always googling commands. Terminal is finally going to be friendly 🥹
Michelle Lim
@lukepywalker Thank you!
Geoffrey Bourne
I've been using Warp for months and it is hands down the best terminal I've used.
Michelle Lim
@geoffrey_bourne Thank you for the glowing review!
Moon
Wow great product. Congrats!!!
Michelle Lim
@moon10 Thank you!
Mark Tang
Use ChatGPT to implement the feature?