Tag
28 articles
Learn to set up and use OpenAI's API with Python to create simple AI-powered applications. This beginner-friendly tutorial teaches you how to interact with AI models using code.
Build a Python-based AI agent that can analyze code repositories, identify issues, and suggest improvements - similar to the advanced AI coding tools powering Cursor's new capabilities.
Learn to create interactive chat advertisements using OpenAI's ChatGPT API. Build a basic chat interface that allows users to have conversations with ads.
Learn how to set up and use LiteLLM, an AI gateway that helps developers manage multiple AI models and providers. This beginner-friendly tutorial covers installation, configuration, and basic usage.
Learn how to build advanced cybersecurity AI agents using the CAI Framework in Google Colab, covering tools, guardrails, and multi-agent workflows.
Build an AI-powered knowledge graph system inspired by IWE, integrating markdown parsing, graph traversal, and OpenAI's function calling.
Learn to build a Slack plugin that integrates with OpenAI's Codex to automate tasks using natural language commands. This tutorial shows how to create a plugin that interprets user requests and executes actions within Slack.
Learn how Codex, OpenAI's AI coding tool, is getting smarter with new plugins that help developers automate workflows and compete with other AI assistants.
Learn how to create a basic AI chatbot using Python and the OpenAI API, understanding how AI assistants like ChatGPT work while avoiding inappropriate content.
Learn how to set up and use the OpenAI Python library to interact with AI models, from installation to making your first API call.
Learn to build a basic AI safety monitoring system that detects potentially harmful content, similar to OpenAI's teen safety policies. This beginner-friendly tutorial teaches you how to implement keyword detection, sentiment analysis, and safety violation handling.
Learn to create a simple AI-powered chatbot using Python and OpenAI API - the technology behind smartphone AI features.