Building Financial Reports With FinGPT and Claude 3.7 Sonnet
Author(s): Michalzarnecki Originally published on Towards AI. Financial report generated for GameStop Corporation using approach end-to-end approach described in this article Introduction Large Language Models (LLMs) are powerful tools for generating summaries and analyses of source documents. Modern LLMs can even grasp …
Evaluating LLM and AI agents Outputs with String Comparison, Criteria & Trajectory Approaches
Author(s): Michalzarnecki Originally published on Towards AI. When your model’s answers sound convincing, how do you prove they’re actually good? This article walks through three complementary evaluation strategies — string comparison, criteria-based scoring, and trajectory analysis. 1. String-Comparison Metrics Consider question below: …
AI Codebase Expert Agent: Support Projects Development Tasks With an LLM Multi Agent Powered Approach
Author(s): Michalzarnecki Originally published on Towards AI. In the ever-evolving landscape of software development, managing large code bases and efficiently resolving issues remains a significant challenge. In this article I describe AI Codebase Expert application, a tool that leverages the power of …
How AI is Transforming Programming: A Developer’s Guide to Enhanced Workflows
Author(s): Michalzarnecki Originally published on Towards AI. This article gives overview of AI-based tools and techniques that support programmers work and explains how to leverage artificial intelligence to boost your productivity across every stage of the software development lifecycle. if you are …