What tools do you use to build LLM Apps? #65207
Replies: 12 comments 7 replies
-
|
Langchain |
Beta Was this translation helpful? Give feedback.
-
|
Langchain |
Beta Was this translation helpful? Give feedback.
-
|
Semantic Kernel |
Beta Was this translation helpful? Give feedback.
-
|
I am just getting started, and I the only thing I know is what is in Azure and what I have been learning from MS Learn. 😁 I also started training a built in bot in my SignalZen chat widget, and started playing with a tool I just bought from Appsumo called, re:Tune, to help me build chatbot widgets. I am beginning to find that the "real" way to do it is to use the Azure services and tools. Baby steps for now.💪 |
Beta Was this translation helpful? Give feedback.
-
|
langchain |
Beta Was this translation helpful? Give feedback.
-
|
My tools in order of use are:
--Aaron |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
|
There are many tools that you can use to build LLM apps, depending on your needs and preferences. Some of the most popular ones are:
These are just some of the tools that you can use to build LLM apps. There are many more options available online, such as Text Gen, GPT4All, H20, and more³. You can also create your own tools using generative AI and LLMs. The possibilities are endless! Source: Conversation with Bing, 08/10/2023 |
Beta Was this translation helpful? Give feedback.
-
|
Parea AI |
Beta Was this translation helpful? Give feedback.
-
|
wordware.ai (https://www.wordware.ai/) - great for building LLM apps with Natural Language Programming. |
Beta Was this translation helpful? Give feedback.
-
|
Taam Cloud A unified AI integration platform for building LLM-powered applications. |
Beta Was this translation helpful? Give feedback.
-
|
Great question — this space has evolved a lot recently. Prompt engineering is no longer just “writing better prompts” — it’s now treated like code with versioning, testing, and monitoring. Here’s how people are actually building LLM apps today (focusing only on prompt tools 👇) 🧠 1. Prompt Management Platforms (most popular category) These tools treat prompts like version-controlled assets: Braintrust → strong on evaluation + production feedback 👉 These tools help with: Versioning prompts ➡️ Without this, teams end up managing prompts in Slack/Notion chaos 🔍 2. Observability + Debugging Tools When your app is in production, this becomes critical: LangSmith → tracing + debugging + prompt evaluation 👉 These tools show: What prompt was used ➡️ Think: “console.log for LLMs” but way more advanced ⚙️ 3. Testing & Evaluation Tools (very underrated) 👉 These help answer: Is this prompt actually better? ➡️ Modern teams treat prompts like unit-tested components 🎛️ 4. Playgrounds & Optimizers 👉 Useful for: Rapid iteration ➡️ Some tools even rewrite your prompt for better output automatically 🧩 5. Where frameworks fit (context) Even though you said “not the model” — worth noting: LangChain / LlamaIndex / Semantic Kernel They let you: Chain prompts ➡️ They’re not prompt tools directly, but they organize how prompts are used in apps ⚡ What most people actually use (real-world stack) A common setup looks like: LangChain / LlamaIndex → orchestration 👉 Not one tool — it’s a stack 🎯 Final takeaway |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I wanted to ask folks what things they were using to build LLM applications - not the model itself, but the prompt engineering tools. Interested in your thoughts.
Beta Was this translation helpful? Give feedback.
All reactions