Category: Uncategorized

  • KPMG to Automate Routine Audit Testing with AI Orchestration Agents

    KPMG to Automate Routine Audit Testing with AI Orchestration Agents

    Progress has a quiet way of arriving dressed as efficiency. Only later do we realize it was also a change in what we trust, who we trust, and how much of judgment we are willing to delegate ? KPMG’s announcement that it will begin automating routine audit testing with AI orchestration agents is more than…

  • Launch of ‘Prep Notes’ AI Tool

    Launch of ‘Prep Notes’ AI Tool

    Technology rarely changes us all at once. More often, it changes the quiet assumptions we bring into a room. And that is where the real transformation begins. Even Realities recently announced “Prep Notes” for its Conversate AI agent on G2 glasses, letting users upload documents before a meeting and receive real-time HUD summaries, suggested answers,…

  • Artemis II Mission Successfully Completes Historic Lunar Flyby and Splashdown

    Artemis II Mission Successfully Completes Historic Lunar Flyby and Splashdown

    Progress is often celebrated as speed, but its deeper meaning is usually revealed by distance. The farther we go, the more clearly we see what still holds us together. NASA’s Artemis II mission has now completed a historic lunar flyby and splashdown, returning four astronauts safely after becoming the first humans to travel beyond low…

  • Article Publisher

    Article Publisher

    Article Publisher is a companion app for the Even Realities G2 glasses that helps you discover current news on selected topics, generate reflective LinkedIn?style posts with AI, refine them by voice or text, and publish them via WordPress – all driven primarily from the glasses, with configuration and topic management handled on the phone. AI…

  • Cybersecurity Gets Harder with AI Agentic Systems in Play

    Cybersecurity Gets Harder with AI Agentic Systems in Play

    Microsoft recently released a whitepaper titled Taxonomy of Failure Mode in Agentic AI Systems (by the Microsoft AI Red Team, with Pete Bryan among the contributors). It highlights how AI agents—systems that can sense, reason, and act—introduce new and amplified security and safety risks beyond traditional AI models. These aren’t theoretical risks. The paper makes…

  • Truth is the greatest illusion of them all

    Truth is the greatest illusion of them all

    Introduction Since the beginning of our kind, we have chased a vision for a better world, shaped by our own hands. Fire gave us warmth. Tools gave us power. Language gave us memory. And machines gave us speed. We called it progress. Civilizations rose in its light. Others perished in its shadow. Those who hesitated…

  • The Voice Agents are here

    The Voice Agents are here

    On December 3rd, 2024, Eleven Labs unveiled its latest innovation: a cutting-edge Conversational AI service. Building on its reputation as a leader in AI-driven voice technologies, the company has now expanded into the realm of conversational artificial intelligence, setting a new benchmark for interactive, context-aware communication systems. This breakthrough service promises to redefine how businesses…

  • Windows Phone and thread synchronization

    Windows Phone and thread synchronization

    This will be a short and technical post about a problem I just solved using information from Stack Overflow answers. Because none of those discussions is actually responding my question I will make this note about what I found. Creating background workers and other threads may lead into a cross thread invoke errors when dispatching property…

  • LightSwitch with Oracle Data Source (part 3) – Server Side Data filtering

    LightSwitch with Oracle Data Source (part 3) – Server Side Data filtering

    Long time ago I started those posts and now it’s time for me to write the next part. But first I need to describe some changes based on version evolution of LightSwitch. With the newest version we can filter table data on server side using session variables. It all starts from “SessionCheck.aspx” (this is a…

  • LightSwitch with Oracle Data Source (part 2)

    LightSwitch with Oracle Data Source (part 2)

    External login and global parameters In the previous part I mentioned I’m working on existing database, changing the application administration. One of the issues I have to solve is using  the existing authentication. LightSwith has build in authentication, but it uses .NET Role and Membership providers and they are not solution we choose for Oracle…