diff --git a/docs/src/pages/post/_assets/deep_research_compare_jan.gif b/docs/src/pages/post/_assets/deep_research_compare_jan.gif new file mode 100644 index 000000000..bebc0db31 Binary files /dev/null and b/docs/src/pages/post/_assets/deep_research_compare_jan.gif differ diff --git a/docs/src/pages/post/_assets/jan-research.jpeg b/docs/src/pages/post/_assets/jan-research.jpeg new file mode 100644 index 000000000..93abef112 Binary files /dev/null and b/docs/src/pages/post/_assets/jan-research.jpeg differ diff --git a/docs/src/pages/post/_assets/jan_default_prompt.png b/docs/src/pages/post/_assets/jan_default_prompt.png new file mode 100644 index 000000000..293f20f26 Binary files /dev/null and b/docs/src/pages/post/_assets/jan_default_prompt.png differ diff --git a/docs/src/pages/post/_assets/jan_open_prompt_template.png b/docs/src/pages/post/_assets/jan_open_prompt_template.png new file mode 100644 index 000000000..fc1c3e489 Binary files /dev/null and b/docs/src/pages/post/_assets/jan_open_prompt_template.png differ diff --git a/docs/src/pages/post/_assets/jan_prompt_template_settings.png b/docs/src/pages/post/_assets/jan_prompt_template_settings.png new file mode 100644 index 000000000..47039274a Binary files /dev/null and b/docs/src/pages/post/_assets/jan_prompt_template_settings.png differ diff --git a/docs/src/pages/post/_assets/jan_research_prompt.png b/docs/src/pages/post/_assets/jan_research_prompt.png new file mode 100644 index 000000000..0d053b90e Binary files /dev/null and b/docs/src/pages/post/_assets/jan_research_prompt.png differ diff --git a/docs/src/pages/post/_assets/jan_settings.png b/docs/src/pages/post/_assets/jan_settings.png new file mode 100644 index 000000000..ede9a3143 Binary files /dev/null and b/docs/src/pages/post/_assets/jan_settings.png differ diff --git a/docs/src/pages/post/jan-v1-for-research.mdx b/docs/src/pages/post/jan-v1-for-research.mdx new file mode 100644 index 000000000..c5a5c2d54 --- /dev/null +++ b/docs/src/pages/post/jan-v1-for-research.mdx @@ -0,0 +1,446 @@ +--- +title: "Jan v1 for Deep Research: System Prompts & Setup Guide" +description: "Explore Jan-V1 capabilities in report generation and research tasks with prompt comparisons, examples, and customization instructions." +keywords: ["Jan-V1", "AI research", "system prompts", "LLM optimization", "research AI", "Jan App", "model configuration"] +readingTime: "8 min read" +tags: Qwen, Jan-V1, Agentic +categories: research +ogImage: post/_assets/jan-research.jpeg +date: 2025-08-15 +--- + +# Jan v1 for Deep Research: System Prompts & Setup Guide + +This cookbook will transform your Jan-V1 from a basic Q&A tool into a comprehensive research assistant. By the end of this guide, you'll have a custom-configured model that generates detailed reports with proper citations instead of surface-level answers. + + + +## Key Points + +- **Jan-V1 includes a default chat template** that's automatically embedded in its Hugging Face configuration +- **Use the default prompt** for daily tasks requiring short, accurate answers +- **Use the research prompt** for report generation and comprehensive research tasks +- **Always specify dates** when asking time-sensitive questions (e.g., "What's the world population in 2023?") + +--- + +## Introduction + +[Jan-V1](https://huggingface.co/janhq/Jan-v1-4B) is the first release in the **Jan Family**, designed for agentic reasoning and problem-solving within the [Jan App](https://jan.ai/). Based on our [**Lucy**](https://huggingface.co/Menlo/Lucy) model, Jan-v1 achieves improved performance through model scaling. + +Jan-v1 uses the [Qwen3-4B-thinking](https://huggingface.co/Qwen/Qwen3-4B-Thinking-2507) model to provide enhanced reasoning capabilities and tool utilization. This architecture delivers better performance on complex agentic tasks. + +This guide explores how to optimize Jan-V1 for research-intensive tasks by switching from the default prompt to a specialized research system prompt. Through our internal testing, we've found significant improvements in report generation quality, depth of analysis, and citation accuracy when using the research-optimized system prompt. + + +## Findings + +Jan-V1 comes with a built-in search and scrape prompt in its default template. This prompt is optimized for SimpleQA-style questions and daily tasks that require short, accurate responses. However, our testing revealed that when tasked with generating comprehensive long-form reports or conducting in-depth research, the model's performance was inconsistent with the default prompt. + +We experimented with Jan-V1 using a new system prompt optimized for research-intensive tasks and found significant improvements in report generation capability. The research prompt produces more comprehensive, well-structured reports with proper citations and deeper analysis compared to the default prompt. + +--- + +## Output comparison between Default System Prompt and Research Prompt on report generation task + +### Example 1: Long-Context Benchmark Comparison + +**User Request:** +> Compare all published benchmarks for long-context performance across LLMs released in 2024-2025 + + +