Moldable Chat tutorial
To work with this tutorial, first establish a connection to an LLM. Follow How to setup LLM connections.
Here is a simple chat:
GtL gt sendMarkdown: 'How to scale the GT UI (not Morphic) to a factor of 1.3? Document yourself'
Glamorous Toolkit is an environment for humans to make sense of systems through tools built contextually to match specific situations. Controlling the environment through which we perceive our systems allows us to influence how we think about them. LLMs are a new kind of system, and working with them follows the same principles in a slightly different form.
To work with LLMs, we need to: 1. Define the context 2. Specify the intent 3. Understand the output
Moldable Chat supports steps 1 and 3 by using the same pieces used throughout the environment, such as views, examples and a composable interface. Like the rest of the environment, the chat is programmable, allowing developers to contextualize it for each conversation.
Tutorial steps: - Moldable Chat: Creating chats and shaping their output - Moldable Chat: Multimodal inputs - Moldable Chat: Guiding chats through explanations - Moldable Chat: Tool-augmented interaction - Moldable Chat: Keeping track of multiple chats - Moldable Chat: Generating code - Moldable Chat: Changing Lepiter pages - Moldable Chat: Raising the chat conversation level through specialized tools - Moldable Chat: Working with objects