Hi HN, I’m Suraj, an engineer at Warp (www.warp.dev) where we’re building a fast, Rust-based terminal for the 21st century. Today I am excited to share Warp AI with the community.<p>With this launch we have added AI to the core interface of the terminal. This integration allows you to ask Warp AI to explain command line errors and output, execute suggested fixes, walk you through complex CLI workflows, or write entire scripts for you.<p>For example, you can ask Warp AI to help you tail logs from a gcloud instance, generate new ssh certs, or run a suggested fix, e.g. ps aux | grep 'python' | awk '{print $2}' | xargs kill -9.<p>Warp AI also includes AI Command Search, which lets you generate any command using natural language — especially helpful for commands you know but can’t remember at the moment, saving you a trip to google or stack overflow.<p>All of this is built into the terminal interface itself which has benefits. There’s no need to run a separate CLI to access the AI interface. It lives within the terminal. You can run suggested commands directly from the AI response with the click of a button.<p>Here’s our official blog post announcing the feature: www.warp.dev/blog/introducing-warp-ai<p>Here’s a video of the feature in action: <a href="https://www.youtube.com/watch?v=1YZLPJ5X18k">https://www.youtube.com/watch?v=1YZLPJ5X18k</a><p>A few notes on privacy and security: Telemetry in Warp — and Warp AI — is completely opt-in. The data we send is transparently documented [1] for reference. You can inspect all network requests made by Warp via our network log feature [2].<p>Also, when using Warp AI, no data from inputs is stored on Warp servers. The integration is built on OpenAI. Warp does not store any data, but rather proxies the requests.<p>It’s also important to call out: A login is required to use both Warp and Warp AI, similar to other cloud-based services.<p>Warp AI is in a free preview for developers on Mac, up to 100 requests per day.<p>Please try it out and let us know what you think!<p>[1] <a href="https://docs.warp.dev/getting-started/privacy#exhaustive-telemetry-table" rel="nofollow">https://docs.warp.dev/getting-started/privacy#exhaustive-tel...</a><p>[2] <a href="https://docs.warp.dev/features/network-log" rel="nofollow">https://docs.warp.dev/features/network-log</a>