i14y-aidhelper utility to deal with interoperability transaction | Evgeny Shvarov | | 5.0 (1) | 26 Jul, 2026 | 48 | 11 |
gaia-the-fast-and-the-shortScanning GAIA data | N Netanel Frankel | | 5.0 (1) | 26 Jul, 2026 | 67 | |
InterSystems Ideas Waiting to be ImplementedAI extensibility Prompt keyword for Class and Method implementation. Also Prompt macro generator.To accelerate capability of growing code generation. This proposal suggests new extensibility facilities and hooks that can be democratized to community and / or fulfilled by commercial partners.
To add Training metadata to Refine a Large Language Model for code, a
"Prompt Input" is associated with an expected "Code Output", as part of a class definition.
This provide structured keywords to describe:
* The expected output
* And / Or Chain-of-thought to generate the correct output
| /// The following Prompt describes the full implementation of the class
Class alwo.Calculator [Abstract, Prompt = "Provides methods to Add, Subtract, Multiply and divide given numbers." ]
{
/// The following Prompt describes the full implementation of the method
ClassMethod Add(arg1 As %Float, arg2 As %Float) As %Float [ Prompt ="Add numeric arguments and return result." ]
{
return arg1 + arg2
}
ClassMethod Subtract(arg1 as %Float, arg2 As %Float)
{
&Prompt("Subtract numeric arguments and return result")
)
}
|
The Prompt macro generates code based on the context of the method it is within.
Once resolved, it automatically comments out the processed macro.
| ClassMethod Subtract(arg1 as %Float, arg2 As %Float)
{
//&Prompt("Subtract arguments and return the result")
return arg1 - arg2
//&Prompt("Model alwogen-objectscript-7.1.3")
) |
The generator leveraged at compilation time could be configured in a similar way to how source control is configured for a namespace.
Configuration could lock / exclude packages from being processed in this way.
A "\prompt" compilation flag could be used to control the default environment behavior and editor compilation behavior. For example to force reprocessing of previously resolved prompts due to a newer more capable version of code Large Language Model, then a "\prompt=2" could be applied.
Different models or third-party services could be applied depending the language of the given method.
When redacting source code by "deployment", the existing "deploy" facility could be extended to also ensure removal of "Prompt" metadata from code. Vote |
gaia-terseGaia DR3 variable star detection — minimal-code entry: one line of logic, 580 characters of embedded Python | Thomas Dyar | | 5.0 (1) | 26 Jul, 2026 | 3 | |
gaia-fastGaia DR3 Variable Star Detection — speed entry (isal + ProcessPoolExecutor, ~1s) | Thomas Dyar | | 5.0 (1) | 26 Jul, 2026 | 4 | |
gaia-imlGaia DR3 Variable Star Detection — IntegratedML + AI Hub entry (custom GBT IRISModel, PREDICT(), +6 bonus pts) | Thomas Dyar | | 0.0 (0) | 26 Jul, 2026 | 3 | |
intersystems-challenge-GAIA-CInterSystems Employee Programming Challenge #1. Identifies variable astronomical objects in Gaia DR3 epoch photometry data using IRIS Embedded Python with a C shared library for maximum throughput. | M Marcelo Dotti | | 5.0 (1) | 25 Jul, 2026 | 11 | |
lumeon-submissionGaia variability in IRIS embedded Python, mapped as a sky | Z Zelong Wang | | 5.0 (1) | 25 Jul, 2026 | 26 | |
gaia-codegolfMinimal-code solution to the challenge: identify Gaia DR3 sources whose BP or RP flux changed by more than 100% over the observation period and write the result CSV. Optimized for fewest lines of code (see the sibling repo gaia-benchmark for the speed-optimized, parallel variant). | S Suprateem Banerjee | | 5.0 (1) | 24 Jul, 2026 | 81 | |
gaia-benchmarkSpeed-optimized solution to the challenge: identify Gaia DR3 sources whose BP or RP flux changed by more than 100% over the observation period and write the result CSV. Optimized for shortest execution time via parallel parsing, ≈1.3 seconds (see the sibling repo gaia-codegolf for the minimal-code variant). | S Suprateem Banerjee | | 5.0 (1) | 24 Jul, 2026 | 67 | |
🐍 Gaia DR3 Flux Analyzer — Embedded Python EditionGaia DR3 epoch photometry flux variation analyzer implemented with InterSystems IRIS Embedded Python. | B Brad Nissenbaum | | 5.0 (1) | 24 Jul, 2026 | 8 | |
🔭 Gaia DR3 Flux Analyzer — ObjectScript EditionGaia DR3 epoch photometry flux variation analyzer implemented in InterSystems ObjectScript. | B Brad Nissenbaum | | 5.0 (1) | 24 Jul, 2026 | 11 | |
iris-i14y-explorer-uiA ui layer for interoperability explainer | Evgeny Shvarov | | 5.0 (1) | 24 Jul, 2026 | 22 | 17 |
Gaia_Challenge_One_Line_SQL_ObjectscriptOne line of ObjectScript identifies Gaia DR3 variable stars!! | Xiaoyun Wu | | 5.0 (1) | 24 Jul, 2026 | 46 | |
gaia-planetariumA Planetarium Web app built on InterSystems IRIS using Flask, Pyprod and Embedded Python, and data from the Gaia and Hipparcos datasets | G Gabriel Ing | | 5.0 (1) | 24 Jul, 2026 | 23 | |
InterSystems Gaia Contest - CodegolfInterSystems Employee Programming Challenge #1 | M Manel Trèmols | | 5.0 (1) | 24 Jul, 2026 | 24 | |
Gaia_Challenge_SQL_Golf_AI_GameSQL Golf: Can You Beat Par and Find 57,099 Stars?
| Xiaoyun Wu | | 2.5 (2) | 23 Jul, 2026 | 36 | |
intersystems-challenge-GAIAInterSystems Employee Programming Challenge #1 — processes 20 gzip-compressed Gaia DR3 EpochPhotometry files to identify astronomical objects whose BP or RP flux changed by more than 100%, using IRIS ObjectScript + Polars (Python) for high-performance parallel processing. | M Marcelo Dotti | | 5.0 (1) | 22 Jul, 2026 | 32 | |
Gaia Flux VariabilityInterSystems Employee Programming Challenge #1 — Gaia DR3 photometric variability analysis. | M Munraj Bal | | 4.5 (1) | 22 Jul, 2026 | 23 | |
ISC-Programming-Challenge1 - NumPy solutionextract csv.gz to Numpy vectors and do vectorized caculation | J Jianbiao Liu | | 5.0 (1) | 22 Jul, 2026 | 23 | |
isc-coding-challenge-benchmarkA benchmark submission for the ISC Programming Challenge | R Reet Kothari | | 5.0 (1) | 21 Jul, 2026 | 51 | |
Gaia FluxStreamA parallel Gaia engine for InterSystems Employee Contest #1 | V Vishal Kumar Pallerla | | 5.0 (1) | 20 Jul, 2026 | 27 | |
isc-challenge-july-2026-jumillet-golfMy code golf solution to the ISC Employee Programming Challenge for July 2026. | J Justin Millette | | 5.0 (1) | 20 Jul, 2026 | 52 | |
GaiaGaia challenge with interactive 3D visualization | E Emil Polakiewicz | | 4.5 (1) | 20 Jul, 2026 | 63 | |
Dong (Python)It processes and analyze all 20 files using embedded python | D Dong Liang | | 3.0 (1) | 20 Jul, 2026 | 24 | |
iris-vector-rag6 RAG pipelines using IRIS vector search | Thomas Dyar | | 0.0 (0) | 19 Jul, 2026 | 289 | |
iris-agentic-devMCP server connecting GitHub Copilot, Claude Code, and other AI coding assistants directly to a live IRIS instance for ObjectScript development. | Thomas Dyar | | 0.0 (0) | 19 Jul, 2026 | 20 | |
dc-csharp-exampleExample of using IRIS from C# | I Iryna Mykhailova | | 0.0 (0) | 18 Jul, 2026 | 29 | |
intersystems-challengeCode for the InterSystems Programming Challenge | E Enrique Portela Garcia | | 0.0 (0) | 17 Jul, 2026 | 27 | |
iris-crypto-trackerTracking Crypto currency levels and alerts about ups and downs. | E Evgeniy Potapov | | 4.5 (1) | 16 Jul, 2026 | 537 | |
isc-coding-challenge-golfA code-golf submission for the ISC Programming Challenge | R Reet Kothari | | 5.0 (1) | 15 Jul, 2026 | 55 | |