Clevis Logo
ExamplesUse CasesPricing

Use Case

AI-generated business proposals

Generative AI models like LLMs and image generators can revolutionize the creation of business proposals. For instance, LLMs, like ChatGPT from OpenAI, can generate high-quality written content, making proposal writing less laborious and more efficient. The AI system could be trained with a dataset of successful business proposals and then generate draft proposals based on user input or requirements.

Similarly, AI Image generators can assist in crafting stunning visuals and graphs for proposals. They can be programmed to generate diagrams, charts, or even realistic images that communicate the business idea succinctly. For instance, a recognizable visualization of projected growth, market size, or competitive landscape generated by an AI model can impress potential investors far more effectively.

Furthermore, Generative AI systems can provide automatic translation of proposals into multiple languages, increasing accessibility and maximizing business reach to potential global audience.

How to build with Clevis

Text Input

Ask the user to input the name of their company

Prompt ChatGPT

Prompt ChatGPT to generate a business proposal introduction based on the company name entered in step 1

Text Input

Ask the user to input the target industry for the business proposal

HTTP Request

Fetch industry data from an external API based on the target industry entered in step 3

Display Output

Format the industry data and the generated proposal introduction from step 2 to display a fully-formed business proposal

This document describes an example application that can be built using Clevis, a tool used to build AI applications. The specific app outlined here is called 'AI-generated Business Proposals' and, as the name suggests, utilizes AI to generate business proposals for various industries.

The application works through a series of interactive steps. The first step, labeled as Text Input, prompts the user to input the name of their company. Following this, the app leverages ChatGPT, an advanced language model developed by OpenAI, as the next step. With the company name as a prompt, ChatGPT generates a business proposal's introductory segment.

Subsequently, via another Text Input step, the app requests the user to specify the target industry for the proposal. The application then makes an HTTP request to fetch relevant industry data from an external API using the provided industry identifier.

The final step, Display Output, integrates the AI-generated introduction and the fetched industry data to present a fully formed business proposal, which is displayed to the user. Hence, this application illustrates how Clevis can be utilized to build AI applications with diverse industry usage.


© 2024 Clevis. All Rights reserved