Posts by this author

Sep 27, 2024
2

PromptFlow Serve – Benchmark Result Analysis

In this post we discuss how to test the throughput of PromptFlow pf-serve module and key learnings doing so. We explore the impact on throughput and performance the different WSGI and ASGI hosting methods have and the importance of engineering your Python nodes with the async await pattern for I/O.

CSEISE
Jul 26, 2024
1

LLM Prompt Injection Considerations With Tool Use

This post discusses a pattern to prevent a class of prompt injection attacks in LLM-based solutions. It emphasizes the importance of building strong foundational patterns to mitigate risks and avoid potential pitfalls. By implementing this pattern, teams can enhance the security of their tool-based solutions.

CSEISE