> For the complete documentation index, see [llms.txt](https://garylai1990.gitbook.io/behavioral-questions/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://garylai1990.gitbook.io/behavioral-questions/leadership-principles/invent-and-simplify.md).

# ⭐️ Invent and Simplify

{% hint style="success" %}
Leaders expect and require innovation and invention from their teams and always find ways to simplify. They are externally aware, look for new ideas from everywhere, and are not limited by “not invented here”. As we do new things, we accept that we may be misunderstood for long periods of time.
{% endhint %}

這個信條分成兩個部分，第一個要表現的是自己的解決問題的能力，當遇到問題的時候怎麼解決？有沒有有創意的解決辦法？如果沒有的話，也可以用別人的方法試試看，又或是我們解決了一個問題後，是不是存在著另一個解決的方法？因為永遠都有可能會有一個更好的解決辦法。

第二個部分是有沒有辦法把想解決的問題盡量簡化？像是一個原則：[KISS principle](https://en.wikipedia.org/wiki/KISS_principle) 。「Keep it simple, stupid。」*「總結工程專業人員在設計過程中的經驗，大多數系統的設計應保持簡潔和單純，而不摻入非必要的複雜性，這樣的系統運作成效會取得最優；因此簡單性應該是設計中的關鍵目標，儘量迴避免不必要的複雜性。」*

* Tell me about a time when you gave a simple solution to a complex problem.
* Tell me about a time you come up with a simple solution to a complex problem.
* Tell me about a time when you invented something.
* Tell me about a time you find a new way to do something.
* Tell me about a time you come up with a new approach to an old problem.&#x20;
* Give me a specific example of a time when you used good judgment and logic in solving a problem.
* Tell me about a difficult decision you've made in the last year.
* Tell me about a time when you delegated a project effectively.
* Give me an example of a time when you used your fact-finding skills to solve a problem.
* Describe a time when you anticipated potential problems and developed preventive measures.


---

# 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:

```
GET https://garylai1990.gitbook.io/behavioral-questions/leadership-principles/invent-and-simplify.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
