avatarLaxfed Paulacy

Free AI web copilot to create summaries, insights and extended knowledge, download it at here

1612

Abstract

udents with coding assignments and provide a project-based learning experience. Below is a sneak peek of the course trailer:</p><div id="97ae"><pre><span class="hljs-comment">// Sample code snippet</span> <span class="hljs-keyword">const</span> langchainCourse = <span class="hljs-string">'Free LangChain JS Course'</span>; <span class="hljs-keyword">const</span> launchDate = <span class="hljs-string">'Mid-October'</span>;

<span class="hljs-variable language_">console</span>.<span class="hljs-title function_">log</span>(<span class="hljs-string">Get ready for the <span class="hljs-subst">${langchainCourse}</span> launching in <span class="hljs-subst">${launchDate}</span>!</span>);</pre></div><p id="81a6">By signing up for the waitlist, you can get exclusive early access as the launch date approaches.</p><h2 id="e717">Enriching LangChain’s Docs with Scrims</h2><p id="110a">To enhance the understanding of LangChain’s documentation, scrims will be added to explain the code examples in detail. Let’s take a look at a scrim embedded into the Expression Language Cookbook:</p><div id="824d"><pre><span class="hljs-comment">// Sample code snippet</span> <span class="hljs-keyword">const</span> exampleScrim = <span class="hljs-string">'Expression Language Cookbook'</span>; <span class="hljs-keyword">const</span> teacher = <span class="hljs-string">'Daniel Rose'</span>;

<span class="hljs-variable language_">console</span>.<span class="hljs-title function_">log</span>(<span class="hljs-string">`In the <span class="hljs-subst">{exampleScrim}</span>, Scrimba teacher <span class="hljs-subst">{teach

Options

er}</span> explains how to compose a simple chain using the Expression Language.`</span>);</pre></div><p id="3e7f">Additionally, a dedicated section for all the scrims that will be added has been created in the LangChain docs.</p><p id="23eb">The creator of LangChain, Harrison Chase, expressed excitement about the partnership, emphasizing the ease and fun that Scrimba brings to the learning experience.</p><h2 id="50a2">Conclusion</h2><p id="405f">With this collaboration, web developers will have access to an interactive and engaging learning experience to delve into AI engineering through LangChain and Scrimba. Stay tuned for the upcoming course launch and the gradual deployment of more scrims into the LangChain documentation.</p><div id="a2c0" class="link-block"> <a href="https://readmedium.com/langchain-peering-into-the-soul-of-ai-decision-making-with-langsmith-a70cdad9b381"> <div> <div> <h2>LANGCHAIN — Peering Into the Soul of AI Decision-Making with Langsmith</h2> <div><h3>Software is a great combination between artistry and engineering. — Bill Gates</h3></div> <div><p>medium.com</p></div> </div> <div> <div style="background-image: url(https://miro.readmedium.com/v2/resize:fit:320/1*nu7ZXSdSXeo6aCLEJYoZpg.jpeg)"></div> </div> </div> </a> </div><p id="b03f">Remember, learning to implement LLMs into products can significantly boost a web developer’s career in the growing field of AI engineering.</p></article></body>

LANGCHAIN — Can Langchain and Scrimba partner to help web developers become AI engineers?

Computers are good at following instructions, but not at reading your mind. — Donald Knuth

LangChain and Scrimba have partnered to make it easier for web developers to become AI engineers. This collaboration involves creating a free LangChain JS course and enriching LangChain’s documentation with interactive scrims. Let’s dive into the details and take a closer look at each initiative.

Creating a Free LangChain JS Course

The free LangChain JS course is designed to be the most interactive LangChain learning resource to date. It will challenge students with coding assignments and provide a project-based learning experience. Below is a sneak peek of the course trailer:

// Sample code snippet
const langchainCourse = 'Free LangChain JS Course';
const launchDate = 'Mid-October';

console.log(`Get ready for the ${langchainCourse} launching in ${launchDate}!`);

By signing up for the waitlist, you can get exclusive early access as the launch date approaches.

Enriching LangChain’s Docs with Scrims

To enhance the understanding of LangChain’s documentation, scrims will be added to explain the code examples in detail. Let’s take a look at a scrim embedded into the Expression Language Cookbook:

// Sample code snippet
const exampleScrim = 'Expression Language Cookbook';
const teacher = 'Daniel Rose';

console.log(`In the ${exampleScrim}, Scrimba teacher ${teacher} explains how to compose a simple chain using the Expression Language.`);

Additionally, a dedicated section for all the scrims that will be added has been created in the LangChain docs.

The creator of LangChain, Harrison Chase, expressed excitement about the partnership, emphasizing the ease and fun that Scrimba brings to the learning experience.

Conclusion

With this collaboration, web developers will have access to an interactive and engaging learning experience to delve into AI engineering through LangChain and Scrimba. Stay tuned for the upcoming course launch and the gradual deployment of more scrims into the LangChain documentation.

Remember, learning to implement LLMs into products can significantly boost a web developer’s career in the growing field of AI engineering.

Langchain
Developers
Partner
AI
ChatGPT
Recommended from ReadMedium