chore: update roadmap content json (#7446)

Co-authored-by: kamranahmedse <4921183+kamranahmedse@users.noreply.github.com>
pull/7467/head
github-actions[bot] 5 days ago committed by GitHub
parent 2bff8d8303
commit 817d3a0018
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 33
      public/roadmap-content/ai-engineer.json
  2. 2
      public/roadmap-content/react.json

@ -51,7 +51,7 @@
}, },
"9XCxilAQ7FRet7lHQr1gE": { "9XCxilAQ7FRet7lHQr1gE": {
"title": "AI Agents", "title": "AI Agents",
"description": "", "description": "In AI engineering, \"agents\" refer to autonomous systems or components that can perceive their environment, make decisions, and take actions to achieve specific goals. Agents often interact with external systems, users, or other agents to carry out complex tasks. They can vary in complexity, from simple rule-based bots to sophisticated AI-powered agents that leverage machine learning models, natural language processing, and reinforcement learning.\n\nVisit the following resources to learn more:\n\n\\-[@article@Building an AI Agent Tutorial - LangChain](https://python.langchain.com/docs/tutorials/agents/) -[@article@Ai agents and their types](https://play.ht/blog/ai-agents-use-cases/) -[@video@The Complete Guide to Building AI Agents for Beginners](https://youtu.be/MOyl58VF2ak?si=-QjRD_5y3iViprJX)",
"links": [] "links": []
}, },
"5QdihE1lLpMc3DFrGy46M": { "5QdihE1lLpMc3DFrGy46M": {
@ -217,7 +217,7 @@
}, },
"4Q5x2VCXedAWISBXUIyin": { "4Q5x2VCXedAWISBXUIyin": {
"title": "Adding end-user IDs in prompts", "title": "Adding end-user IDs in prompts",
"description": "", "description": "Sending end-user IDs in your requests can be a useful tool to help OpenAI monitor and detect abuse. This allows OpenAI to provide your team with more actionable feedback in the event that we detect any policy violations in your application.\n\nVisit the following resources to learn more:\n\n\\-[@official@Sending end-user IDs - OpenAi](https://platform.openai.com/docs/guides/safety-best-practices/end-user-ids)",
"links": [] "links": []
}, },
"qmx6OHqx4_0JXVIv8dASp": { "qmx6OHqx4_0JXVIv8dASp": {
@ -357,7 +357,7 @@
}, },
"dSd2C9lNl-ymmCRT9_ZC3": { "dSd2C9lNl-ymmCRT9_ZC3": {
"title": "Chroma", "title": "Chroma",
"description": "", "description": "Chroma is an open-source vector database and AI-native embedding database designed to handle and store large-scale embeddings and semantic vectors. It is used in applications that require fast, efficient similarity searches, such as natural language processing (NLP), machine learning (ML), and AI systems dealing with text, images, and other high-dimensional data.\n\nVisit the following resources to learn more:\n\n\\-[@official@Chroma](https://www.trychroma.com/) -[@article@Chroma Tutorials](https://lablab.ai/tech/chroma) -[@video@Chroma - Chroma - Vector Database for LLM Applications](https://youtu.be/Qs_y0lTJAp0?si=Z2-eSmhf6PKrEKCW)",
"links": [] "links": []
}, },
"_Cf7S1DCvX7p1_3-tP3C3": { "_Cf7S1DCvX7p1_3-tP3C3": {
@ -477,7 +477,7 @@
}, },
"778HsQzTuJ_3c9OSn5DmH": { "778HsQzTuJ_3c9OSn5DmH": {
"title": "Agents Usecases", "title": "Agents Usecases",
"description": "", "description": "AI Agents have a variety of usecases ranging from customer support, workflow automation, cybersecurity, finance, marketing and sales, and more.\n\nVisit the following resources to learn more:\n\n* [@article@Top 15 Use Cases Of AI Agents In Business](https://www.ampcome.com/post/15-use-cases-of-ai-agents-in-business) -[@article@A Brief Guide on AI Agents: Benefits and Use Cases](https://www.codica.com/blog/brief-guide-on-ai-agents/) -[@video@The Complete Guide to Building AI Agents for Beginners](https://youtu.be/MOyl58VF2ak?si=-QjRD_5y3iViprJX)",
"links": [] "links": []
}, },
"voDKcKvXtyLzeZdx2g3Qn": { "voDKcKvXtyLzeZdx2g3Qn": {
@ -577,8 +577,29 @@
}, },
"XcKeQfpTA5ITgdX51I4y-": { "XcKeQfpTA5ITgdX51I4y-": {
"title": "AI Code Editors", "title": "AI Code Editors",
"description": "", "description": "AI code editors are development tools that leverage artificial intelligence to assist software developers in writing, debugging, and optimizing code. These editors go beyond traditional syntax highlighting and code completion by incorporating machine learning models, natural language processing, and data analysis to understand code context, generate suggestions, and even automate portions of the software development process.\n\nVisit the following resources to learn more:",
"links": [] "links": [
{
"title": "Cursor - The AI Code Editor",
"url": "https://www.cursor.com/",
"type": "website"
},
{
"title": "Bolt - Prompt, run, edit, and deploy full-stack web apps",
"url": "https://bolt.new",
"type": "website"
},
{
"title": "Replit - Build Apps using AI",
"url": "https://replit.com/ai",
"type": "website"
},
{
"title": "v0 - Build Apps with AI",
"url": "https://v0.dev",
"type": "website"
}
]
}, },
"TifVhqFm1zXNssA8QR3SM": { "TifVhqFm1zXNssA8QR3SM": {
"title": "Code Completion Tools", "title": "Code Completion Tools",

@ -244,7 +244,7 @@
"links": [ "links": [
{ {
"title": "Lifecycle of Reactive Effects", "title": "Lifecycle of Reactive Effects",
"url": "https://react.dev/learn/lifecycle-of-reactive-effectsv", "url": "https://react.dev/learn/lifecycle-of-reactive-effects",
"type": "article" "type": "article"
}, },
{ {

Loading…
Cancel
Save