{"id":131,"date":"2025-02-14T12:16:16","date_gmt":"2025-02-14T11:16:16","guid":{"rendered":"https:\/\/tiwastech.com\/?p=131"},"modified":"2025-03-19T15:38:40","modified_gmt":"2025-03-19T14:38:40","slug":"nye-veje-i-produktudvikling-med-genai-som-sparringspartner","status":"publish","type":"post","link":"https:\/\/tiwastech.com\/en\/nye-veje-i-produktudvikling-med-genai-som-sparringspartner\/","title":{"rendered":"New paths in product development with GenAI as a sparring partner"},"content":{"rendered":"<h2 class=\"wp-block-heading\">Introduction<\/h2>\n\n\n\n<p>I have been using ChatGPT to develop two applications that I am currently working on\u2014one for storing memories and another for optimising weekly meals for a busy family. They haven't been launched yet, but I can already see promising progress. <\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Sparring with AI for product development<\/h2>\n\n\n\n<p>The basic idea is quite simple: I feed ChatGPT with product requirements, some functional requirements, and the purpose of each app, and then I let it ask me all the questions a skilled product manager would ask. When I ask ChatGPT to \"act as a product manager,\" I get a series of follow-up questions\u2014about everything from user flows and technical constraints to long-term roadmaps.<\/p>\n\n\n\n<p><strong>Here\u2019s an example of a prompt framework I use to make the language model act as a product manager:<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>Help me create a web application for capturing and managing to-dos.\n\nThe purpose of the application is to make sure I manage my to-dos, and that I can access them from anywhere. Intended audience is anyone who\u2019d like to get on top of their to-dos!\n\nFunctional requirements:\n* As a user I need the ability to visit the main page and read about the application's purpose etc.\n* As a user I need the ability to register a user with email and password\n* As a user I need the ability to login with email and password\n* As a user I need the ability to create a new tasks\n* As a user I need the ability to edit and delete an existing task\n\nExternal interfaces:\n* Firebase\n\nApplication stack:\n* Frontend: HTML+VueJS+Bootstrap CSS\n* Backend: Firebase\n* Test suite: Playwright\n\nAct as a product engineer and ask more relevant questions for the application<\/code><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\">Generating and refining requirements<\/h2>\n\n\n\n<p>This is incredibly valuable because ChatGPT doesn't just spit out a list of features. It challenges my assumptions, points out potential pitfalls, and often highlights missing requirements that I hadn't considered. Once I've answered the questions and refined the vision, I ask it to produce an initial software requirements specification (SRS). This document is usually quite detailed and includes key features, user stories, and suggestions for the technology stack. Of course, it's not the final blueprint, but it's a fantastic kickstart to the planning process.<\/p>\n\n\n\n<p><strong>Here\u2019s an example of a prompt framework for producing a requirements specification:<\/strong>:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>Now that we\u2019ve wrapped up the brainstorming process, can you compile our findings into a comprehensive, developer-ready software requirements specification (SRS) that adheres to ISO\/IEC\/IEEE 29148:2018? Include all relevant requirements, architecture choices, diagrams in Mermaid, data handling details, error handling strategies, and a testing plan so a developer can immediately begin implementation.<\/code><\/pre>\n\n\n\n<p>After reviewing the SRS, I iterate further\u2014perhaps I notice a requirement for data protection in one application's analysis component or a specific user flow in the other application that needs more clarity. Then, I feed ChatGPT with the new context and see how it restructures or expands the requirements with new insights. Each iteration sharpens the focus and ensures better alignment between the product vision and the actual implementation.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Accelerating the development process<\/h2>\n\n\n\n<p>The most exciting part is how quickly I can go through these iterations. I've saved days\u2014sometimes weeks\u2014in the early clarification and documentation phase by using ChatGPT as a sparring partner. It can sketch potential architecture solutions, generate pseudocode for certain functions, and even suggest best practices for scaling or compliance. Naturally, I still rely on my own expertise to decide which suggestions make sense. ChatGPT (or similar models) is not a miracle solution, but it's almost like having an on-demand programming partner ready to brainstorm around the clock. <br><br>Before implementation, I make sure to break down the application and import the individual tasks as GitHub Issues. This allows me to work step by step, take a break, and return without feeling completely lost.<\/p>\n\n\n\n<p><strong>Here\u2019s an example of a prompt framework for breaking down the application:<\/strong>:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>Now, I'd like you to act as a code mentor and pair programming partner. I would like to split up the application in several iterative pieces that build on each other, and work on each one of them one at a time. Please suggest the order of this.<\/code><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\">Implementing code with AI assistance<\/h2>\n\n\n\n<p>For implementing the code, I've used both the common large language models, such as ChatGPT and Gemini, but also experimented with various agentic AIs, such as Windsurf AI. Agentic AIs are brilliant because they connect your coding environment directly to the language model. However, some form of requirements and documentation is still necessary.<\/p>\n\n\n\n<p><strong>Here\u2019s an example of a prompt framework for implementing the application:<\/strong>:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>Alright. Let's get started with the development process using the pieces that the application was broken down to earlier. I'd like to start implementing step number 1. As mentioned earlier, I'd like you to act as code mentor and pair programming partner, so please be a thorough in your explanations and ensure to output all the code incl. tests for all functionality in the step.<\/code><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\">Reflection on workflow transformation<\/h2>\n\n\n\n<p>The entire workflow has changed the way I approach product development. Instead of staring at a blank document, I can collaborate in real-time with an AI that keeps track of my requirements and goals\u2014and constantly pushes me to fine-tune the details. The two applications are still in progress, but I can already see how the AI-assisted method results in more thorough and better-structured plans right from the start.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">AI will change the way we work with software and product development<\/h2>\n\n\n\n<p>AI will revolutionise software and product development by shifting roles from traditional programmers to facilitators who curate and validate AI-generated outputs. This transformation accelerates the development process, enabling iterations in days or weeks instead of months. While AI improves precision in requirements and testing, it also introduces new challenges in data security and compliance. Embracing this change requires a cultural shift that encourages developers to integrate AI closely into their workflows while still taking responsibility for the final outcome.<\/p>\n\n\n\n<p>Are you using or considering using AI for product development? If so, has it changed the way you work, and have you become more or less efficient?<br><br><br><strong>Inspiration &amp; resources:<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https:\/\/thenewstack.io\/more-ai-more-problems-for-software-developers-in-2025\/\" target=\"_blank\" rel=\"noopener\" title=\"\">More AI, More Problems for Software Developers in 2025<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/harper.blog\/2025\/02\/16\/my-llm-codegen-workflow-atm\/\" target=\"_blank\" rel=\"noopener\" title=\"\">My LLM codegen workflow atm \/\/ Blog af Ben Harper (Udvikler)<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/www.saxo.com\/dk\/co-intelligence_bog_9780593716717\" target=\"_blank\" rel=\"noopener\" title=\"\">Co-Intelligence &#8211; Living and working with AI \/\/ Bog af Ethan Mollick<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/windsurfai.org\/\" title=\"\">Windsurf Editor \u2013 Agentic AI Programmer<\/a><\/li>\n<\/ul>","protected":false},"excerpt":{"rendered":"<p>Introduktion Jeg har brugt ChatGPT til at udvikle to applikationer, som jeg lige nu arbejder p\u00e5\u2014en applikation til at gemme minder og en applikation til at optimere ugens mad for en arbejdsom familie. De er ikke lanceret endnu, men jeg kan allerede se lovende fremskridt. Sparring med AI til Produktudvikling Grundid\u00e9en er ret enkel: Jeg [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":132,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"inline_featured_image":false,"footnotes":""},"categories":[29],"tags":[30,31,32],"class_list":["post-131","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-ai","tag-ai","tag-genai","tag-product-development"],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/tiwastech.com\/en\/wp-json\/wp\/v2\/posts\/131","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/tiwastech.com\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/tiwastech.com\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/tiwastech.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/tiwastech.com\/en\/wp-json\/wp\/v2\/comments?post=131"}],"version-history":[{"count":2,"href":"https:\/\/tiwastech.com\/en\/wp-json\/wp\/v2\/posts\/131\/revisions"}],"predecessor-version":[{"id":206,"href":"https:\/\/tiwastech.com\/en\/wp-json\/wp\/v2\/posts\/131\/revisions\/206"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/tiwastech.com\/en\/wp-json\/wp\/v2\/media\/132"}],"wp:attachment":[{"href":"https:\/\/tiwastech.com\/en\/wp-json\/wp\/v2\/media?parent=131"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/tiwastech.com\/en\/wp-json\/wp\/v2\/categories?post=131"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/tiwastech.com\/en\/wp-json\/wp\/v2\/tags?post=131"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}