Skip to content

Instantly share code, notes, and snippets.

@donbr
donbr / blackrock-llm-agent-background.md
Created April 7, 2025 19:21
blackrock-llm-agent-background.md

BlackRock's Approach to Generative AI and Agentic Systems: A Comprehensive Analysis

April 2025

Executive Summary

This report provides a comprehensive analysis of BlackRock's approach to generative AI and agentic systems, based on publicly available information as of April 2025. As the world's largest asset manager with approximately $10 trillion in assets under management, BlackRock's AI strategy offers valuable insights into how financial institutions are incorporating advanced AI technologies into their operations and investment processes. The analysis examines BlackRock's AI infrastructure, current applications, approach to autonomy, and strategic partnerships, while placing these developments within broader industry context.

1. Introduction

BlackRock, founded in 1988, has consistently positioned itself at the forefront of financial technology innovation, notably through its Aladdin platform which serves as an operating system for investment managers. In recent years, the company has accele

@donbr
donbr / sbir-ai-data-analytics-report.md
Created April 7, 2025 18:44
sbir-ai-data-analytics-report

Current SBIR Grant Opportunities in AI and Data Analytics

April 2025

Executive Summary

This report provides a comprehensive overview of current Small Business Innovation Research (SBIR) and Small Business Technology Transfer (STTR) grant opportunities available for artificial intelligence (AI) and data analytics technologies as of April 2025. It covers open solicitations across major federal agencies, key focus areas in AI and data analytics, application processes, and timelines. The report is intended to serve as a resource for small businesses seeking federal funding for AI and data analytics innovations.

Introduction

The Small Business Innovation Research (SBIR) and Small Business Technology Transfer (STTR) programs represent the largest source of early-stage research and development funding for small businesses in the United States. These programs enable small businesses to explore technological potential and provide the incentive to profit from commercialization opportunities. With increa

@donbr
donbr / vector-db-insert.md
Created April 4, 2025 22:44
vector-db-upsert
flowchart TD
    VDB[Vector Databases] --> OperationTypes[Core Operations]
    
    OperationTypes --> Insert[Insert Operations]
    OperationTypes --> UpdateTypes[Update Operations]
    
    Insert --> AllDBs["All Vector Databases
    (Core functionality)"]
 
@donbr
donbr / openai-playground.md
Last active April 2, 2025 18:11
A Concise Guide to the OpenAI Playground and Vibe Checking

Practical Guide to the OpenAI Playground

NOTE: you will need an OpenAI API account set up

Using the OpenAI Playground for Vibe Checking

Why the Playground Is Ideal for Vibe Checking

@donbr
donbr / norton360-dev-settings.md
Created April 1, 2025 17:59
norton360-dev-settings.md

Best Practices Guide: Configuring Norton 360 for Development with Cursor and Windsurf (April 2025)

I. Introduction

This guide provides comprehensive instructions for configuring Norton 360 to work effectively with modern AI-powered development environments, specifically focusing on Cursor and Windsurf. As of April 2025, Norton 360 has undergone significant updates, including enhanced AI-based threat detection and interface changes that can affect developer workflows. This guide addresses the latest version (22.24.8.36 and later) and its impact on development activities.

Developers frequently encounter conflicts between Norton 360's security features and development tools, often experiencing blocked executables, interrupted debugging sessions, and slowed development workflows. These issues have become more pronounced with the latest versions of Norton 360 as they utilize more advanced AI to analyze files and network connections.

II. Understanding Norton 360's Impact on Development Environments (202

@donbr
donbr / drug-discovery-plexiform-neurofibromas-primer-document.md
Last active March 31, 2025 02:06
Understanding Drug Discovery for Plexiform Neurofibromas primer

Understanding Drug Discovery for Plexiform Neurofibromas

A Comprehensive Primer for Undergraduate Students

Paper: Integrated Drug Mining Reveals Actionable Strategies Inhibiting Plexiform Neurofibromas

1. Introduction

Imagine having a genetic disorder that causes tumors to grow along your nerves. These tumors can become large enough to cause pain, disfigurement, or even loss of organ function. For about half of the people with a condition called Neurofibromatosis Type 1 (NF1), this is their reality. The tumors, called plexiform neurofibromas (PNs), can develop throughout their life and have limited treatment options.

@donbr
donbr / ai-architecture-for-medical-devices.md
Last active March 26, 2025 20:56
AI Architecture for Medical Devices: Ensuring Safety and Compliance in an Emerging Field

AI Architecture for Medical Devices: Ensuring Safety and Compliance in an Emerging Field

Abstract

Artificial intelligence (AI) is revolutionizing the medical device industry, offering unprecedented opportunities for improved diagnostics, treatment, and patient outcomes. However, the integration of AI into medical devices presents significant challenges related to regulatory compliance, data privacy, and ethical considerations. This report examines the current landscape of AI architecture in medical devices as of March 2025, focusing on regulatory frameworks, industry leaders, implementation strategies, and ethical governance. We analyze the roles and responsibilities of AI architects in navigating these complexities while ensuring that AI-enabled medical devices remain safe, effective, and compliant with applicable regulations. Drawing from authoritative sources including FDA guidance documents and industry analyses, we provide a comprehensive overview of AI lifecycle management, HIPAA compliance requi

@donbr
donbr / nf2-related-swn.md
Created March 24, 2025 02:23
NF2-Related Schwannomatosis: An Evidence-Based Analysis of CTF's Approach
@donbr
donbr / biological-database-classification.md
Last active March 24, 2025 01:20
Biological Database Classification

Biological Database Classification

The classification of biological databases follows a hierarchical system similar to information organization in other fields:

  • Primary Databases: Contain raw experimental data directly submitted by researchers
  • Secondary Databases: Contain processed, analyzed, and annotated data derived from primary databases
  • Tertiary Databases: Integrate and synthesize information from multiple primary and secondary sources
  • Mixed Databases: Incorporate aspects of multiple classification levels

Primary Databases

@donbr
donbr / otel-ai-guide.md
Last active March 14, 2025 07:24
OpenTelemetry for AI Systems: A Practical Guide

OpenTelemetry for AI Systems: A Practical Guide

Why Your AI Systems Need Observability

AI systems built with Large Language Models (LLMs) present unique challenges that traditional observability tools weren't designed to handle:

  1. Non-deterministic behavior - The same input can produce different outputs
  2. Complex reasoning chains - Multi-step processes with branching decision paths
  3. Unpredictable execution - Agents may take different approaches each time
  4. Tool usage patterns - Interactions with external systems that impact results