- AI Agents Explained: From Chatbot to Autonomous Assistant | llmnet.nl CommunityDiscover how AI agents work by combining planning, memory, and tools. Learn about the architecture, capabilities, and risks of autonomous systems.
- Designing a Chatbot Persona That WorksLearn how to design an effective chatbot persona with the right tone, strict boundaries, and consistency over long conversations. Includes a persona template.
- Maintaining Long Conversations: Context Window Management in Practice — llmnet.nlDiscover effective techniques for context window management in LLMs. Learn how to summarize smartly, apply chunking, and maintain memory in long conversations.
- Few-shot prompting: learning with examples — LLMNet CommunityDiscover everything about few-shot prompting in LLMs. Learn how to choose high-quality examples, determine the optimal number, and avoid common pitfalls.
- Prompting in Dutch vs. English: When to Choose Which Language?Discover when English or Dutch yields better results with LLMs, how to use mixed prompts, and how to guide tone. Includes testing methodology.
- Designing Multi-Turn Conversations: An AI That Keeps Track | LLMnet CommunityDiscover how to design seamless multi-turn AI conversations. Learn to effectively track context, summarize history, and smartly manage token limits.
- Enforcing Output Formats in LLMs (JSON, CSV, XML)Learn how to reliably make LLMs generate fixed output formats like JSON, CSV, and XML using advanced prompting, validation, and API functions.
- Building a Reusable Prompt Library for Your Team | LLMnet CommunityLearn how to build a scalable and reusable prompt library for your team. Discover best practices, version control, and concrete template examples.
- Prompt chaining: breaking complex tasks down into steps | LLMNet CommunityDiscover how prompt chaining simplifies complex AI tasks by breaking them down into steps, linking outputs, and implementing error handling.
- Common Prompting Mistakes (and How to Avoid Them) | LLMnet CommunityDiscover 8 common prompt engineering mistakes and learn how to easily avoid them. Improve your AI outputs with practical, directly applicable examples.
- Prompt injection and jailbreaks: risks and protection | LLMNet CommunityDiscover how prompt injection and jailbreaks work in Large Language Models and learn effective defense strategies such as input separation and least privilege.
- Prompt Patterns for AI Agents: Tool Calling, Planning, and Error HandlingDevelop robust AI agents with advanced prompt patterns. Learn how to describe tools, separate planning from execution, and handle errors.
- 10 Prompt Techniques for Better Results | LLMnet CommunityDiscover 10 practical prompt techniques for better AI results. Apply few-shot, chain-of-thought, and role prompting directly using our concrete examples.
- Prompt Version Control: Treat Prompts as Code | llmnet.nlDiscover why and how to treat prompts as code. Learn all about version control, variants, reviews, and rollbacks for robust LLM applications.
- Reviewing Prompts in a Team: Treat Prompts as Code | llmnet.nlLearn how to review prompt changes in a team. Discover best practices for test sets, objective quality measurement, prompt ownership, and a handy review template.
- Image Generation Prompts: Techniques and Best Practices | llmnet.nlLearn how to write effective prompts for image generation models like Midjourney and DALL-E. Discover the anatomy, negative prompts, and iteration strategies.
- Writing Prompts for Code Generation: Context, Requirements, and Examples | LLMnetLearn to write effective prompts for code generation. Discover how to provide context, make requirements explicit, and iterate on code with concrete examples.
- Prompts for Data Extraction from Unstructured Text | llmnet.nl CommunityLearn how to write reliable data extraction prompts. Discover schema enforcement, few-shot techniques, and templates for invoices, emails, and reports.
- Summarization Prompts That Work: Length, Format, and Source Fidelity | llmnet.nlLearn how to make LLMs summarize texts reliably. Discover techniques for source fidelity, length control, map-reduce for long documents, and validation.
- Zero-shot, few-shot or chain-of-thought: which prompt technique when? | LLMnet CommunityDiscover when to use zero-shot, few-shot, or chain-of-thought prompting. Includes a handy decision table, examples, and a developer checklist.
- Role Prompting: Give Your AI a Persona for Better Answers - LLMnet CommunityDiscover how role prompting directly improves the quality of AI answers. Learn to create effective personas, avoid pitfalls, and view concrete examples.
- System prompts that work: shaping the instruction behind your AI | llmnet.nl CommunityDiscover how to write effective system prompts for AI. Learn about roles, guardrails, tone, and safety, with concrete templates for developers.