Twitter Yearly Kanji
Get a personalized Japanese kanji character summarizing your year.
⬇️ Try it out before reading
How to use
Input your Twitter ID(whithout "@") and select an output language.
What is Twitter Yearly Kanji?
Twitter Yearly Kanji is a Dify workflow that analyzes a user's Twitter/X posts and generates a single Japanese kanji character that best summarizes their content. Inspired by Japan's tradition of selecting a "Kanji of the Year" to represent the defining events and mood of the past year, this workflow creates a personalized kanji for individual Twitter users.
How It Works
The workflow consists of several interconnected components:
1. LLM Node
The purpose of the LLM node is to analyze the user's tweet content.
The system prompt for this node is as follows:
2. Parameter Extraction
- Uses a Large Language Model (qwen3-4b) to analyze the tweets
- Extracts key parameters including:
- The chosen kanji character
- The character's katakana reading
- The romaji (Latin alphabet) transcription
- Detailed explanation of the kanji
- Reasoning for selecting this specific character
3. Language Handling
- Implements conditional logic using IF/ELSE nodes
- Detects if Japanese language is present
- Routes to appropriate language models based on the language context
4. Result Generation
- The primary LLM (gemma-3-4b-it-qat for Japanese content) synthesizes all information
- Generates a detailed analysis with dictionary-style explanations
- Presents the chosen kanji with its readings and justification