VectorizationLLM: Smart Vectorization Based AI Assistant
Summary
VectorizationLLM is a specialized AI assistant built on Google DeepMind Gemma 4 26B A4B, designed to support students in CTEC 247: Applied Computational Analysis II at New York Institute of Technology. Hosted on OpenWebUi, it helps students learn MATLAB concepts like smart vectorization, Fourier analysis, and differential equations. The model uses a Retrieval Augmented Generation (RAG) knowledge base and a custom system prompt, configured with temperature=1.0, top_p=0.95, and top_k=64. It provides detailed explanations and examples from class notes, including code, text, and images, while strictly enforcing academic integrity by not giving direct answers. Evaluation showed a 97.92% recall rate for verbatim code lines. Its first implementation is scheduled for Fall 2026, with future adoption planned for CTEC 249 in Spring 2027.
Key takeaway
For AI Engineers or Research Scientists developing educational tools, this project demonstrates that generic LLMs are insufficient for specialized technical curricula due to academic integrity and domain specificity issues. You should prioritize building custom Retrieval Augmented Generation (RAG) systems with meticulously designed system prompts and guardrails. This approach ensures the AI assistant provides accurate, context-aware explanations from course materials without generating direct solutions, fostering genuine learning and maintaining academic standards.
Key insights
Specialized LLMs can provide effective, integrity-enforced academic assistance by integrating course-specific content and pedagogical rules.
Principles
- RAG and system prompts are crucial for domain-specific LLM instruction.
- Academic integrity in AI tutors demands strict guardrails against direct solutions.
- User-friendly interfaces reduce the learning curve for educational AI tools.
Method
The VectorizationLLM system integrates a Google Gemma 4 26B A4B base with OpenWebUi, utilizing a custom RAG knowledge base of class notes and a system prompt designed for functionality, determinism, and academic guardrails.
In practice
- Integrate markdown class notes into a RAG knowledge base for precise content recall.
- Configure system prompts with explicit guardrails to prevent direct solution generation.
- Utilize platforms like OpenWebUi for personalized user accounts and chat history.
Topics
- VectorizationLLM
- Retrieval-Augmented Generation
- MATLAB Programming
- Educational AI
- Large Language Models
- Academic Integrity
Best for: AI Engineer, AI Scientist, Research Scientist
Related on AIssential
See Counsel's argued verdicts on the open AI decisions leaders are weighing →
Editorial summary, takeaway, and curation by AIssential. Original article published by cs.AI updates on arXiv.org.