From a3fedad816d12c45f489a2406f0ebab15573a25a Mon Sep 17 00:00:00 2001 From: Kamran Ahmed Date: Thu, 3 Oct 2024 14:02:31 +0100 Subject: [PATCH] Add content to AI Engineer roadmap --- ...g-end-user-ids-in-prompts@4Q5x2VCXedAWISBXUIyin.md | 8 +++++++- .../content/agents-usecases@778HsQzTuJ_3c9OSn5DmH.md | 9 ++++++++- .../content/ai-agents@9XCxilAQ7FRet7lHQr1gE.md | 9 ++++++++- .../content/ai-agents@AeHkNU-uJ_gBdo5-xdpEu.md | 9 ++++++++- .../content/ai-code-editors@XcKeQfpTA5ITgdX51I4y-.md | 9 ++++++++- ...i-engineer-vs-ml-engineer@jSZ1LhPdhlkW-9QJhIvFs.md | 4 +++- .../ai-safety-and-ethics@8ndKHDJgL_gYwaXC7XMer.md | 4 +++- .../content/ai-vs-agi@5QdihE1lLpMc3DFrGy46M.md | 4 +++- .../anomaly-detection@AglWJ7gb9rTT2rMkstxtk.md | 4 +++- .../anthropics-claude@hy6EyKiNxk1x84J63dhez.md | 8 +++++++- .../content/audio-processing@mxQYB820447DC6kogyZIL.md | 4 +++- .../content/aws-sagemaker@OkYO-aSPiuVYuLXHswBCn.md | 8 +++++++- .../content/azure-ai@3PQVZbcr4neNMRr6CuNzS.md | 8 +++++++- ...its-of-pre-trained-models@1Ga6DbOPc6Crz7ilsZMYy.md | 8 +++++++- .../bias-and-fareness@lhIU0ulpvDAn1Xc3ooYz_.md | 4 +++- ...abilities--context-length@vvpYkmycH0_W030E-L12f.md | 8 +++++++- .../chat-completions-api@_bPTciEA1GT1JwfXim19z.md | 8 +++++++- .../content/chroma@dSd2C9lNl-ymmCRT9_ZC3.md | 8 +++++++- .../content/chunking@mX987wiZF7p3V_gExrPeX.md | 4 +++- .../code-completion-tools@TifVhqFm1zXNssA8QR3SM.md | 11 ++++++++++- .../content/cohere@a7qsvoauFe5u953I699ps.md | 8 +++++++- ...cting-adversarial-testing@Pt-AJmSJrOxKvolb5_HEv.md | 4 +++- ...aining-outputs-and-inputs@ONLDyczNacGVZGojYyJrU.md | 4 +++- .../cut-off-dates--knowledge@LbB2PeytxRSuU07Bk0KlJ.md | 4 +++- .../content/dall-e-api@LKFwwjtcawJ4Z12X102Cb.md | 4 +++- 25 files changed, 138 insertions(+), 25 deletions(-) diff --git a/src/data/roadmaps/ai-engineer/content/adding-end-user-ids-in-prompts@4Q5x2VCXedAWISBXUIyin.md b/src/data/roadmaps/ai-engineer/content/adding-end-user-ids-in-prompts@4Q5x2VCXedAWISBXUIyin.md index b15858378..dc31799d0 100644 --- a/src/data/roadmaps/ai-engineer/content/adding-end-user-ids-in-prompts@4Q5x2VCXedAWISBXUIyin.md +++ b/src/data/roadmaps/ai-engineer/content/adding-end-user-ids-in-prompts@4Q5x2VCXedAWISBXUIyin.md @@ -1 +1,7 @@ -# Adding end-user IDs in prompts \ No newline at end of file +# Adding end-user IDs in prompts + +Sending end-user IDs in your requests can be a useful tool to help OpenAI monitor and detect abuse. This allows OpenAI to provide you with more actionable feedback in the event that they may detect any policy violations in applications. + +Visit the following resources to learn more: + +- [@official@OpenAI Documentation](https://platform.openai.com/docs/guides/safety-best-practices/end-user-ids) \ No newline at end of file diff --git a/src/data/roadmaps/ai-engineer/content/agents-usecases@778HsQzTuJ_3c9OSn5DmH.md b/src/data/roadmaps/ai-engineer/content/agents-usecases@778HsQzTuJ_3c9OSn5DmH.md index e9d60f471..9c459ee67 100644 --- a/src/data/roadmaps/ai-engineer/content/agents-usecases@778HsQzTuJ_3c9OSn5DmH.md +++ b/src/data/roadmaps/ai-engineer/content/agents-usecases@778HsQzTuJ_3c9OSn5DmH.md @@ -1 +1,8 @@ -# Agents Usecases \ No newline at end of file +# Agents Usecases + +AI Agents allow you to automate complex workflows that involve multiple steps and decisions. + +Visit the following resources to learn more: + +- [@article@What are AI Agents?](https://aws.amazon.com/what-is/ai-agents/) +- [@video@What are AI Agents?](https://www.youtube.com/watch?v=F8NKVhkZZWI) \ No newline at end of file diff --git a/src/data/roadmaps/ai-engineer/content/ai-agents@9XCxilAQ7FRet7lHQr1gE.md b/src/data/roadmaps/ai-engineer/content/ai-agents@9XCxilAQ7FRet7lHQr1gE.md index 36f87d2ba..2de30bfb8 100644 --- a/src/data/roadmaps/ai-engineer/content/ai-agents@9XCxilAQ7FRet7lHQr1gE.md +++ b/src/data/roadmaps/ai-engineer/content/ai-agents@9XCxilAQ7FRet7lHQr1gE.md @@ -1 +1,8 @@ -# AI Agents \ No newline at end of file +# AI Agents + +AI Agents are a type of LLM that can be used to automate complex workflows that involve multiple steps and decisions. + +Visit the following resources to learn more: + +- [@article@What are AI Agents?](https://aws.amazon.com/what-is/ai-agents/) +- [@video@What are AI Agents?](https://www.youtube.com/watch?v=F8NKVhkZZWI) \ No newline at end of file diff --git a/src/data/roadmaps/ai-engineer/content/ai-agents@AeHkNU-uJ_gBdo5-xdpEu.md b/src/data/roadmaps/ai-engineer/content/ai-agents@AeHkNU-uJ_gBdo5-xdpEu.md index 36f87d2ba..2de30bfb8 100644 --- a/src/data/roadmaps/ai-engineer/content/ai-agents@AeHkNU-uJ_gBdo5-xdpEu.md +++ b/src/data/roadmaps/ai-engineer/content/ai-agents@AeHkNU-uJ_gBdo5-xdpEu.md @@ -1 +1,8 @@ -# AI Agents \ No newline at end of file +# AI Agents + +AI Agents are a type of LLM that can be used to automate complex workflows that involve multiple steps and decisions. + +Visit the following resources to learn more: + +- [@article@What are AI Agents?](https://aws.amazon.com/what-is/ai-agents/) +- [@video@What are AI Agents?](https://www.youtube.com/watch?v=F8NKVhkZZWI) \ No newline at end of file diff --git a/src/data/roadmaps/ai-engineer/content/ai-code-editors@XcKeQfpTA5ITgdX51I4y-.md b/src/data/roadmaps/ai-engineer/content/ai-code-editors@XcKeQfpTA5ITgdX51I4y-.md index 8ff72b0ef..4c7eacd08 100644 --- a/src/data/roadmaps/ai-engineer/content/ai-code-editors@XcKeQfpTA5ITgdX51I4y-.md +++ b/src/data/roadmaps/ai-engineer/content/ai-code-editors@XcKeQfpTA5ITgdX51I4y-.md @@ -1 +1,8 @@ -# AI Code Editors \ No newline at end of file +# AI Code Editors + +AI code editors have the first-class support for AI in the editor. You can use AI to generate code, fix bugs, chat with your code, and more. + +Visit the following resources to learn more: + +- [@website@Cursor](https://cursor.com/) +- [@website@Zed AI](https://zed.dev/ai) diff --git a/src/data/roadmaps/ai-engineer/content/ai-engineer-vs-ml-engineer@jSZ1LhPdhlkW-9QJhIvFs.md b/src/data/roadmaps/ai-engineer/content/ai-engineer-vs-ml-engineer@jSZ1LhPdhlkW-9QJhIvFs.md index e18564b03..214eb8050 100644 --- a/src/data/roadmaps/ai-engineer/content/ai-engineer-vs-ml-engineer@jSZ1LhPdhlkW-9QJhIvFs.md +++ b/src/data/roadmaps/ai-engineer/content/ai-engineer-vs-ml-engineer@jSZ1LhPdhlkW-9QJhIvFs.md @@ -1 +1,3 @@ -# AI Engineer vs ML Engineer \ No newline at end of file +# AI Engineer vs ML Engineer + + AI Engineer differs from an AI Researcher or ML Engineer. AI Engineers focus on leveraging pre-trained models and existing AI technologies to enhance user experiences without the need to train models from scratch. \ No newline at end of file diff --git a/src/data/roadmaps/ai-engineer/content/ai-safety-and-ethics@8ndKHDJgL_gYwaXC7XMer.md b/src/data/roadmaps/ai-engineer/content/ai-safety-and-ethics@8ndKHDJgL_gYwaXC7XMer.md index 62f6060aa..1fc79dd01 100644 --- a/src/data/roadmaps/ai-engineer/content/ai-safety-and-ethics@8ndKHDJgL_gYwaXC7XMer.md +++ b/src/data/roadmaps/ai-engineer/content/ai-safety-and-ethics@8ndKHDJgL_gYwaXC7XMer.md @@ -1 +1,3 @@ -# AI Safety and Ethics \ No newline at end of file +# AI Safety and Ethics + +Learn about the principles and guidelines for building safe and ethical AI systems. \ No newline at end of file diff --git a/src/data/roadmaps/ai-engineer/content/ai-vs-agi@5QdihE1lLpMc3DFrGy46M.md b/src/data/roadmaps/ai-engineer/content/ai-vs-agi@5QdihE1lLpMc3DFrGy46M.md index 7f97e9943..be76d67e7 100644 --- a/src/data/roadmaps/ai-engineer/content/ai-vs-agi@5QdihE1lLpMc3DFrGy46M.md +++ b/src/data/roadmaps/ai-engineer/content/ai-vs-agi@5QdihE1lLpMc3DFrGy46M.md @@ -1 +1,3 @@ -# AI vs AGI \ No newline at end of file +# AI vs AGI + +AI (Artificial Intelligence) refers to systems designed to perform specific tasks, like image recognition or language translation, often excelling in those narrow areas. In contrast, AGI (Artificial General Intelligence) would be a system capable of understanding, learning, and applying intelligence across a wide range of tasks, much like a human, and could adapt to new situations without specific programming. \ No newline at end of file diff --git a/src/data/roadmaps/ai-engineer/content/anomaly-detection@AglWJ7gb9rTT2rMkstxtk.md b/src/data/roadmaps/ai-engineer/content/anomaly-detection@AglWJ7gb9rTT2rMkstxtk.md index 9194f810c..a45d48801 100644 --- a/src/data/roadmaps/ai-engineer/content/anomaly-detection@AglWJ7gb9rTT2rMkstxtk.md +++ b/src/data/roadmaps/ai-engineer/content/anomaly-detection@AglWJ7gb9rTT2rMkstxtk.md @@ -1 +1,3 @@ -# Anomaly Detection \ No newline at end of file +# Anomaly Detection + +Embeddings transform complex data (like text or behavior) into numerical vectors, capturing relationships between data points. These vectors are stored in a vector database, which allows for efficient similarity searches. Anomalies can be detected by measuring the distance between a data point's vector and its nearest neighbors—if a point is significantly distant, it's likely anomalous. This approach is scalable, adaptable to various data types, and effective for tasks like fraud detection, predictive maintenance, and cybersecurity. \ No newline at end of file diff --git a/src/data/roadmaps/ai-engineer/content/anthropics-claude@hy6EyKiNxk1x84J63dhez.md b/src/data/roadmaps/ai-engineer/content/anthropics-claude@hy6EyKiNxk1x84J63dhez.md index 01f0de430..9cbfaf55f 100644 --- a/src/data/roadmaps/ai-engineer/content/anthropics-claude@hy6EyKiNxk1x84J63dhez.md +++ b/src/data/roadmaps/ai-engineer/content/anthropics-claude@hy6EyKiNxk1x84J63dhez.md @@ -1 +1,7 @@ -# Anthropic's Claude \ No newline at end of file +# Anthropic's Claude + +Claude is a family of large language models developed by Anthropic. Claude 3.5 Sonnet is the latest model (at the time of this writing) in the series, known for its advanced reasoning and multi-modality capabilities. + +Visit the following resources to learn more: + +- [@official@Clause Website](https://claude.ai/) \ No newline at end of file diff --git a/src/data/roadmaps/ai-engineer/content/audio-processing@mxQYB820447DC6kogyZIL.md b/src/data/roadmaps/ai-engineer/content/audio-processing@mxQYB820447DC6kogyZIL.md index 550500d57..b44a939a0 100644 --- a/src/data/roadmaps/ai-engineer/content/audio-processing@mxQYB820447DC6kogyZIL.md +++ b/src/data/roadmaps/ai-engineer/content/audio-processing@mxQYB820447DC6kogyZIL.md @@ -1 +1,3 @@ -# Audio Processing \ No newline at end of file +# Audio Processing + +Using Multimodal AI, audio data can be processed with other types of data, such as text, images, or video, to enhance understanding and analysis. For example, it can synchronize audio with corresponding visual inputs, like lip movements in video, to improve speech recognition or emotion detection. This fusion of modalities enables more accurate transcription, better sentiment analysis, and enriched context understanding in applications such as virtual assistants, multimedia content analysis, and real-time communication systems. \ No newline at end of file diff --git a/src/data/roadmaps/ai-engineer/content/aws-sagemaker@OkYO-aSPiuVYuLXHswBCn.md b/src/data/roadmaps/ai-engineer/content/aws-sagemaker@OkYO-aSPiuVYuLXHswBCn.md index 88c97ba63..d54ab4a97 100644 --- a/src/data/roadmaps/ai-engineer/content/aws-sagemaker@OkYO-aSPiuVYuLXHswBCn.md +++ b/src/data/roadmaps/ai-engineer/content/aws-sagemaker@OkYO-aSPiuVYuLXHswBCn.md @@ -1 +1,7 @@ -# AWS Sagemaker \ No newline at end of file +# AWS Sagemaker + +AWS Sagemaker is a fully managed platform that provides every developer and data scientist with the ability to build, train, and deploy machine learning (ML) models quickly. Sagemaker takes care of the underlying infrastructure, allowing developers to focus on building and improving their models. + +Visit the following resources to learn more: + +- [@official@AWS Website](https://aws.amazon.com/sagemaker/) \ No newline at end of file diff --git a/src/data/roadmaps/ai-engineer/content/azure-ai@3PQVZbcr4neNMRr6CuNzS.md b/src/data/roadmaps/ai-engineer/content/azure-ai@3PQVZbcr4neNMRr6CuNzS.md index fd4b2131c..23e797027 100644 --- a/src/data/roadmaps/ai-engineer/content/azure-ai@3PQVZbcr4neNMRr6CuNzS.md +++ b/src/data/roadmaps/ai-engineer/content/azure-ai@3PQVZbcr4neNMRr6CuNzS.md @@ -1 +1,7 @@ -# Azure AI \ No newline at end of file +# Azure AI + +Azure AI is a comprehensive set of AI services and tools provided by Microsoft. It includes a range of capabilities such as natural language processing, computer vision, speech recognition, and more. Azure AI is designed to help developers and organizations build, deploy, and scale AI solutions quickly and easily. + +Visit the following resources to learn more: + +- [@official@Azure Website](https://azure.microsoft.com/en-us/products/ai-services/) \ No newline at end of file diff --git a/src/data/roadmaps/ai-engineer/content/benefits-of-pre-trained-models@1Ga6DbOPc6Crz7ilsZMYy.md b/src/data/roadmaps/ai-engineer/content/benefits-of-pre-trained-models@1Ga6DbOPc6Crz7ilsZMYy.md index f0e503b3c..4a3d6dfb1 100644 --- a/src/data/roadmaps/ai-engineer/content/benefits-of-pre-trained-models@1Ga6DbOPc6Crz7ilsZMYy.md +++ b/src/data/roadmaps/ai-engineer/content/benefits-of-pre-trained-models@1Ga6DbOPc6Crz7ilsZMYy.md @@ -1 +1,7 @@ -# Benefits of Pre-trained Models \ No newline at end of file +# Benefits of Pre-trained Models + +LLM models are not only difficult to train, but they are also expensive. Pre-trained models are a cost-effective solution for developers and organizations looking to leverage the power of AI without the need to train models from scratch. + +Visit the following resources to learn more: + +- [@article@Why you should use Pre-trained Models](https://cohere.com/blog/pre-trained-vs-in-house-nlp-models) \ No newline at end of file diff --git a/src/data/roadmaps/ai-engineer/content/bias-and-fareness@lhIU0ulpvDAn1Xc3ooYz_.md b/src/data/roadmaps/ai-engineer/content/bias-and-fareness@lhIU0ulpvDAn1Xc3ooYz_.md index d741ef47b..e0cd2c51f 100644 --- a/src/data/roadmaps/ai-engineer/content/bias-and-fareness@lhIU0ulpvDAn1Xc3ooYz_.md +++ b/src/data/roadmaps/ai-engineer/content/bias-and-fareness@lhIU0ulpvDAn1Xc3ooYz_.md @@ -1 +1,3 @@ -# Bias and Fareness \ No newline at end of file +# Bias and Fareness + +Bias and fairness in AI arise when models produce skewed or unequal outcomes for different groups, often reflecting imbalances in the training data. This can lead to discriminatory effects in critical areas like hiring, lending, and law enforcement. Addressing these concerns involves ensuring diverse and representative data, implementing fairness metrics, and ongoing monitoring to prevent biased outcomes. Techniques like debiasing algorithms and transparency in model development help mitigate bias and promote fairness in AI systems. \ No newline at end of file diff --git a/src/data/roadmaps/ai-engineer/content/capabilities--context-length@vvpYkmycH0_W030E-L12f.md b/src/data/roadmaps/ai-engineer/content/capabilities--context-length@vvpYkmycH0_W030E-L12f.md index 3a3f9154f..c55a8e594 100644 --- a/src/data/roadmaps/ai-engineer/content/capabilities--context-length@vvpYkmycH0_W030E-L12f.md +++ b/src/data/roadmaps/ai-engineer/content/capabilities--context-length@vvpYkmycH0_W030E-L12f.md @@ -1 +1,7 @@ -# Capabilities / Context Length \ No newline at end of file +# Capabilities / Context Length + +OpenAI's capabilities include processing complex tasks like language understanding, code generation, and problem-solving. However, context length limits how much information the model can retain and reference during a session, affecting long conversations or documents. Advances aim to increase this context window for more coherent and detailed outputs over extended interactions. + +Visit the following resources to learn more: + +- [@official@OpenAI Website](https://platform.openai.com/docs/guides/fine-tuning/token-limits) diff --git a/src/data/roadmaps/ai-engineer/content/chat-completions-api@_bPTciEA1GT1JwfXim19z.md b/src/data/roadmaps/ai-engineer/content/chat-completions-api@_bPTciEA1GT1JwfXim19z.md index 372eada24..0c0041ee2 100644 --- a/src/data/roadmaps/ai-engineer/content/chat-completions-api@_bPTciEA1GT1JwfXim19z.md +++ b/src/data/roadmaps/ai-engineer/content/chat-completions-api@_bPTciEA1GT1JwfXim19z.md @@ -1 +1,7 @@ -# Chat Completions API \ No newline at end of file +# Chat Completions API + +The Chat Completions API allows developers to create conversational agents by sending user inputs (prompts) and receiving model-generated responses. It supports multiple-turn dialogues, maintaining context across exchanges to deliver relevant responses. This API is often used for chatbots, customer support, and interactive applications where maintaining conversation flow is essential. + +Visit the following resources to learn more: + +- [@official@OpenAI Website](https://platform.openai.com/docs/api-reference/chat/completions) diff --git a/src/data/roadmaps/ai-engineer/content/chroma@dSd2C9lNl-ymmCRT9_ZC3.md b/src/data/roadmaps/ai-engineer/content/chroma@dSd2C9lNl-ymmCRT9_ZC3.md index c6bcf38b8..9a0d28be6 100644 --- a/src/data/roadmaps/ai-engineer/content/chroma@dSd2C9lNl-ymmCRT9_ZC3.md +++ b/src/data/roadmaps/ai-engineer/content/chroma@dSd2C9lNl-ymmCRT9_ZC3.md @@ -1 +1,7 @@ -# Chroma \ No newline at end of file +# Chroma + +Chroma is a vector database designed to efficiently store, index, and query high-dimensional embeddings. It’s optimized for AI applications like semantic search, recommendation systems, and anomaly detection by allowing fast retrieval of similar vectors based on distance metrics (e.g., cosine similarity). Chroma enables scalable and real-time processing, making it a popular choice for projects involving embeddings from text, images, or other data types. + +Visit the following resources to learn more: + +- [@official@Chroma Website](https://docs.trychroma.com/) diff --git a/src/data/roadmaps/ai-engineer/content/chunking@mX987wiZF7p3V_gExrPeX.md b/src/data/roadmaps/ai-engineer/content/chunking@mX987wiZF7p3V_gExrPeX.md index 66285e972..a20807cbd 100644 --- a/src/data/roadmaps/ai-engineer/content/chunking@mX987wiZF7p3V_gExrPeX.md +++ b/src/data/roadmaps/ai-engineer/content/chunking@mX987wiZF7p3V_gExrPeX.md @@ -1 +1,3 @@ -# Chunking \ No newline at end of file +# Chunking + +In Retrieval-Augmented Generation (RAG), **chunking** refers to breaking large documents or data into smaller, manageable pieces (chunks) to improve retrieval and generation efficiency. This process helps the system retrieve relevant information more accurately by indexing these chunks in a vector database. During a query, the model retrieves relevant chunks instead of entire documents, which enhances the precision of the generated responses and allows better handling of long-form content within the context length limits. \ No newline at end of file diff --git a/src/data/roadmaps/ai-engineer/content/code-completion-tools@TifVhqFm1zXNssA8QR3SM.md b/src/data/roadmaps/ai-engineer/content/code-completion-tools@TifVhqFm1zXNssA8QR3SM.md index f7770fa8c..5cf8b80ca 100644 --- a/src/data/roadmaps/ai-engineer/content/code-completion-tools@TifVhqFm1zXNssA8QR3SM.md +++ b/src/data/roadmaps/ai-engineer/content/code-completion-tools@TifVhqFm1zXNssA8QR3SM.md @@ -1 +1,10 @@ -# Code Completion Tools \ No newline at end of file +# Code Completion Tools + +AI Code Completion Tools are software tools that use AI models to assist with code generation and editing. These tools help developers write code more quickly and efficiently by providing suggestions, completing code snippets, and suggesting improvements. AI Code Completion Tools can also be used to generate documentation, comments, and other code-related content. + +Visit the following resources to learn more: + +- [@website@GitHub Copilot](https://copilot.github.com/) +- [@website@Codeium](https://codeium.com/) +- [@website@Supermaven](https://supermaven.com/) +- [@website@TabNine](https://www.tabnine.com/) \ No newline at end of file diff --git a/src/data/roadmaps/ai-engineer/content/cohere@a7qsvoauFe5u953I699ps.md b/src/data/roadmaps/ai-engineer/content/cohere@a7qsvoauFe5u953I699ps.md index 96b887a45..379842cfa 100644 --- a/src/data/roadmaps/ai-engineer/content/cohere@a7qsvoauFe5u953I699ps.md +++ b/src/data/roadmaps/ai-engineer/content/cohere@a7qsvoauFe5u953I699ps.md @@ -1 +1,7 @@ -# Cohere \ No newline at end of file +# Cohere + +Cohere is an AI platform that provides natural language processing (NLP) models and tools, enabling developers to integrate powerful language understanding capabilities into their applications. It offers features like text generation, semantic search, classification, and embeddings. Cohere focuses on scalability and ease of use, making it popular for tasks such as content creation, customer support automation, and building search engines with advanced semantic understanding. It also provides a user-friendly API for custom NLP applications. + +Visit the following resources to learn more: + +- [@website@Cohere](https://cohere.com/) diff --git a/src/data/roadmaps/ai-engineer/content/conducting-adversarial-testing@Pt-AJmSJrOxKvolb5_HEv.md b/src/data/roadmaps/ai-engineer/content/conducting-adversarial-testing@Pt-AJmSJrOxKvolb5_HEv.md index 26e1dd348..fdf79f0ae 100644 --- a/src/data/roadmaps/ai-engineer/content/conducting-adversarial-testing@Pt-AJmSJrOxKvolb5_HEv.md +++ b/src/data/roadmaps/ai-engineer/content/conducting-adversarial-testing@Pt-AJmSJrOxKvolb5_HEv.md @@ -1 +1,3 @@ -# Conducting adversarial testing \ No newline at end of file +# Conducting Adversarial Testing + +Adversarial testing involves creating malicious inputs to test the robustness of AI models. This includes testing for prompt injection, evasion, and other adversarial attacks. \ No newline at end of file diff --git a/src/data/roadmaps/ai-engineer/content/constraining-outputs-and-inputs@ONLDyczNacGVZGojYyJrU.md b/src/data/roadmaps/ai-engineer/content/constraining-outputs-and-inputs@ONLDyczNacGVZGojYyJrU.md index dd9b529d5..c1dc13b47 100644 --- a/src/data/roadmaps/ai-engineer/content/constraining-outputs-and-inputs@ONLDyczNacGVZGojYyJrU.md +++ b/src/data/roadmaps/ai-engineer/content/constraining-outputs-and-inputs@ONLDyczNacGVZGojYyJrU.md @@ -1 +1,3 @@ -# Constraining outputs and inputs \ No newline at end of file +# Constraining Outputs and Inputs + +Constraining outputs and inputs is important for controlling the behavior of AI models. This includes techniques like output filtering, input validation, and rate limiting. \ No newline at end of file diff --git a/src/data/roadmaps/ai-engineer/content/cut-off-dates--knowledge@LbB2PeytxRSuU07Bk0KlJ.md b/src/data/roadmaps/ai-engineer/content/cut-off-dates--knowledge@LbB2PeytxRSuU07Bk0KlJ.md index a30752423..146581658 100644 --- a/src/data/roadmaps/ai-engineer/content/cut-off-dates--knowledge@LbB2PeytxRSuU07Bk0KlJ.md +++ b/src/data/roadmaps/ai-engineer/content/cut-off-dates--knowledge@LbB2PeytxRSuU07Bk0KlJ.md @@ -1 +1,3 @@ -# Cut-off Dates / Knowledge \ No newline at end of file +# Cut-off Dates / Knowledge + +OpenAI models have a knowledge cutoff date, meaning they only have access to information available up until a specific time. For example, my knowledge is up to date until September 2023. As a result, I may not be aware of recent developments, events, or newly released technology. Additionally, these models don’t have real-time internet access, so they can't retrieve or update information beyond their training data. This can limit the ability to provide the latest details or react to rapidly changing topics. \ No newline at end of file diff --git a/src/data/roadmaps/ai-engineer/content/dall-e-api@LKFwwjtcawJ4Z12X102Cb.md b/src/data/roadmaps/ai-engineer/content/dall-e-api@LKFwwjtcawJ4Z12X102Cb.md index b87b5890e..f1a7ab9d2 100644 --- a/src/data/roadmaps/ai-engineer/content/dall-e-api@LKFwwjtcawJ4Z12X102Cb.md +++ b/src/data/roadmaps/ai-engineer/content/dall-e-api@LKFwwjtcawJ4Z12X102Cb.md @@ -1 +1,3 @@ -# DALL-E API \ No newline at end of file +# DALL-E API + +The DALL-E API allows developers to integrate OpenAI's image generation model into their applications. Using text-based prompts, the API generates unique images that match the descriptions provided by users. This makes it useful for tasks like creative design, marketing, product prototyping, and content creation. The API is highly customizable, enabling developers to adjust parameters such as image size and style. DALL-E excels at creating visually rich content from textual descriptions, expanding the possibilities for AI-driven creative workflows. \ No newline at end of file