Amazon Bedrock is a fully managed service that makes leading LLMs including Claude available in @awscloud
’s secure environment. Building with Anthropic on the service enables organizations to easily deploy Claude using the AWS tooling they’re familiar with.
SOFTWARE
-
Amazon Bedrock Makes Claude Available in AWS Secure Environment
By
–
-
Ditching Langchain for Enterprise LLM Applications Security
By
–
Good morning! For all the #GenerativeAI enthusiasts out there, do yourself a favour if you are building enterprise Apps with these LLMs, ditch #Langchain from your packaging, your #CISO will thank you! Now #LFG
-

VMware Unified Approach Simplifies Multi-Cloud Enterprise Solutions
By
–
With 83% of enterprises using diverse cloud environments, and 78% of executives facing complexity, VMware's unified approach offers a seamless solution vital for modern business. More > https://
vmware.com/explore Paid partnership with @VMware
. #VMwareEvangelist #MultiCloud -

AI Enhances Low-Code Development for Code Mastery
By
–
#AI: Your Partner for Code Mastery! Tune in to this podcast to uncover the benefits that Artificial Intelligence brings to low code http://
spr.ly/6018PlVUY #LowCode @EEJournalTFM -
Python Integration in Spreadsheet Formula Bars
By
–
So I haven’t looked at the Excel announcement at all, but what I would like is to be able to write python directly in the formula bar of the spreadsheet instead of their basic formula language
-

Petrobras Leverages SAP for Worker Safety and Sustainability
By
–
I talked with Marcio Magalhaes and @Petrobras about how the O&G world leader is taking a global and #mobile approach on worker safety and #sustainability on the @SAP Better Together #podcast. Listen now: http://
bit.ly/SAPBetterToget
her
… #BetterTogetherStories -
Debugging Unfamiliar Codebases Using Symmetry Techniques
By
–
A nice technique for debugging unfamiliar codebases is to exploit the symmetries. That is, if you don’t know the correct output, find cases where the outputs should relate given certain related inputs. Then do more running the code than reading it to test your expectations.
-
Cursor AI Coding Tool Praised by Developers in Latent Space Podcast
By
–
“Cursor is the best product I've used in a while” – @MacCaw “It's so elegant and easy.” – @AndrewMcCalip “Coding with AI is getting insane.” – @MckayWrigley The Latent Space pod is proud to present: the first podcast with @amanrsanger of @anysphere
! -
Airbyte’s 300+ Document Loaders Simplify Python LangChain Integration
By
–
Airbyte has 300+ document loaders – this will make it easier to use them in pure python – no need to set up the Airbyte server Bring the necessary context into your LangChains!
-
Optional FlashAttention 2 Installation Feature
By
–
Yes, it's an optional feature. It uses FlashAttention by default, but you can optionally use FlashAttention 2 via pip install 'flash-attn>=2.0.0.post1' –no-build-isolation