
Macro‑Sentry runs a full pipeline. First, it gathers macro and crypto signals. Then an LLM produces a strict JSON decision—BUY, SELL, or HOLD—along with a position size and reasoning. Next, the backend executes the trade via Kraken CLI. For a hackathon demo, we run safely in paper mode by default, but the same pipeline can run live if you configure Kraken CLI for a real account. For the ERC‑8004 trust layer, the agent can register an on-chain identity, produce EIP‑712 signatures for trade intents, and emit validation artifacts that create an auditable history of key decisions and actions. Those artifacts and reputation signals are displayed in the dashboard so judges can see not only what happened, but how it can be verified. Now I’ll show the demo. On the Dashboard, you can see performance metrics and the latest decision pulled from the backend. When I click Auto‑Trade Now, the system runs the complete loop: it fetches signals, the LLM outputs a decision, and we execute through Kraken CLI—paper mode in this demo. The result shows the action, an order id, the risk mode, and the reasoning. That trade is also logged to the Portfolio view so we can track returns and drawdowns over time. In on-chain mode, we additionally post a validation artifact linked to that trade, so it becomes verifiable on-chain and contributes to the agent’s reputation. What makes Macro‑Sentry competitive is that it’s not just a UI demo—it’s a deployable pipeline with safe defaults. You can run it with zero keys for a clean demo experience, and then switch to live execution and on-chain artifacts for real-world operation.
12 Apr 2026

The Challenge: In the high-stakes world of online trading, traditional risk management is often "too little, too late." Sophisticated bad actors use "Smurfing" (rapid-fire small transactions) and complex "Circular Laundering" paths to bypass standard rule-based filters. The Solution: Sentinel is a proactive safety layer designed to sit between the user and the platform, processing every transaction through a multi-stage Hybrid Decision Engine: Behavioral Analysis: A real-time Velocity Engine that identifies bot-like patterns and "Smurfing" attempts by tracking transaction frequency. ML Statistical Scoring: A high-precision model that evaluates 7-dimensional feature payloads to assign a "Probability of Fraud" score based on historical anomaly signatures. Graph Structural Intelligence: A neighborhood-mapping engine that detects structural risk. It identifies circular fund movements and "Laundering Hubs" by analyzing the relationship between senders and receivers in a dynamic graph. The Intelligence Layer: When Sentinel identifies a high-risk event, it doesn't just provide a number. It leverages Forensic AI (LLM) to generate a human-readable "Reasoning" report. This allows security teams to understand the why behind a "CRITICAL" alert instantly.
7 Feb 2026

Our project is an AI-powered coding assistant called *Code Copilot*, designed to help programmers improve and understand their code more effectively. It is built using Python, Gradio for the user interface, and Blackbox AI (GPT-4) to provide intelligent coding responses. When a user pastes a piece of code or asks a coding question, the system sends that input to the AI model to generate helpful advice and explanations. At the same time, the app uses Python’s ast (Abstract Syntax Tree) module to deeply analyze the structure of the code by identifying how many functions, loops, and conditionals it has, and how deeply the code is nested. Based on this analysis, the app automatically generates suggestions such as simplifying nested logic, breaking large functions into smaller ones, or replacing basic loops with more efficient techniques like list comprehensions. Everything—including the AI response, code pattern analysis, and smart suggestions—is displayed in a clean, user-friendly interface. This makes Code Copilot a powerful tool for both beginner and experienced developers to write cleaner, more efficient Python code with real-time feedback.
8 Jul 2025

AI code Commentor and Documentation Generator aims to remove headache to remove writing comments, documentation for developers which is real pain for some beginner level developers fellow, we come with idea where a user interface only requires a piece of code and AI will automatically provide comments, documentation, provides improvements if any and gives the time complexity. with more than 90% success rate, we present our project to lablab with plans to broaden the scope of project in future. we are using Trae.ai as our IDE, llma from novita ai and fast api to handle api request also serving a static html page to provide interface to users. we provide simple user interface, to generate comments and documentation at ease.
15 Jun 2025