> For the complete documentation index, see [llms.txt](https://lwang010.gitbook.io/design101/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://lwang010.gitbook.io/design101/design-try-not-ramble/a-coffee-chat.md).

# A coffee chat?

<figure><img src="/files/aXkd9BeIUZXfANlb5alF" alt=""><figcaption><p>Credit to GPT4</p></figcaption></figure>

I'm an introvert who enjoys one-on-one interactions and loves exploring new things. My daily work involves optimizing medical images with deep learning, and sometimes I delve into more engineering-oriented tasks.

* In everyday life, I'm drawn to those inconvenient aspects we've all grown accustomed to, aiming to enhance living standards through thoughtful design.
* I have a passion for books and podcasts about design and product history.
* Through LunchClub, I've engaged in conversations with more than 300 individuals from various industries around the world.
* I'm fascinated by productivity. What seems routine to us might not be the same for others.
* I've dabbled in a variety of workshops, group sessions, and life coaching sessions, and I've  worked as a tech mentor for college students multiple times.

If you'd like to have a coffee chat, please feel free to send me an email at <lwang010@gmail.com>.

Notes:

* Hope the session can be helpful mutually.
* Only supports the online session.&#x20;
* If there is no response to your email, it might be due to a lack of bandwidth recently or because it's not quite a match. Apologize in advance.&#x20;


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://lwang010.gitbook.io/design101/design-try-not-ramble/a-coffee-chat.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
