latest news
Scholarships and Financial Aid What You Need to Know

š§ What Can AI Do?
AI systems are capable of:
- Input System and User Prompts:Ā Users can enter both system prompts and user prompts.
- Model Selection:Ā Users can select from multiple AI models (e.g., OpenAI and Grok)
- Response Display: The app will display the responses from selected models side-by-side.
- Token Usage Tracking:Ā It will show the number of tokens used for each query.
- Execution Time Measurement:Ā The application will measure and display the time taken.
AI is not about replacing humans, but about augmenting human capabilities.
š Common Types of AI
- Narrow AI ā Designed for specific tasks (e.g., chatbots)
- General AI ā Human-like intelligence (still theoretical)
- Super AI ā Intelligence beyond humans (conceptual)
š ļø How AI Systems Are Built
FrankieOneās internal support tooling was built on a legacy Vue.js 2.0 application that quickly became a bottleneck. The outdated framework required frontend expertise to manage even minor updates as internal operations expanded.
- Collect relevant data
- Clean and preprocess the data
- Choose an appropriate model
- Train the model
- Test and improve performance
- Deploy to production
š¼ļø Visual Example
To begin, letās take a look at the main tabs we will build for our AI Model Comparision App:

š» Example Code Snippet
# Simple AI example: Text classification
from sklearn.naive_bayes import MultinomialNB
model = MultinomialNB()
model.fit(X_train, y_train)
print(model.predict(["AI is transforming technology"]))
š Popular AI Tools
| Tool | Category |
|---|---|
| TensorFlow | Deep Learning |
| PyTorch | Research |
| OpenAI API | Language Models |
| Scikit-learn | Machine Learning |
š Real-World Applications
Congratulations on following thisĀ AI tutorialĀ to build your ownĀ AI Model Comparison App! You have learned how to integrateĀ Novai with Portkey, set up data sources, create a user-friendly interface, and implement the necessary logic to compare AI models.
- Healthcare diagnosis
- Recommendation systems
- Autonomous vehicles
- Virtual assistants
ā Summary
AI is reshaping industries by improving efficiency and enabling smarter solutions. Understanding its fundamentals is essential for future-ready skills. If you have any doubts or questions as you continue your journey withĀ NovaiĀ andĀ Portkey, feel free to reach out to us onĀ Slack.