Spaces:
Runtime error
Runtime error
File size: 12,952 Bytes
f389e2f a05d6e8 f389e2f a05d6e8 f389e2f a05d6e8 f389e2f a05d6e8 f389e2f a05d6e8 f389e2f a05d6e8 f389e2f a05d6e8 f389e2f a05d6e8 f389e2f a05d6e8 f389e2f a05d6e8 f389e2f a05d6e8 f389e2f a05d6e8 f389e2f a05d6e8 f389e2f a05d6e8 f389e2f a05d6e8 f389e2f a05d6e8 f389e2f a05d6e8 f389e2f a05d6e8 f389e2f a05d6e8 f389e2f a05d6e8 f389e2f a05d6e8 f389e2f a05d6e8 f389e2f a05d6e8 f389e2f a05d6e8 f389e2f a05d6e8 f389e2f a05d6e8 f389e2f a05d6e8 f389e2f a05d6e8 f389e2f a05d6e8 f389e2f a05d6e8 f389e2f a05d6e8 f389e2f a05d6e8 f389e2f a05d6e8 f389e2f a05d6e8 f389e2f |
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 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 |
{
"cells": [
{
"cell_type": "markdown",
"id": "8ec2fef2",
"metadata": {
"slideshow": {
"slide_type": "slide"
}
},
"source": [
"# Software Engineering Applied to LLMs\n",
"* **Created by:** Eric Martinez\n",
"* **For:** Software Engineering 2\n",
"* **At:** University of Texas Rio-Grande Valley"
]
},
{
"cell_type": "markdown",
"id": "02d71e5e",
"metadata": {
"slideshow": {
"slide_type": "slide"
}
},
"source": [
"#### π Concerns with Quality and Performance Issues of LLM Integrated Apps"
]
},
{
"cell_type": "markdown",
"id": "449db7d4",
"metadata": {
"slideshow": {
"slide_type": "fragment"
}
},
"source": [
"β **Accuracy** - How do we boost confidence, correctness, and quality in outputs?"
]
},
{
"cell_type": "markdown",
"id": "d86252a4",
"metadata": {
"slideshow": {
"slide_type": "fragment"
}
},
"source": [
"β **Validation & Verification** - How do we know we built the right thing? How do we know we built the thing right?"
]
},
{
"cell_type": "markdown",
"id": "681ffe8e",
"metadata": {
"slideshow": {
"slide_type": "fragment"
}
},
"source": [
"β **Bias and Ethics** - How do we minimize harmful output?"
]
},
{
"cell_type": "markdown",
"id": "441d106d",
"metadata": {
"slideshow": {
"slide_type": "fragment"
}
},
"source": [
"β **How** does traditional software engineering practices relate to LLM prompts and systems?"
]
},
{
"cell_type": "markdown",
"id": "5ef5865b",
"metadata": {
"slideshow": {
"slide_type": "slide"
}
},
"source": [
"## Lessons from Software Engineering Applied to LLMS:"
]
},
{
"cell_type": "markdown",
"id": "651ed117",
"metadata": {
"slideshow": {
"slide_type": "slide"
}
},
"source": [
"### π― Agile & Iterative Design:"
]
},
{
"cell_type": "markdown",
"id": "d784a289",
"metadata": {
"slideshow": {
"slide_type": "fragment"
}
},
"source": [
"πΈ **Rapid prompt prototyping** - Engage customers/stakeholders early on validate you are building the right prompts"
]
},
{
"cell_type": "markdown",
"id": "907c5e83",
"metadata": {
"slideshow": {
"slide_type": "fragment"
}
},
"source": [
"πΈ **Real-world examples** - Test and iterate quickly against examples that simulate real-world inputs from users. Consider edge-cases early"
]
},
{
"cell_type": "markdown",
"id": "3392caa7",
"metadata": {
"slideshow": {
"slide_type": "fragment"
}
},
"source": [
"πΈ **Collaborate** - Discuss and plan ahead how you might get access to external data sources or integrate into other systems"
]
},
{
"cell_type": "markdown",
"id": "4aa1c373",
"metadata": {
"slideshow": {
"slide_type": "slide"
}
},
"source": [
"### π Testing:"
]
},
{
"cell_type": "markdown",
"id": "d40f58cf",
"metadata": {
"slideshow": {
"slide_type": "fragment"
}
},
"source": [
"β
Unit test your prompts with traditional test frameworks"
]
},
{
"cell_type": "markdown",
"id": "1e0c1912",
"metadata": {
"slideshow": {
"slide_type": "fragment"
}
},
"source": [
"β
Leverage LLMs for non-deterministic unit testing and generating example data"
]
},
{
"cell_type": "markdown",
"id": "98b83f99",
"metadata": {
"slideshow": {
"slide_type": "fragment"
}
},
"source": [
"β
Handle API errors, bad output, and harmful output as part of your testing suite, CI practices, and team workflow"
]
},
{
"cell_type": "markdown",
"id": "be00ab2a",
"metadata": {
"slideshow": {
"slide_type": "fragment"
}
},
"source": [
"β
Use mocking to prevent unwanted API calls in integration tests (and save money!)"
]
},
{
"cell_type": "markdown",
"id": "adb5e77a",
"metadata": {
"slideshow": {
"slide_type": "slide"
}
},
"source": [
"### π Handling Bad Output:"
]
},
{
"cell_type": "markdown",
"id": "aceb00b5",
"metadata": {
"slideshow": {
"slide_type": "fragment"
}
},
"source": [
"π‘ **Error handing** - Recover from unwanted output or incorrect output with robust retry mechanisms"
]
},
{
"cell_type": "markdown",
"id": "252c7d5b",
"metadata": {
"slideshow": {
"slide_type": "fragment"
}
},
"source": [
"π‘ **Customized retry prompts** - Guide the LLM with custom prompts that include the desired goal, the output, and the error."
]
},
{
"cell_type": "markdown",
"id": "374eb0be",
"metadata": {
"slideshow": {
"slide_type": "fragment"
}
},
"source": [
"π‘ **Logging and Monitoring** - Track output quality, malicious input, and harmful output."
]
},
{
"cell_type": "markdown",
"id": "95af337f",
"metadata": {
"slideshow": {
"slide_type": "slide"
}
},
"source": [
"### π Template Languages & Version Control:"
]
},
{
"cell_type": "markdown",
"id": "2972ba3f",
"metadata": {
"slideshow": {
"slide_type": "fragment"
}
},
"source": [
"π **Dynamic template languages** - Use templating engines like ERB, Handlebars, etc for dynamically building prompts and leveraging existing testing tools"
]
},
{
"cell_type": "markdown",
"id": "4f44c1c4",
"metadata": {
"slideshow": {
"slide_type": "fragment"
}
},
"source": [
"π **Version control** - Manage prompt templates in the app's repo"
]
},
{
"cell_type": "markdown",
"id": "642bd8ae",
"metadata": {
"slideshow": {
"slide_type": "fragment"
}
},
"source": [
"π **Team Policy / Code Review** - Develop expectations and team practices around managing changes to prompts"
]
},
{
"cell_type": "markdown",
"id": "e91111a4",
"metadata": {
"slideshow": {
"slide_type": "slide"
}
},
"source": [
"### π Prompt Injection/Leakage:"
]
},
{
"cell_type": "markdown",
"id": "db84eff5",
"metadata": {
"slideshow": {
"slide_type": "fragment"
}
},
"source": [
"π Test for prompt injection attacks"
]
},
{
"cell_type": "markdown",
"id": "99a6f711",
"metadata": {
"slideshow": {
"slide_type": "fragment"
}
},
"source": [
"π Validate input at UI and LLM level"
]
},
{
"cell_type": "markdown",
"id": "df148645",
"metadata": {
"slideshow": {
"slide_type": "fragment"
}
},
"source": [
"π Use LLMs to analyze input/output similarity to known prompt injection attacks and/or the prompt itself"
]
},
{
"cell_type": "markdown",
"id": "d6885dd4",
"metadata": {
"slideshow": {
"slide_type": "fragment"
}
},
"source": [
"π Implement anomaly detection & incident response"
]
},
{
"cell_type": "markdown",
"id": "e6b3ef98",
"metadata": {
"slideshow": {
"slide_type": "slide"
}
},
"source": [
"### π Security (Do Not):"
]
},
{
"cell_type": "markdown",
"id": "2b79206c",
"metadata": {
"slideshow": {
"slide_type": "fragment"
}
},
"source": [
"π« Avoid storing API keys in app code, binaries, or metadata files"
]
},
{
"cell_type": "markdown",
"id": "2b33263f",
"metadata": {
"slideshow": {
"slide_type": "fragment"
}
},
"source": [
"π« Give LLM access to tools with higher privileges than the users themselves!"
]
},
{
"cell_type": "markdown",
"id": "1b4e2040",
"metadata": {
"slideshow": {
"slide_type": "slide"
}
},
"source": [
"### π Security (Do):"
]
},
{
"cell_type": "markdown",
"id": "5cdf282f",
"metadata": {
"slideshow": {
"slide_type": "fragment"
}
},
"source": [
"β
Store API keys in environment variables or cloud secrets"
]
},
{
"cell_type": "markdown",
"id": "8093990a",
"metadata": {
"slideshow": {
"slide_type": "fragment"
}
},
"source": [
"β
Block files containing secrets from entering version control by adding them to `.gitignore`"
]
},
{
"cell_type": "markdown",
"id": "8b19f8e4",
"metadata": {
"slideshow": {
"slide_type": "fragment"
}
},
"source": [
"β
Use intermediate web apps/APIs with authentication/authorization for accessing LLM features"
]
},
{
"cell_type": "markdown",
"id": "5ce316c7",
"metadata": {
"slideshow": {
"slide_type": "fragment"
}
},
"source": [
"β
Implement transparent guest/anonymous accounts & key rotation when apps don't require authentication to use LLM features"
]
},
{
"cell_type": "markdown",
"id": "9d3ef132",
"metadata": {
"slideshow": {
"slide_type": "skip"
}
},
"source": [
"## Production Deployment Considerations"
]
},
{
"cell_type": "markdown",
"id": "a480904f",
"metadata": {
"slideshow": {
"slide_type": "skip"
}
},
"source": [
"#### Wrap LLM features as web service or API. Don't give out your OpenAI keys directly in distributed software.\n",
"* For example: Django, Flask, FastAPI, Express.js, Sinatra, Ruby on Rails"
]
},
{
"cell_type": "markdown",
"id": "e6274d71",
"metadata": {
"slideshow": {
"slide_type": "skip"
}
},
"source": [
"#### Consider whether there are any regulations that might impact how you handle data, such as GDPR and HIPAA.\n",
"- Regulation may require specific data handling and storage practices.\n",
"- Cloud providers may offer compliance certifications and assessment tools.\n",
"- On-prem deployments can provide more control of data storage and processing, but might require more resources (hardware, people, software) for management and maintenance\n",
"- Cloud providers like Azure have great tools like Azure Defender for Cloud and Microsoft Purview for managing compliance"
]
},
{
"cell_type": "markdown",
"id": "2f9b5cf9",
"metadata": {
"slideshow": {
"slide_type": "skip"
}
},
"source": [
"#### Using Cloud Services vs On-Prem\n",
"- Cloud services offer many advantages such as scalability, flexibilitiy, cost-effectiveness, and ease of management.\n",
"- Easy to spin up resources and scale based on demand, without worrying about infrastructure or maintenance.\n",
"- Wide range of tools: performance optimization, monitoring, security, reliability."
]
},
{
"cell_type": "markdown",
"id": "17111661",
"metadata": {
"slideshow": {
"slide_type": "skip"
}
},
"source": [
"#### Container-based Architecture\n",
"- Containerization is a lightweight virtualization method that packages an application and its dependencies into a single, portable unit called a container.\n",
"- Containers can run consistently across different environments, making it easier to develop, test, and deploy applications. \n",
"- Containerization is useful when you need to ensure consistent behavior across various platforms, simplify deployment and scaling, and improve resource utilization.\n",
"- Common tools for deploying container-based architecture are Docker and Kubernetes."
]
},
{
"cell_type": "markdown",
"id": "56890eec",
"metadata": {
"slideshow": {
"slide_type": "skip"
}
},
"source": [
"#### Serverless Architectures\n",
"- Serverless architectures are a cloud computing model where the cloud provider manages the infrastructure and automatically allocates resources based on the application's needs.\n",
"- Developers only need to focus on writing code, and the provider takes care of scaling, patching, and maintaining the underlying infrastructure. \n",
"- Serverless architectures can be useful when you want to reduce operational overhead, build event-driven applications, and optimize costs by paying only for the resources you actually use.\n",
"- Common tools to build serverless applications and APIs include Azure Functions, AWS Lambda, and Google Cloud Functions."
]
}
],
"metadata": {
"celltoolbar": "Slideshow",
"kernelspec": {
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.10.8"
}
},
"nbformat": 4,
"nbformat_minor": 5
}
|