Home - thangchung/mcp-labs GitHub Wiki
Home
Vibe Coding vs. Agentic Coding
AI Agents vs. Agentic AI
Prompting
- Dynamic few-shot prompt: https://techcommunity.microsoft.com/blog/fasttrackforazureblog/leveraging-dynamic-few-shot-prompt-with-azure-openai/4225235
- https://spring.io/blog/2025/04/14/spring-ai-prompt-engineering-patterns
- https://learn.microsoft.com/en-us/dotnet/ai/conceptual/prompt-engineering-dotnet
Agents
- https://www.anthropic.com/research/building-effective-agents
- https://cdn.openai.com/business-guides-and-resources/a-practical-guide-to-building-agents.pdf
- https://spring.io/blog/2025/01/21/spring-ai-agentic-patterns
- https://blog.cgillum.tech/building-serverless-ai-agents-using-durable-functions-on-azure-e1272882082c
- Open Deep Research: https://langchain-ai.github.io/langgraph/tutorials/workflows/
- https://www.diagrid.io/blog/building-effective-dapr-agents
- https://langchain-ai.github.io/langgraphjs/concepts/multi_agent/
- https://devblogs.microsoft.com/semantic-kernel/semantic-kernel-multi-agent-orchestration/
- https://towardsdatascience.com/build-multi-agent-apps-with-openais-agent-sdk/
- How and when to build multi-agent systems (LangGraph): https://blog.langchain.com/how-and-when-to-build-multi-agent-systems/
Ref: https://arxiv.org/pdf/2501.12326
Embedding, Semantic Searching, Functions, etc., building blocks
- Huge stuff about Vector Embedding: https://github.com/pamelafox/vector-embeddings-demos
- https://github.com/massimobonanni/AIExtensionsDemo