SBTI Personality Test: A 15-Dimension Character Analysis Beyond MBTI
12 min
NüWa.skill is an innovative AI dialogue system that distils the mental models of visionaries like Steve Jobs, Elon Musk, and Charlie Munger, letting you have in-depth conversations with these legendary figures.
NüWa.skill is an innovative AI dialogue system powered by large language models. Its core idea is to distil the cognitive frameworks of great thinkers — letting anyone hold deep conversations with legends like Steve Jobs, Elon Musk, or Charlie Munger.
Unlike ordinary chatbots, NüWa.skill doesn't just mimic speaking styles. It deeply extracts:
In the age of information overload, we don't lack knowledge — we lack high-quality thinking frameworks.
Traditional learning means reading biographies or watching speeches, but these are one-way inputs. NüWa.skill offers something new:
✅ Two-way dialogue: Ask "Jobs" directly and receive answers shaped by his thinking
✅ Contextualised wisdom: Apply a master's mindset to your specific problems
✅ Deep conversation: Progressively unpack complex frameworks through multi-turn dialogue
Each character has a standalone SKILL.md file containing:
``markdown
# Jobs.skill
Mental Models
- Focus means saying no: real focus means declining a hundred good ideas
- End-to-end control: own the entire user experience chain
- Taste above all: technology serves user experience
Decision Heuristics
- Users don't know what they want → skip market research, create demand
- Details matter → from packaging to startup chime, every detail must be perfect
- Simple is harder than complex → removing features takes more courage than adding them
Expression DNA
Direct, sharp, passionate. Heavy use of analogy and contrast. Cuts straight to the core.
`
2. Dynamic Loading
The backend uses a Python SkillLoader service to dynamically pull official SKILL files from GitHub:
`python
class SkillLoader:
def load_skill(self, character_id: str) -> str:
url = self.SKILL_URLS.get(character_id)
response = requests.get(url)
return response.text
`
3. Claude Sonnet 4 Engine
Powered by Anthropic's Claude Sonnet 4 for its superior reasoning, accurate role adherence, and long context support.
4. System Prompt Construction
`python
def build_system_prompt(self, character: Character) -> str:
skill_content = skill_loader.load_skill(character.id)
return skill_content # entire SKILL file as system prompt
``
|--------|--------|--------------|
> *(Speaking from Jobs' perspective based on public statements — not his personal views.)*
>
> This is a fundamental truth almost everyone ignores: doing three things simultaneously divides your energy and guarantees mediocre results. Multi-tasking is the greatest enemy of efficiency.
>
> Here's what I'll tell you — focus means saying no. Not yes to three things, but no to two, and giving everything to the one that matters most. Can you make that one thing *insanely great*? That's all that matters.
>
> When I returned to Apple in 1997, I immediately cut 90% of the products. There were 350 projects — I picked 10 and went all-in. You can't build something great while chasing 99% of the distractions.
Click "NüWa.skill" in the woshiit sidebar, or go directly to:
👉 Start a conversationMatch the character to your question type:
The more specific, the better:
Don't stop at one exchange — follow up:
All mental models are sourced from the official NüWa.skill project, deeply researched and curated.
SKILL files are hosted on GitHub and dynamically loaded — updates propagate automatically.
Industry-leading AI model ensures dialogue quality and intellectual depth.
All features are free with no registration required.
|---------|-----------|-----------|
| Person | Domain | Core Thinking |
| Steve Jobs | Product / Design / Strategy | Focus means saying no; end-to-end control |
| Elon Musk | Engineering / Costs / First Principles | First-principles reasoning; asymptotic limits |
| Naval Ravikant | Wealth / Leverage / Philosophy | Specific knowledge; leverage thinking |
| Charlie Munger | Investing / Multi-model thinking | Mental models lattice; inversion |
| Zhang Xuefeng | Education / Career planning | ROI education; class-mobility realism |
| Feature | Regular AI | NüWa.skill |
| Answer source | General knowledge | Character-specific framework |
| Depth | Surface-level advice | Mental-model-driven analysis |
| Consistency | Varies each session | Strictly follows the character's logic |
| Learning value | Gain information | Learn *how* to think |
Don't just read about great minds — talk to them.
NüWa.skill lets you:
---
Disclaimer: NüWa.skill is based on publicly available materials. All responses are AI inferences from the character's frameworks and do not represent the views of the actual individuals.woshiit 技术团队
woshiit AI Navigation · Original Content
12 min
7 min
8 min
6 min