Spaces:
Sleeping
Sleeping
File size: 13,304 Bytes
bb5d4f8 bcedab4 bb5d4f8 e67cf16 bb5d4f8 e67cf16 bb5d4f8 e67cf16 bb5d4f8 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 | import { PresentationData } from './types';
export const PRESENTATION_DATA: PresentationData = {
metadata: {
title: "Research & Analysis: Using AI for Scalable Development",
subtitle: "From Prompt Jumping to Structured Workflows",
author: "AI Researcher",
date: "2025",
description: "How to leverage modern AI tools for research-first development"
},
slides: [
{
id: 1,
title: "Research & Analysis",
subtitle: "Using AI for Scalable Development",
description: "From Prompt Jumping to Structured Workflows",
type: "hero",
animation: {
type: "title-fade-scale",
duration: 1.5,
},
background: "elevated",
backgroundImage: null,
content: {},
images: [],
transition: "spring"
},
{
id: 2,
title: "β The Old Way: Prompt Jumping",
type: "problem",
animation: {
type: "slide-left-shake",
duration: 1,
},
background: "base",
backgroundImage: null,
content: {
bullets: [
"Direct to Project: Skip research β jump to coding",
"Quick Prompts: Write prompt in ChatGPT β paste output",
"No Scalability: Copy-paste approach breaks with complexity",
"Missing Context: No research = poor architecture decisions",
"Tech Debt: Later refactoring becomes expensive"
]
},
images: [],
transition: "none"
},
{
id: 3,
title: "β
The New Way: Research First",
type: "solution",
animation: {
type: "slide-right-stagger",
duration: 1,
},
background: "base",
backgroundImage: null,
content: {
intro: "Module-by-module structured development with proper research phase",
bullets: [
"Deep Research: Understand requirements before coding",
"Compare Solutions: Evaluate multiple tools & approaches",
"Architecture First: Plan scalable components upfront",
"Reusable Patterns: Build with future extensibility"
]
},
images: [],
transition: "spring"
},
{
id: 4,
title: "π― Why Research Matters",
type: "comparison",
animation: {
type: "split-screen-reveal",
duration: 1.2,
},
background: "base",
backgroundImage: null,
content: {
leftCard: {
title: "Without Research",
description: "Fragile code, technical debt, rewrites, lost time",
icon: "β οΈ"
},
rightCard: {
title: "With Research",
description: "Solid architecture, scalable design, fewer rewrites",
icon: "β¨"
}
},
images: [],
transition: "spring"
},
{
id: 5,
title: "π Perplexity AI: The Research Engine",
type: "tool-intro",
animation: {
type: "slide-left-glow",
duration: 1.2,
},
background: "base",
backgroundImage: null,
content: {
tagline: "What It Does",
bullets: [
"100M+ queries weekly β’ 60% of AI research traffic",
"Real-time web search + LLM reasoning",
"Multi-model support (GPT-4, Claude, Gemini, Llama 3, DeepSeek)"
]
},
images: [
{
src: "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSIBrpdL6g4drOoDUhkIx57WEFesnLH1Y-w8Q&s",
alt: "Perplexity Logo",
width: 80,
height: 80,
position: "top-right"
}
],
transition: "spring"
},
{
id: 6,
title: "π Perplexity Deep Research",
type: "features",
animation: {
type: "card-pop-sequence",
duration: 1.2,
},
background: "base",
backgroundImage: null,
content: {
bullets: [
"Expert-level analysis: 2-4 minutes vs hours of research",
"Automatic workflow: Dozens of searches + hundreds of sources",
"Report generation: Structured output ready to use",
"93.9% factual accuracy on SimpleQA benchmark",
"Perfect for: Tech stack decisions, library comparisons, best practices"
]
},
images: [],
transition: "spring"
},
{
id: 7,
title: "βοΈ LM Arena: Test Different Models",
type: "tool-intro",
animation: {
type: "slide-right-pulse",
duration: 1.2,
},
background: "base",
backgroundImage: null,
content: {
intro: "Purpose: Compare LLMs side-by-side before deciding",
tagline: "Features",
bullets: [
"Battle mode: Two random models compete",
"Side-by-side: Compare specific models",
"Direct chat: Test single model quality",
"Leaderboard: See top models by category (coding, vision, webdev)"
]
},
images: [
{
src: "https://media.licdn.com/dms/image/v2/D560BAQFN6nC2aa-L6Q/company-logo_200_200/B56Zbuv79gGoAI-/0/1747762266220/lmarena_logo?e=2147483647&v=beta&t=9CgVvvusqLzx8w2VhCxDLBmOSTCSPxIkVgjmLDCp6YI",
alt: "LM Arena Logo",
width: 80,
height: 80,
position: "top-right"
}
],
transition: "spring"
},
{
id: 8,
title: "π‘ LM Arena Workflow",
type: "process",
animation: {
type: "number-flow-animate",
duration: 1.5,
},
background: "base",
backgroundImage: null,
content: {
steps: [
"Define your task (coding, writing, analysis)",
"Write a test prompt matching your use case",
"Run side-by-side comparison with top models",
"Vote on best response (or view leaderboard)",
"Choose winner for your actual project"
]
},
images: [],
transition: "spring"
},
{
id: 9,
title: "β‘ Groq API: The Speed King",
type: "tool-intro",
animation: {
type: "speed-line-animate",
duration: 1.5,
},
background: "base",
backgroundImage: null,
content: {
tagline: "Benchmark Results",
metrics: [
{ label: "tokens/sec", value: "814", emoji: "β‘" },
{ label: "latency (time to first token)", value: "0.3s", emoji: "π―" },
{ label: "pricing per 1M tokens", value: "$0.10", emoji: "π°" }
]
},
images: [
{
src: "https://groq.com/favicon.ico",
alt: "Groq Logo",
width: 80,
height: 80,
position: "top-right"
}
],
transition: "spring"
},
{
id: 10,
title: "π― When to Use Groq",
type: "use-cases",
animation: {
type: "list-reveal-parallax",
duration: 1.2,
},
background: "base",
backgroundImage: null,
content: {
bullets: [
"Real-time applications: Chat bots, live responses",
"High-volume inference: Processing thousands of queries",
"Cost-sensitive projects: Budget-friendly at scale",
"Fast prototyping: Quick API integration",
"Edge cases: When speed is critical requirement"
]
},
images: [],
transition: "spring"
},
{
id: 11,
title: "π¨ AI Image Generation: Web/Mobile Assets",
type: "tool-intro",
animation: {
type: "image-reveal-center",
duration: 1.2,
},
background: "base",
backgroundImage: null,
content: {
intro: "Quick design iteration without designers",
categories: [
{ name: "Mockups", description: "UI designs, prototypes" },
{ name: "Hero Images", description: "Landing pages, banners" },
{ name: "Icons", description: "UI elements, assets" }
]
},
images: [
{
src: "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcR4BP0-EjwDd3l1mHAoXDRfU7MQGg_6kI8TG3Q53SX0av8n-dMkW-C_TgB5EEFw8Z71G10&usqp=CAU",
alt: "Design Icon",
width: 60,
height: 60,
position: "center"
}
],
transition: "spring"
},
{
id: 12,
title: "π Leading Image Generators",
type: "comparison",
animation: {
type: "card-flip-sequence",
duration: 1.5,
},
background: "base",
backgroundImage: null,
content: {
cards: [
{
name: "FLUX , Seedream , reve",
description: "beating all threshold to make it realistic",
url: "https://www.freepik.com",
icon: "π¨"
},
{
name: "Ai STUDIO image generation feature",
description: "unlimited images , no limit , multiple google image generation feature",
url: "https://starryai.com",
icon: "β¨"
}
]
},
images: [],
transition: "spring"
},
{
id: 13,
title: "π€ AI Avatars for Content",
type: "features",
animation: {
type: "avatar-float-glow",
duration: 1.5,
},
background: "base",
backgroundImage: null,
content: {
bullets: [
"HeyGen: Video avatars with lip-sync (175+ languages)",
"D-ID: Realistic talking avatars for presentations",
"Fotor: Static profile avatars (quick & free)",
"Synthesia: Professional video production at scale"
]
},
images: [],
transition: "spring"
},
{
id: 14,
title: "π Complete Workflow",
type: "diagram",
animation: {
type: "connection-flow-animate",
duration: 2,
},
background: "surface",
backgroundImage: null,
content: {
steps: [
{ label: "Perplexity", icon: "π", delay: 0.2 },
{ label: "LM Arena", icon: "βοΈ", delay: 0.5 },
{ label: "Groq/ChatGPT", icon: "π€", delay: 0.8 },
{ label: "AI Image Gen", icon: "π¨", delay: 1.1 },
{ label: "Scalable Product", icon: "β¨", delay: 1.4 }
]
},
images: [],
transition: "spring"
},
{
id: 15,
title: "π MCP: The Next Frontier",
type: "vision",
animation: {
type: "fade-scale-crescendo",
duration: 2,
},
background: "elevated",
backgroundImage: null,
content: {
heading: "Model Context Protocol",
subheading: "A Connected Universe",
description: "Imagine stepping into a world where artificial intelligence isnβt confined by its training data β a world where AI assistants are not just smart, but also connected, dynamic, and ready to interact with the real world."
},
images: [],
transition: "smooth"
},
{
id: 16,
title: "The Incredible Journey of MCP",
type: "tool-intro",
animation: {
type: "slide-up-glow",
duration: 1.5,
},
background: "base",
backgroundImage: null,
content: {
intro: "Unleashing AI's True Potential",
bullets: [
"Standardized protocol connecting AI to data sources",
"Breaks the silo of isolated model training",
"Enables secure, real-time context fetching",
"The backbone of future agentic workflows"
],
callToAction: {
text: "Read Full Article on Medium",
url: "https://medium.com/@devarshia5/the-incredible-journey-of-mcp-unleashing-ais-true-potential-f386161c65e8",
icon: "π"
}
},
images: [],
transition: "smooth"
},
{
id: 17,
title: "π‘ Key Takeaways",
type: "summary",
animation: {
type: "list-highlight-bounce",
duration: 1.5,
},
background: "base",
backgroundImage: null,
content: {
bullets: [
"Research phase is NOT optional for scalable products",
"Use Perplexity Deep Research for expert-level analysis",
"Test models on LM Arena before production",
"Explore MCP for building connected AI agents",
"Generate assets quickly with free AI image tools"
]
},
images: [],
transition: "spring"
},
{
id: 18,
title: "π Scalable Development",
type: "vision",
animation: {
type: "fade-scale-crescendo",
duration: 1.5,
},
background: "elevated",
backgroundImage: null,
content: {
heading: "Scalable Development",
subheading: "Structured Research + Modern AI Tools",
description: "= Better Architecture + Faster Execution"
},
images: [],
transition: "spring"
},
{
id: 19,
title: "Thank You!",
type: "closing",
animation: {
type: "text-spring-fade",
duration: 1.5,
},
background: "elevated",
backgroundImage: null,
content: {
title: "Thank You!",
subtitle: "Questions?",
tagline: "Let's Build Scalable Systems Together"
},
images: [],
transition: "spring"
}
]
}; |