Latest Large Context Model (LCM) Benchmark Explained: L-CiteEval
Priyanka Vergadia Priyanka Vergadia

Latest Large Context Model (LCM) Benchmark Explained: L-CiteEval

Latest Large Context Model (LCM) Benchmark Explained: L-CiteEval

Dec 27 

Written By Priyanka Vergadia

As language models continue to evolve, one of the most significant challenges has been handling long-form content effectively. In this article, we'll explore how modern Large Context Models (LCMs) are pushing the boundaries of context windows and what this means for developers working with AI applications.

The Evolution of Context Windows

The landscape of context windows in language models has evolved dramatically:

  • GPT-3.5 (2022): 4K tokens

  • Claude 2 (2023): 100K tokens

  • GPT-4 (2024): 128K tokens

  • Claude 3 (2024): 200K tokens

  • Gemini Ultra (2024): 1M tokens

  • Anthropic Claude (experimental): 1M tokens

This exponential growth in context window sizes represents a fundamental shift in how we can interact with AI systems. For perspective, 1M tokens is roughly equivalent to 750,000 words or about 3,000 pages of text.

We’ll explore and understand LCM with the help of a recent research paper (L-CITEEVAL: DO LONG-CONTEXT MODELS TRULY LEVERAGE CONTEXT FOR RESPONDING?), which highlights the importance of large context with benchmark.

Read More
ONE life change I wish I'd made sooner in my tech career
Priyanka Vergadia Priyanka Vergadia

ONE life change I wish I'd made sooner in my tech career

There's a lot I accomplished professionally this year – from an amazing job change to completing 4 more terms of my MBA, learning countless new things, and exploring more of the world. While I share my professional journey on LinkedIn, this blog post is different. It's raw, even a bit vulnerable. I'm sharing this story hoping it might inspire even one person. This year taught me a profound truth: health truly is wealth. Here's my journey. Read on..

Read More
RAG Cheatsheet
Priyanka Vergadia Priyanka Vergadia

RAG Cheatsheet

Ever wondered why sometimes you get misleading answers from generic LLMs? It's like trying to get directions from a confused stranger, right? This can happen for many reasons, some of them are that the LLM is trained on data that is out of date, it cannot do the math or the calculations or it is just hallucinated. That is where RAG comes in.

Read More
What is Agentic RAG? Simplest explanation
Priyanka Vergadia Priyanka Vergadia

What is Agentic RAG? Simplest explanation

Traditional RAG systems, while foundational, often operate like a basic librarian - they fetch relevant documents and generate responses based on them. Agentic RAG, on the other hand, operates more like a research team with specialized experts. Let's dive deep into when and why you'd choose one over the other.

Read More
Top 11 AI Coding Assistants in 2024
Priyanka Vergadia Priyanka Vergadia

Top 11 AI Coding Assistants in 2024

As a software developer in 2024, you've probably noticed that AI has fundamentally transformed the way we write code. Gone are the days of endlessly googling syntax or scrolling through Stack Overflow for basic implementations. AI coding assistants have emerged as indispensable tools in a developer's arsenal, promising to boost productivity and streamline the coding process.

But with so many options flooding the market, choosing the right AI coding assistant can feel overwhelming. Should you go with the popular GitHub Copilot, or explore newer alternatives? Is the free tier sufficient for your needs, or should you invest in a premium solution?

This blog is my attempt to explore the current landscape of AI coding assistants, helping you make an informed decision based on your specific needs and circumstances. I will say there are many more AI coding assistants out there, I am only covering a few more well known ones here.

Read More
How Cloudflare Stopped the Largest DDoS Attack in History in 2024
Priyanka Vergadia Priyanka Vergadia

How Cloudflare Stopped the Largest DDoS Attack in History in 2024

Two weeks ago something huge happened in tech! Cloudflare, cloud platform that offers DNS and DDoS protections service, auto mitigated a 3.8 Tbps DDoS attack. To put that in perspective, imagine downloading 950 HD movies... every single second. That's the kind of digital tsunami Cloudflare was up against.  Let’s demystify what goes into mitigating an attack of this magnitude. Before we understand that, let me start by sharing how DDoS attacks work. 

Read More
How to effectively use NotebookLM as a Student
Priyanka Vergadia Priyanka Vergadia

How to effectively use NotebookLM as a Student

As an MBA student at the Wharton Business School, I've been using NotebookLM, a game-changing AI tool that has transformed my approach to learning. This AI tool has become an indispensable part of my study routine, particularly when tackling complex case studies and course materials. In this blog post, I'll share my experience and offer insights on how students can leverage NotebookLM to enhance their academic journey.

Read More
3 Hidden Skills Big Companies Teach You!
Priyanka Vergadia Priyanka Vergadia

3 Hidden Skills Big Companies Teach You!

While the decision to work at a large corporation or join a startup is a personal one, the experience of navigating a big company ecosystem offers unique opportunities for professional growth. The skills developed in this environment – from mastering the corporate zoo and managing up and sideways, to building diverse networks and finding common ground amidst competing priorities – are invaluable skills that transcend any single job or company. These competencies not only contribute to our success within the organization but also enhance our overall professional toolkit.

The challenges of bureaucracy and complexity in large companies, often seen as drawbacks, can actually be catalysts for developing patience, persistence, and creative problem-solving skills. As you progress in your career, you'll find that the ability to navigate complex organizational structures, influence without direct authority, and align diverse interests are highly transferable skills, serving you well whether you stay in big business, venture into smaller companies, or even start your own enterprise. So, while it may sometimes feel like you're a small cog in a giant machine, remember that you're simultaneously honing a set of powerful, often overlooked skills that will propel your career forward, regardless of where your professional journey takes you next.

Read More
What is Platform Engineering? How is it different from DevOps?
Priyanka Vergadia Priyanka Vergadia

What is Platform Engineering? How is it different from DevOps?

Have you ever wondered how Spotify manages to recommend the perfect song for your mood, or how Uber can connect you with a driver in minutes, anywhere in the world? These seamless experiences aren't just magic, and they're not solely the result of AI. They're powered by a powerful approach to infrastructure and applications called Platform Engineering. Let's dive into what Platform Engineering is, how it differs from DevOps, and why it's becoming the secret weapon to increase productivity in tech companies

Read More
3 Reasons Why I quit my job as Google’s Chief Developer Advocate
Priyanka Vergadia Priyanka Vergadia

3 Reasons Why I quit my job as Google’s Chief Developer Advocate

3 Reasons Why I Left Google

After seven incredible years at Google, I've decided to embark on a new adventure. In this post, I'll share the three main reasons behind my decision to leave one of the most coveted jobs in tech. This isn't just about my journey – it's a reflection on career growth that might inspire you to reassess your own professional path.

Read More
How to get started with Gemini Flash
Priyanka Vergadia Priyanka Vergadia

How to get started with Gemini Flash

What is Gemini Flash?

Imagine a large language model (LLM) that's lightweight, super-fast, and cost-effective. That's exactly what Gemini Flash brings to the table. It boasts impressive features like:

Multimodal reasoning: Can handle text, audio, and even code!

Massive context window: Up to 1 million tokens, allowing you to process massive amounts of data (think hours of audio or thousands of lines of code).

Optimized for performance: Delivers high-quality results at a lower cost, perfect for enterprise use.

Read More
Your Beginner's Guide to Getting Started with Generative AI
Priyanka Vergadia Priyanka Vergadia

Your Beginner's Guide to Getting Started with Generative AI

Over the past couple of years, I've had the privilege of building and launching Gemini Code Assist and Gemini for Google Cloud alongside Google’s talented product and engineering teams. Teaching is a passion of mine, and I've received countless requests to break down the fundamentals of Gen AI. So, I'm thrilled to share that I just put together a videos series "10 Days of Gen AI".

Whether you're a seasoned developer or just dipping your toes into the world of AI, this series will equip you with the knowledge and tools you need to harness the power of Gen AI. Let's embark on this exciting journey together!

Read More