Can AI Reason Like a Clinician? An Exploration with Arterial Blood Gas Analyses

Using Generative AI to Interpret Arterial Blood Gas Results – Background The year 2023 was an exciting one for artificial intelligence (AI) in healthcare. Large language models (LLMs), also known as foundation models (FMs), have been fascinating, especially in medical Continue reading Can AI Reason Like a Clinician? An Exploration with Arterial Blood Gas Analyses

Best practices for managing Terraform State files in AWS CI/CD Pipeline

Introduction Today customers want to reduce manual operations for deploying and maintaining their infrastructure. The recommended method to deploy and manage infrastructure on AWS is to follow Infrastructure-As-Code (IaC) model using tools like AWS CloudFormation, AWS Cloud Development Kit (AWS CDK) Continue reading Best practices for managing Terraform State files in AWS CI/CD Pipeline

How to add notifications and manual approval to an AWS CDK Pipeline

A deployment pipeline typically comprises several stages such as dev, test, and prod, which ensure that changes undergo testing before reaching the production environment. To improve the reliability and stability of release processes, DevOps teams must review Infrastructure as Code (IaC) changes Continue reading How to add notifications and manual approval to an AWS CDK Pipeline