top of page

Blog


How I Used AI to Generate, Moderate, and Scale an AI-Powered Quiz App
In this blog post, I share the behind-the-scenes journey of building Quiz Inn, a global AI-powered quiz app. From generating 70,000+ unique questions to moderating 126,000 artworks, I explain how I used RAG, vector search, multilingual translation, and real user feedback to scale content creation, moderation, and personalization—without a full team. Whether you’re into AI, app development, or edtech, this is a real-world look at putting AI into production.
May 26


NVIDIA's AI Revolution: The Technology Transforming Industries
NVIDIA is recognized today as a world leader in artificial intelligence (AI) and graphics processing unit (GPU) technologies. Founded in...
May 22, 2024


OpenAI Evals Framework
Evals provide a framework for evaluating large language models (LLMs) or systems built using LLMs.
Feb 17, 2024


OpenAI Assistant API - Tools
Give Assistants access to OpenAI-hosted tools like Code Interpreter and Knowledge Retrieval, or build your own tools using Function calling.
Feb 16, 2024


OpenAI Assistants API
The Assistants API allows you to build AI assistants within your own applications.
Feb 15, 2024


Moderation in OpenAI
The moderations endpoint is a tool you can use to check whether content complies with OpenAI's usage policies.
Feb 14, 2024


OpenAI Text-to-Speech API
The Audio API provides a speech endpoint based on OpenAI's TTS (text-to-speech) model. It comes with 6 built-in voices.
Feb 13, 2024


OpenAI Speech-to-Text with Whisper
The Audio API provides two speech to text endpoints, transcriptions and translations, based on Whisper model.
Feb 12, 2024


OpenAI Understanding Images
GPT-4 with Vision allows the model to take in images and answer questions about them.
Feb 11, 2024


OpenAI Image Generation with DALL-E
The Images API provides three methods for interacting with images: generations, edits, variations.
Feb 10, 2024


Fine Tuning in OpenAI
Fine-tuning lets you get more out of the models available through the API.
Feb 9, 2024


Embeddings in OpenAI
An embedding is a sequence of numbers that represents the concepts within content such as natural language or code.
Feb 8, 2024


Function Calling in OpenAI
The Chat Completions API does not call the function; instead, the model generates JSON that you can use to call the function in your code.
Feb 7, 2024
bottom of page