# Designing software with AI

DevFeed: [Designing software with AI](<https://devfeed.tech/articles/designing-software-with-ai-39070.md>)

Original publisher: [Read original article](<https://blog.devdetails.com/p/designing-software-with-ai>)

Author: Mike

Published: 2023-06-14T03:36:00Z

Content type: tutorial

Language: en

Sources: [Dev Details](<https://devfeed.tech/sources/dev-details.md>)

Topics: [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [Software](<https://devfeed.tech/topics/software.md>), [coding](<https://devfeed.tech/topics/coding.md>), [App](<https://devfeed.tech/topics/app.md>), [prompt](<https://devfeed.tech/topics/prompt.md>), [prompting](<https://devfeed.tech/topics/prompting.md>), [service](<https://devfeed.tech/topics/service.md>), [ChatGPT](<https://devfeed.tech/topics/chatgpt.md>), [Code Challenge](<https://devfeed.tech/topics/code-challenge.md>), [client](<https://devfeed.tech/topics/client.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [analytics](<https://devfeed.tech/tags/analytics.md>), [application](<https://devfeed.tech/tags/application.md>), [chatgpt](<https://devfeed.tech/tags/chatgpt.md>), [coding](<https://devfeed.tech/tags/coding.md>), [guide](<https://devfeed.tech/tags/guide.md>), [mapping](<https://devfeed.tech/tags/mapping.md>), [practical](<https://devfeed.tech/tags/practical.md>), [prompt](<https://devfeed.tech/tags/prompt.md>), [prompting](<https://devfeed.tech/tags/prompting.md>), [real-world](<https://devfeed.tech/tags/real-world.md>), [service](<https://devfeed.tech/tags/service.md>), [software](<https://devfeed.tech/tags/software.md>)

## AI overview

Part 2 of a practical series showing how to use AI as a collaborator when designing software. The article uses a URL shortener as a practical example and demonstrates how ChatGPT 3.5 guides problem-context and use-case discussions, with ChatGPT 4 producing better results in a test run.

## Source excerpt

Part 2 of a practical example of using AI for coding