|
|
|
|
|
by nijave
355 days ago
|
|
I think there's room for more agentic systems that combine RAG, MCP and traditional static analyzer tools For instance, RAG could be used to provide coding standards and best practices such as sanitizing user inputs used in file system lookups. MCP could be used to integrate with up to date and authoritative (official) docs. Static tools could run and analyze the results and feed errors back into the LLM to correct. It seems a lot of tools rely on raw LLM queries and expect the IDE or other tools to take over instead of providing a consolidated experience. |
|