Week 3 Field Notes

The Five Second Test (for sample To-Do List)

  1. What was the app for? Looks like it could be a search feature of some sort.
  2. Did you want to use it? Yes, even though I did not know exactly what it was, the simplicity of the design was inviting—probably because it looked to me like I wouldn’t screw anything up by messing around with it.
  3. If so, what would you do first? I would probably type “test” in the text field and click the button to see what happens.

 

  1. Note anything relevant that occurred to you during our discussion.

Students seemed to have some similar thoughts and reactions to the tool. As we discussed the artifact, I was reminded of the many focus group studies I participated in in the 2010s as I sought to supplement my income and pay off student loans. I learned so much about market research and facilitating focus groups from these.

  1. Note your thoughts about 5 second testing as a Usability tool.

The 5 second test is useful because we know that many prospective users/buyers are going to make decisions based on very initial impressions of a product. The book gets judged by its cover whether we like it or not. Therefore, seeking the first thoughts one has provides the designer the chance to better evaluate the product and make necessary changes. With enough data from a strong enough sample of 5 second users, the designer should be able to figure out which elements are most appealing to the largest number of potential users.

Heuristic analysis

  1. visibility of system status — keep users informed about behind the screen processing, loading, successfully uploaded, searching please wait

The importance of status visibility depends on the artifact, but the spinning wheel of death, as it is sometimes called, is one way software/web tools let us know something is going on and we (as users) do not need to do anything else—yet. I do think the visuals that show percentages of status progress are far more helpful than those that do not.

  1. use familiar, real world, language — no jargon, no site-specific lingo

Again, this will depend on the artifact and audience, but in the case of a basic to do list meant for the general public, this is solid advice. They can’t use it easily if they don’t understand it.

  1. users should be in control — nothing relevant to the experience should be happening behind the screen

This hints at transparency and data security too. We can have users forfeit control (of their data and usage behavior) by including a long terms and conditions page (that they won’t read) and have them mindlessly click “agree” so the artifact can take control of whatever benefits the designer. I do not think this kind of unethical strategy should be employed, but it does feel more like the norm today.

  1. follow industry standards — CNTRL S means save regardless of platform or Cmd because Apple

It is also important to keep up with changing standards then. People (young ones, especially) are always tweaking the way technology is used, and if a designer only sticks to the standards of their time, they will be missing opportunities to improve their products usability.

  1. don’t let users make mistakes — multiple levels of undo, popup in place warnings about required form fields, greyed out representation of features unavailable in the current context

This means that the designer needs as much usage data as possible to see what mistakes can be made. This is hard to predict. Just like how people can find creative ways to use a product that were completely unexpected, they can also find an infinite number of ways to misuse a product so that it doesn’t work at all.

  1. recognition over recall — don’t make users remember or have to think

The whole point of technology is to make tasks easier. The harder the user has to work or think, the less need they are going to have for that particular tech.

  1. flexible designs — experts should have shortcuts and other tools that aren’t visible to novices who will be distracted or confused by them

Interesting concept. Not sure I agree completely, but it does make sense to at least let users know in some logical way that advanced features are available to more expert users. We see this many times indicated with an “advanced” button that reveals those features. That seems like a good application of this design principle.

  1. minimalist design — don’t clutter the screen, don’t add images as decoration

Yes! Yes! Yes! I can’t imagine anyone loves their screens cluttered with ads and things they don’t need. This should be #1 on the list. Only add what is needed. As for not adding images for decoration, I might argue that some images that appear to be decoration are really serving some important other purpose as well, like appealing to emotion. A picture of a tropical island might have the effect of calming the user, and paired with music (that some would initially think is superfluous) could actually have a positive effect on the user’s experience.

  1. no error should be fatal — offer clear signposts and ways to start over efficiently, auto populate form data when possible

I have not put much thought into this yet, but I can see how one fatal error would lose a user for good. As for auto-populating, that is helpful most of the time. I always appreciate when “United States” is listed at the top of a dropdown that is otherwise alphabetical. I hope for users in other countries, the designers make their country rise to the top based on ip address or something—especially for our friends in Zambia.

  1. provide help — but design so no one needs it (and assume no one will read it)

But what help will the user need? How many avenues of help are enough? Chatbot features can sometimes be helpful, but they have a history of being frustrating too. Not to mention they can clutter a screen. I still appreciate a live chat with a human assistant, but those are not always practical. FAQ pages are hit or miss; the most thorough can be too long to work through, and the more basic will miss too many common issues. User input is essential to determine where the help should be provided.

UX Project: Fully Functional Demo Website Coded by ChatGPT

Demo website created with ChatGPT; click image to view working demo.

I have never written a line of computer code in my life. I don’t know the first thing about the differences between HTML and Java, or any other software languages. But harnessing the power of ChatGPT today, I created the website pictured above in less than an hour. Mind you, this was not some drag and drop, customizable website template process like many website builders offer (Wix and WordPress, for example). I have used those without breaking a sweat before (this WordPress site you are reading is an example), but those are not coding efforts. What the free version of ChatGPT was able to create for me was functional HTML code generated completely from scratch (or rather, translated and generated from my written English language prompts). I then pasted the code into the free web “space” offered by W3Schools and voila! Operational website.

The UX class assignment I was working on gave me the option to create a mockup of a to-do list application/website (think basic non-operational image) or go a step further and play around with GenAI to see if I could create a working model. Despite my fascination with ChatGPT, and my frequent use and exploration of it over the past year as an educational tool, I was hesitant to use it for coding purposes. I was intimidated. A quick demo at the end our online class meeting changed my posture though (thanks Franco and Dr. Pullman!). 

Here is a summary of how I created my online to-do list website.

  1. Set up account at W3Schools (<5 minutes).
  2. Went to ChatGPT and prompted it as follows: “Please create a web page in html that includes a to-do list feature that allows the user to add items to one of three catagories, each of which has a column on the page. Name the three categories home, teaching, and scholarship. Provide me the html code.” (<5 minutes)  *I still have no clue what HTML code is or how it works. I only asked it to use HTML because I thought I heard someone say it is the easiest or most basic code to work with.
  3. Copy the code generated by ChatGPT, and then go back to W3Schools, create “New Root File” and paste the code into the the text box. (2 minutes) *This was the only tricky step for me, and it was the step I was scared of before seeing my classmate do it. The user interface of W3Schools might make sense to people who know a little bit about coding and web design, but to me, a complete coding novice, it was not intuitive.
  4. Click “Run.”
  5. Preview the newly born website.
  6. Go back to ChatGPT, ask it to make specific changes and rewrite the entire code. Then go to W3Schools, delete the root file and replace with the new code. (40 minutes) *I did this probably six or seven times, requesting one or two changes each time, and then testing it out. 

          Here is a link to the entire conversation I had with ChatGPT if you want to see all of the prompts I              gave it. Note: I do communicate with the machine as if it is a human assistant/tutor/student, so I              typically use pleases, thank yous, etc. I do this mostly because I don’t want to develop less polite                  communication habits, not because I think of the machine as a person–but I don’t claim to be                    completely immune to the ELIZA effect either.

Key Takeaway

When I found out last year that ChatGPT could write functional code when prompted by English text, I had a hunch that English (or any common spoken/written human language) had just become the new computer language. But I then read somewhere (wish I could remember where I saw it) that English could never really replace the learned skill of computer coding because the English language is too ambiguous, vague, and complex to work on the logic level of a computer. That sounded plausible, so I shelfed my hypothesis hunch and left it for another day. Well, today is that day. I am now convinced that the “skill” of learning, understanding, and writing computer code can be almost completely replaced by the combination of GenAI and effective English prompt engineering. I do understand that there are still critical reasons why some people need to understand and practice coding, but the number of those people will drop precipitously now as non-techies like me partner up with GenAI to do what most of us never dreamed we could do in a digital space–at least not without hours upon hours of instruction in a host of computer languages. The new computer language is indeed English: specifically, concise English delivered repeatedly and patiently to a non-human audience with superhuman coding abilities. Whoever said English wouldn’t replace coding languages because it is too ambiguous, vague, etc. failed to realize that users of English can be insightful, creative, and persistent enough to overcome those inherent problems with the language. They also failed to realize that generative AI is (often, but not always) incredibly competent at making sense out of human language inputs. 

UX Takeaways

ChatGPT and other GenAI make the designer’s job way easier, but only if that designer can communicate properly with the machine and/or have some patience and recognize that designing with AI as co-pilot is an iterative process.

A designer still needs a solid plan and then decent feedback to make appropriate improvements. AI can provide both if prompted correctly, but human feedback should always be sought to help the designer catch their own blind spots.

Examining Some UX Case Studies and Creating a Case Study for ChatGPT, with ChatGPT

After looking at a handful of UX case studies, it appears that some combination of the following components comprise an effective study: 

Design Statement

Needs Assessment/Interviews with prospective users

Functionality requirements and constraints

Benchmarks (competitors)/Competitive Analysis

Personas

Storyboards/Wireframing

Task flows

Prototype drawings

Example of user experience/Test uses and findings

But some studies do a better job than others at grouping these components under broader headings that make the project easier to follow sequentially and thematically. The airbnb study described the process in these five steps: Explore, Define, Ideate, Develop & Learn. This seems to capture the generalities of a bunch of the elements that case studies have in common. The “Problem, Solution, Revenue” model seems like another good way to organize a case study–although I find it interesting that the revenue portion comes last. I would assume most “successful” developers allow the revenue stream to dictate the solution–for better or worse.

One case study that caught my attention is the Wikipedia study. I found this study especially interesting because, along with millions of other people, I am very familiar with the iconic interface and even appreciate the simplicity of its design. I couldn’t imagine it any other way–but many people more insightful and imaginative than I am have been making changes to the design of Wikipedia sites for years (there are actually hundreds different versions of Wikipedia).  One of the key takeaways from this study is the idea that fully functional prototypes “(versus mockups, or even a click-through prototypes) communicate designs significantly more clearly, and facilitate higher quality discussions and feedback.” Of course this comes at a steeper investment of time and resources, but the lesson should push UX researchers to strive beyond basic sketches and mockups. This Wikipedia case study is less complete than other examples, but it is worth a look because the components that are discussed are in-depth and relatable for anyone who has used Wikipedia extensively.

UX Case Study Designed by ChatGPT

I asked ChatGPT to design a UX case study (with itself as the subject). Here is the specific prompt I gave:

Me: Using a “Problem, Solution, Revenue” model, please create a UX case study for the ChatGPT website. (1/12/2024)

ChatGPT:

Title: Enhancing User Experience on ChatGPT Website

Problem: The ChatGPT website currently faces several user experience challenges, hindering optimal user engagement and satisfaction. Users often find it difficult to navigate through the website, locate relevant information, and understand the full range of capabilities offered by ChatGPT. Additionally, there is a lack of interactive elements that could enhance user interaction and make the website more user-friendly.

Solution: To address these challenges, we propose a comprehensive redesign of the ChatGPT website, focusing on improving navigation, providing clear information, and introducing interactive elements. The redesign will follow a user-centric approach, ensuring that visitors can easily access the information they need and understand the capabilities of ChatGPT.

  • Redesigned Homepage:
    • Clear and concise messaging to explain ChatGPT’s capabilities.
    • Streamlined navigation to guide users to different sections.
  • Interactive Demonstration:
    • A live demo section allowing users to interact with ChatGPT in real-time.
    • Clear instructions and examples to showcase the model’s capabilities.
  • Information Hierarchy:
    • Organize information in a clear hierarchy, making it easy for users to find what they’re looking for.
    • Use visual cues and concise text to communicate key points.
  • User Onboarding:
    • Implement a user-friendly onboarding process to guide new users through ChatGPT’s features.
    • Provide tooltips and hints to help users navigate and understand the platform.
  • Responsive Design:
    • Ensure the website is fully responsive across various devices, providing a seamless experience on desktop, tablets, and mobile devices.

Revenue: The improved user experience is expected to lead to increased user engagement, longer session durations, and higher user satisfaction. This, in turn, can contribute to higher conversion rates for premium features and services offered by ChatGPT. By attracting and retaining more users through an enhanced website experience, we anticipate a positive impact on overall revenue generation.

Outcome: The redesigned ChatGPT website, with a focus on improved user experience, is expected to address the current challenges and create a more inviting and interactive platform. Users will have a clearer understanding of ChatGPT’s capabilities, leading to increased user satisfaction and potential revenue growth. Continuous monitoring and user feedback will be crucial to refining the website further and ensuring an ongoing positive user experience.

###

To start, I think this outline is far too vague to be very helpful. Maybe a smart UX designer could work with the initial problem analysis in the outline and make a bunch of personal judgements about specifics, but the examples I looked at were far more specific in identifying needs and problems. I shouldn’t be too surprised that the machine didn’t produce something more specifically critical about itself, but I did have higher hopes. Of course, there is always the chance that my own prompt wasn’t specific enough to start with.

What is especially interesting about the outline created by ChatGPT is how it suggests a revenue strategy that relies on increased user engagement. On its face, this seems at least a little specific, but I am also willing to bet the machine is just pulling a probability here  from its training data related to how tech companies generally drive their income, as opposed to evaluating or at least balancing the best ethical choice for the end-users.  The maximum-engagement model runs completely counter to what Sam Altman (CEO of OpenAI, ChatGPT’s parent company) said in congressional testimony last year. Altman, responding to concerns about tech addiction issues, claimed that “we try to design systems that do not maximize engagement.” His reasoning was that they lacked sufficient computing resources to even support more engagement. But like many (most?) other tech companies, OpenAI is now embracing the increased engagement model to drive revenue. This was even specifically mentioned on their recently released ChatGPT store. So the fact that ChatGPT included this typical revenue model in my request for a UX case study is not altogether surprising, but it does go directly against the previously stated claims of the company’s CEO. 

This idea is important for UX studies because designers have competing factors that drive their designs. Two major factors that can find themselves in conflict are the maximizing of revenue and the maximizing of benefit the product brings to the user. Very often these two factors can overlap, and that is best case scenario for all. When a product is tweaked or designed in way that makes it both cheaper to produce and safer or more enjoyable for the consumer, that is ideal. But when a company prioritizes profit over the user’s best interests, we can end up with tech products that cause problems in a user’s life that could outweigh the benefits. Screen addiction for kids and negative mental health outcomes for users are two potential downsides that ChatGPT initially ignores. This seems incredibly important for UX designers to keep in mind as they go about their research, planning, and execution.

Here my second prompt and response from ChatGPT. I was after a better (more specific and more user-focused revenue strategy) UX case study:

Me: Can you re-do that and be far more specific about the problems, and then instead of simply suggesting a revenue stream based on maximizing engagement, figure out a strategy for a revenue stream that protects the users from the harms and negative outcomes that could come from overuse and overreliance on tech products like ChatGPT.

ChatGPT: 

Title: Mitigating User Risks: A User-Centric Redesign for ChatGPT Website

Problem:

  1. Information Overload:
    • Users struggle to grasp the full scope and capabilities of ChatGPT due to a lack of clear and concise information on the website.
    • Ambiguity around the model’s limitations and potential risks leads to confusion.
  2. Navigational Challenges:
    • The current website structure lacks a logical flow, making it difficult for users to navigate and find relevant information.
    • Users often abandon the site due to frustration with the disorganized layout.
  3. Limited User Guidance:
    • New users lack sufficient guidance on how to interact with ChatGPT, resulting in a suboptimal user experience.
    • Ambiguous onboarding contributes to users feeling overwhelmed and disoriented.

Solution:

  1. Detailed Information Architecture:
    • Create a dedicated section that clearly outlines ChatGPT’s capabilities, limitations, and ethical considerations.
    • Provide examples of appropriate use cases and communicate the importance of responsible AI use.
  2. Streamlined Navigation:
    • Implement a user-friendly navigation system with intuitive labels and a clear hierarchy to improve the overall website structure.
    • Prioritize key sections such as documentation, use cases, and ethical guidelines.
  3. Interactive Onboarding:
    • Develop an interactive onboarding process with step-by-step guidance on using ChatGPT responsibly.
    • Include educational elements to inform users about potential risks and the importance of ethical usage.
  4. User Education Hub:
    • Establish an educational hub containing articles, FAQs, and video content to help users understand the technology better.
    • Address common misconceptions and concerns to foster transparency.

Revenue Strategy: Instead of maximizing engagement without bounds, we propose a revenue strategy that prioritizes user well-being and safeguards against overuse:

  1. Usage Tiers:
    • Introduce tiered pricing plans with usage limits to encourage responsible usage.
    • Offer educational resources to users who approach or exceed their usage limits, promoting awareness of potential negative consequences.
  2. Ethical AI Certification:
    • Create a certification program for businesses and developers, emphasizing responsible and ethical AI usage.
    • Generate revenue through certification fees, with a portion allocated to ongoing user education initiatives.
  3. Premium Support for Ethical Use:
    • Offer premium support plans specifically tailored to guide users in ensuring ethical and responsible AI practices.
    • Revenue generated from premium support can be reinvested into user education and awareness programs.

Outcome: The redesigned ChatGPT website, focusing on user education and responsible usage, aims to mitigate potential risks associated with overuse and overreliance on AI technology. By implementing a revenue strategy that aligns with ethical principles, ChatGPT can foster a community of users who prioritize responsible AI practices, creating a positive impact on both user well-being and the product’s long-term sustainability. Continuous user feedback and iterative improvements will be crucial in refining the approach over time.

###

This is a marked improvement here which makes me think that much of the time when someone finds ChatGPT to be creating poor boilerplate writing, it could very well be due to their choice to accept the first thing the machine spits out. Better prompts create better responses, and a two-step process with a call for specific improvements to a first response yielded much better results for this meta-UX case study outline.

The altered revenue section is intriguing and maybe impressive because a tiered revenue/access model could be an actionable measurable strategy for the company to pursue. This could, at least in theory, have the users’ better interests in mind while still providing a revenue stream that OpenAI could adjust with their own setting of prices. Maybe we shouldn’t be surprised that when we work a little harder on our own instructions and communication with the machine, giving it opportunities to improve like we would any student, we end up with better and better iterations of the original response. Maybe this is what fascinates me most about generative AI: the ability I have to treat it both as a tutor and student.