LangChain Expression Language This is a big change. It allows for: Unified streaming, async and batch interfaces across all chains Easy declarative composition of chains, making them easier to understand and modify of resources below
SOFTWARE
-
Developer trends: Open source, proprietary, and open-but-not-OSS
By
–
You'll find posts from me when I worked for true blue open source companies, or when I worked for others (AWS, Adobe): been saying the same thing for well over a decade bc the developer trends are clear: more oss use, yes, but also more proprietary sw *and* more open-but-not-oss
-
Open Source Adoption Gap Between Claims and Reality
By
–
T'is true: I've had this same view long before I ever joined mongodb. And I think ppl keep misreading the post. I care a lot about oss. Most developers don't. They can say they do but all you have to do is look at what they actually use. Most isn't open source.
-
Multiprocessing faster than tested alternative, future no-GIL Python promising
By
–
Ha, tried that, but it was slower than multiprocessing. But yeah, with No Gil future Python it might be nice!
-
IBM Planning Analytics Now Available as Service on AWS
By
–
Now available: IBM Planning Analytics as a Service on @awscloud.
— IBM Data, AI & Automation (@IBMData) 1 août 2023
Make smarter, faster, more informed forecasting and planning decisions with a modern, #AI-powered planning and analysis solution deployed on AWS: https://t.co/fGMO8i7P8C pic.twitter.com/Mn0d9HgsOxNow available: IBM Planning Analytics as a Service on @awscloud
. Make smarter, faster, more informed forecasting and planning decisions with a modern, #AI-powered planning and analysis solution deployed on AWS: https://
ibm.co/3OkZD18 -

NN+Gzip optimization: caching and parallel processing improvements
By
–
Update on the NN+Gzip front. Added
1) a caching mechanism, which speeds it up 25%.
2) Parallel processing to speed it up 400% (on a MB Air). Love this method. It's a nice test case for teaching multiprocessing! Code: https://
github.com/rasbt/nn_plus_
gzip/blob/main/1_2_caching-multiprocessing.py
… -
Deployments Platform Made 3x Faster
By
–
Back in April, we rolled out Deployments, the fastest way to go from idea to production. Since this release, we’ve been completely focused on upgrades to the product. Read the blog below to learn how we made deployments 3x faster.
-
Measuring and Improving Developer Productivity with AI
By
–
Listen now Apple: https://
podcasts.apple.com/us/podcast/how
-to-measure-and-improve-developer-productivity/id1627920305?i=1000622816540
… Spotify: https://
open.spotify.com/episode/4BkhJD
f1gJjS7E0JwgOt2V?si=Qc7_JC7jTaWBKv6o-IP_bQ&nd=1
… YouTube: -
Building AI Chatbots: GPT-4, ChatGPT, and LLM Libraries
By
–
Early-bird registration for my How to Build an AI Chatbot course is closing in 9 hours! We already have 42 students registered to learn how to: – Build, code, and ship a powerful AI chatbot
– Understand GPT-4, ChatGPT, vector databases, and LLM libraries like @Langchain and