Skip to content

Commit fc53b31

Browse files
author
souzatharsis
committed
add podcast
1 parent 6d87a8a commit fc53b31

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

README.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -11,19 +11,19 @@ Please [open an issue](https://github.com/souzatharsis/tamingLLMs/issues) with y
1111
### *A Practical Guide to LLM Pitfalls with Open Source Software*
1212

1313
Abstract: **The current discourse around Large Language Models (LLMs) tends to focus heavily on their capabilities while glossing over fundamental challenges. Conversely, this book takes a critical look at the key limitations and implementation pitfalls that engineers and technical leaders encounter when building LLM-powered applications. Through practical Python examples and proven open source solutions, it provides an introductory yet comprehensive guide for navigating these challenges. The focus is on concrete problems with reproducible code examples and battle-tested open source tools. By understanding these pitfalls upfront, readers will be better equipped to build products that harness the power of LLMs while sidestepping their inherent limitations.**
14-
| Chapter | PDF | Website | Notebook | Status |
15-
|-------------------------------------------|--------------|--------------|---------------|----------------------|
16-
| Preface | | [html](https://www.tamingllms.com/markdown/preface.html) | N/A | *Ready for Review* |
17-
| About the Book | | [html](https://www.tamingllms.com/markdown/intro.html) | N/A | *Ready for Review* |
18-
| Chapter 1: The Evals Gap | | [html](https://www.tamingllms.com/notebooks/evals.html) | [ipynb](https://github.com/souzatharsis/tamingLLMs/blob/master/tamingllms/notebooks/evals.ipynb) | *Ready for Review* |
19-
| Chapter 2: Structured Output| [pdf](https://www.dropbox.com/scl/fi/x3a84bm1ewcfemj4p7b5p/DRAFT_Chapter-2-Structured-Output.pdf?rlkey=zysw6mat7har133rs7am7bb8n&st=4ns4ak24&dl=0) | [html](https://www.tamingllms.com/notebooks/structured_output.html) | [ipynb](https://github.com/souzatharsis/tamingLLMs/blob/master/tamingllms/notebooks/structured_output.ipynb) | *Ready for Review* |
20-
| Chapter 3: Managing Input Data | | [html](https://www.tamingllms.com/notebooks/input.html) | [ipynb](https://github.com/souzatharsis/tamingLLMs/blob/master/tamingllms/notebooks/input.ipynb) | WIP |
21-
| Chapter 4: Safety | | [html](https://www.tamingllms.com/notebooks/safety.html) | [ipynb](https://github.com/souzatharsis/tamingLLMs/blob/master/tamingllms/notebooks/safety.ipynb) | *Ready for Review* |
22-
| Chapter 5: Preference-Based Alignment | | [html](https://www.tamingllms.com/notebooks/alignment.html) | [ipynb](https://github.com/souzatharsis/tamingLLMs/blob/master/tamingllms/notebooks/alignment.ipynb) | *Ready for Review* |
23-
| Chapter 6: Local LLMs in Practice | | [html](https://www.tamingllms.com/notebooks/local.html) | [ipynb](https://github.com/souzatharsis/tamingLLMs/blob/master/tamingllms/notebooks/local.ipynb) | *Ready for Review* |
24-
| Chapter 7: The Falling Cost Paradox | | | | WIP |
25-
| Chapter 8: Frontiers | | | | |
26-
| Appendix A: Tools and Resources | | | | |
14+
| Chapter | PDF | Podcast | Website | Notebook | Status |
15+
|-------------------------------------------|--------------|--------------|--------------|---------------|----------------------|
16+
| Preface | | | [html](https://www.tamingllms.com/markdown/preface.html) | N/A | *Ready for Review* |
17+
| About the Book | | | [html](https://www.tamingllms.com/markdown/intro.html) | N/A | *Ready for Review* |
18+
| Chapter 1: The Evals Gap | | | [html](https://www.tamingllms.com/notebooks/evals.html) | [ipynb](https://github.com/souzatharsis/tamingLLMs/blob/master/tamingllms/notebooks/evals.ipynb) | *Ready for Review* |
19+
| Chapter 2: Structured Output| [pdf](https://www.dropbox.com/scl/fi/x3a84bm1ewcfemj4p7b5p/DRAFT_Chapter-2-Structured-Output.pdf?rlkey=zysw6mat7har133rs7am7bb8n&st=4ns4ak24&dl=0) | [podcast](https://open.substack.com/pub/tamingllm/p/chapter-2-podcast-structured-output?r=4twl46&utm_campaign=post&utm_medium=web&showWelcomeOnShare=true) | [html](https://www.tamingllms.com/notebooks/structured_output.html) | [ipynb](https://github.com/souzatharsis/tamingLLMs/blob/master/tamingllms/notebooks/structured_output.ipynb) | *Ready for Review* |
20+
| Chapter 3: Managing Input Data | | | [html](https://www.tamingllms.com/notebooks/input.html) | [ipynb](https://github.com/souzatharsis/tamingLLMs/blob/master/tamingllms/notebooks/input.ipynb) | WIP |
21+
| Chapter 4: Safety | | | [html](https://www.tamingllms.com/notebooks/safety.html) | [ipynb](https://github.com/souzatharsis/tamingLLMs/blob/master/tamingllms/notebooks/safety.ipynb) | *Ready for Review* |
22+
| Chapter 5: Preference-Based Alignment | | | [html](https://www.tamingllms.com/notebooks/alignment.html) | [ipynb](https://github.com/souzatharsis/tamingLLMs/blob/master/tamingllms/notebooks/alignment.ipynb) | *Ready for Review* |
23+
| Chapter 6: Local LLMs in Practice | | | [html](https://www.tamingllms.com/notebooks/local.html) | [ipynb](https://github.com/souzatharsis/tamingLLMs/blob/master/tamingllms/notebooks/local.ipynb) | *Ready for Review* |
24+
| Chapter 7: The Falling Cost Paradox | | | | | WIP |
25+
| Chapter 8: Frontiers | | | | | |
26+
| Appendix A: Tools and Resources | | | | | |
2727

2828
## Citation
2929
[![CC BY-NC-SA 4.0][cc-by-nc-sa-image]][cc-by-nc-sa]
-22.7 MB
Binary file not shown.

0 commit comments

Comments
 (0)