Showing results for ISE - ISE Developer Blog

Jul 26, 2024
Post likes count1

LLM Prompt Injection Considerations With Tool Use

Dasith Wijesiriwardena
Dasith Wijesiriwardena

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
Jul 12, 2024
Post likes count4

Document Summarization Solution Patterns using Azure Open AI & Langchain

Komal Grover
Komal Grover

This post lists the various solution patterns that can be applied for document summarization. Document summarization comes with its challenges related to token limitation and chunk sizes. This blog post discusses about the solutions to tackle those challenges.

CSEISE
May 24, 2024
Post likes count1

Start Simple, Scale Fast: Azure Storage for Distributed Computing

Andrew Vineyard
Andrew Vineyard

Azure Storage Accounts are one of the simplest resources on Azure, but simultaneously one of the most useful and reused building blocks across the Microsoft Cloud ecosystem. Blobs, leases, and queues are fundamental components that enable powerful patterns. Let's dig into why Storage Accounts should be in your Azure toolkit.

CSEISE
May 17, 2024
Post likes count2

Simplified Connection State Management

Peter Lasne
Peter Lasne

This post advocates for a simplifying a complex network of states into simple states that correlate with user expectations.

CSEISE