📄️ Guide for AI Newcomers
Large Language Models (LLMs) are powerful tools, representing a paradigm shift in how we build and use software. Machines now have the ability to reason and understand natural language and code. We predict over the coming years, incumbents will be either remake themselves, or be disrupted by AI-native products and platforms.
📄️ Getting the AI to say things
- Prereqs:
📄️ Rules of AI.JSX
AI.JSX uses the familiar JSX syntax, but it's not React.
📄️ AI + UI
Demo video: Loom video
📄️ ESM
AI.JSX exports both CJS and ESM files. When you import or require ai-jsx, you'll get the file that matches the module system you're using. If you have a problem with this, please let us know.
📄️ JSX: Build System Considerations
Understanding these details is for power users. If you just want to get started quickly, clone the template repo.
📄️ Observability
In this guide, we'll start with the hello world example and iteratively add logging.