Best Practices
Effective Prompting
Specific instructions reduce ambiguity - the model doesn't have to guess your intent and uses tokens more efficiently for your actual goal.
Be Specific
Instead of "Make this better", try:
Improve the clarity of the methodology section by simplifying complex sentences and adding transition phrases. Maintain all technical terminology.
Define Boundaries
State what should and should not change:
Enhance writing style in the introduction and discussion. Preserve all citations and mathematical expressions. Do not modify the results section.
Provide Context
Polish this abstract for submission to Nature Physics. Target audience: physicists with expertise in quantum field theory.
Use Structured Instructions
For complex tasks:
- Fix grammatical errors throughout
- Make the introduction more engaging
- Ensure consistent terminology
- Improve transitions between sections
Model Selection
Match model capability to task complexity - overpowered models waste money, underpowered ones produce poor results.
qwenturbodeepseekhaiku45opus48Tgpt55gemini31psonnet46Topus48TdeepseekTFind the row that matches your task, then pick one of the recommended model handles.
See the AI Models Guide for detailed comparisons.
File Management
Project Structure
project/
├── main.tex
├── chapters/
├── figures/
├── build/
├── history/
└── diffs/Best Practices
- Include only necessary files in selections
- Use the Pack button to preserve milestones
- Clean unnecessary outputs regularly
Workflow Integration
Staged Approach
A typical project moves through five stages, each owned by one or more agents:
- ResearchFind papers and verify ideas
searchresearch - WritingDraft LaTeX content interactively
researchorchestrator - DevelopmentRefine clarity and style
polish - VisualizationProduce figures and slides
researchpresenter - FinalizationProofread the finished draft
correct
A typical project flows from research to finalization, with each stage handed to the agent best suited for it.
Quality Assurance
Always review AI-generated content - tick through the same checks after every run:
A short review pass after each run catches the errors automation cannot see for itself.
Use LaTeX Diff to visualize changes between versions.
LaTeX Tips
- Use logical document structure with proper sectioning
- Maintain clean preambles
- Use consistent label naming
- Comment TikZ code for clarity
- Use BibTeX consistently with a single bibliography file
Next Steps
- Configuration: Customize TeXRA
- Custom Agents: Create specialized agents
- Intelligent Merge: Merge document versions