Context Is Code: A Tour of APM and AgentRC
Table of Contents 1. The problem: agent context drifts2. The idea: what if agent context had a package.json?3. The 3 strong guaranteesPortable by manifestSecure by defaultGoverned by policy4. What an APM package can contain5. The five commands you'll actually use6. ...
-
Tiberius: A Security Testing Framework for LLM Applications in Java
Table of Contents 1. The Problem2. What Tiberius Does2.1 Fixture-Based Regression Testing2.2 Guardrail Validation Against Real Attack Data2.3. Probabilistic Security Contracts2.4. Bias Testing2.5. Model Fingerprinting3. Attack Coverage3.1 Buff Mutations4. Integration5. The Case for Shared Attack Datasets6. Security Testing as a …
-
Introducing bx-jwt: Enterprise-Grade JSON Web Tokens for BoxLang
Table of Contents The Fluent Builder — jwtNew()The BIF FunctionsHMAC Sign and VerifyRSA Sign and VerifyJWE Encryptionalg:none RejectionHMAC Minimum Key Lengths (RFC 7518 §3.2)Algorithm AllowlistClock Skew ToleranceAuthentication MiddlewareToken Refresh with Grace PeriodKid-Based Key RotationSigning (JWS)Encryption (JWE) JWT authentication is everywhere. …
-
JC-AI Newsletter #15
Over the past two weeks, the field of artificial intelligence has continued its remarkable pace of advancement. As AI becomes increasingly woven into the fabric of daily life, shaping how we work, communicate, and make decisions, it is both timely …
-
Bring AI into your Jakarta EE apps with LangChain4J-CDI
Table of Contents What is LangChain4J-CDI?Getting started with LangChain4J-CDI1) Add dependencies (Maven)2) Configure your model(s) with MicroProfile Config3) Declare an AI Service interface4) Inject and use it4) Observability and resiliency.In SummaryImportant LinksGoal: This article will demonstrate how to add AI …
-
BoxLang 1.9.0 Released: Production-Ready Stability and Enterprise-Grade Reliability
Table of Contents Production-Ready EnhancementsKey Features and Code ExamplesArray-Based Form Field ParsingDatasource Lifecycle ManagementOracle Database ImprovementsEnhanced SOAP Client with Fluent APITechnical SpecificationsAvailability and LicensingAbout BoxLangAbout Ortus SolutionsHouston, Texas – January 2025 – Ortus Solutions, a leading innovator in professional open-source …
-
Not a Lucid Web3 Dream Anymore: x402, ERC-8004, A2A, and The Next Wave of AI Commerce
Table of Contents Vocabulary for this articleForewordPart 1 – Bringing companies on-chain with x402Part 2- Introduction: Beyond Ads and Subscriptions: Agent Commerce on x402 and ERC-8004Part 3 – Tech that will change the internetAgent commerce, x402, and ERC-8004: from ad-funded …
-
Think in Graphs, Not Just Chains: JGraphlet for TaskPipelines
Table of Contents Let’s dive into the eight core principles that define JGraphlet.1. A Graph-First Execution Model2. Two Task Styles: Task and SyncTask3. A Simple, Explicit API4. A Clear Fan-In Input Shape5. A Clear Run Contract6. A Built-in Resource Lifecycle7. …
-
Release V0.0.2 of Java DMX512 Library With Universes and USB-to-DMX support
Table of Contents Introduction of DMX UniversesUSB-to-DMX SupportDMX512 Java LibraryDMX512 JavaFX Demo ProjectNext StepsEarlier this month, I released V0.0.1 of my new Java library to interact with DMX512 devices using (optionally) the Open Fixture Library (OFL). After some more experimenting, …
-
Introducing a New Java DMX512 Library With Demo JavaFX User Interface
Table of Contents A Personal StoryAbout DMX512 and OFLWhat is DMX512What is Open Fixture LibraryDMX512 Java LibraryMy Test SetupMinimal Code ExampleUsing Fixtures and ModesDetecting USB-to-DMX and IP-to-DMX interfacesDMX512 JavaFX Demo ProjectNext StepsIn this post, I would like to inform you …