InterSystems Technical Article Contest 2026

Detailed rules

InterSystems Technical Article Contest 2026

Welcome to the 7th InterSystems technical article writing competition!

Write an article on any topic related to the InterSystems IRIS products and services.

👉 Full contest details here

Requirements

❗️ Any article written during the contest period and satisfying the requirements below will automatically* enter the competition:

  • The article must be about InterSystems products and services. 
  • The article must be in English (incl. inserting code, screenshots, etc.).  
  • The article must be 100% new (it can be a continuation of an existing article, not in the contest).  
  • The article cannot be a translation of an article already published in other communities.  
  • The article should contain only correct and reliable information about InterSystems technology.
  • Article size: 400 words minimum (links and code are not counted towards the word limit).  
  • Articles on the same topic but with dissimilar examples from different authors are allowed.
  • Authors should avoid excessive use of AI in article writing.

* Our experts will moderate articles. Only valid content will be eligible to enter the contest.

Bonuses

If the article satisfies the requirements listed here, it gets additional Expert votes.

Contest period & Voting

April 13th to May 10th - publication of articles 
May 11th to May 17th - voting time (both for Experts and DC members)

❗️ DC members can vote for published articles with Likes = votes.

Prizes

1. Everyone is a winner in the Technical Article Contest! Any member who writes an article during the contest period will receive a special gift:

🎁 Igloo Day Chiller Backpack 24 Can Soft Cooler

2. Expert Awards – articles will be judged by InterSystems experts:

🥇 1st place: Nintendo Switch OLED

🥈 2nd place: Apple AirPods Pro (2nd Gen) / Samsung Galaxy Buds2 Pro 

🥉 3rd place: Targus Ergonomic Foldable Bluetooth Antimicrobial Keyboard

Or as an alternative, any winner can choose a prize from a lower tier than his own.

3. Developer Community Award – article with the most likes:

🏅 Targus Ergonomic Foldable Bluetooth Antimicrobial Keyboard

4. Multiple Submissions Award* – randomly selected from members who submit more than one article on different topics:

🏅 Targus Ergonomic Foldable Bluetooth Antimicrobial Keyboard

*A brand-new special award for our most active contributors. A raffle will be held among authors who publish more than one contest article on different topics.

Note: 

  1. The author can only be awarded once per category (in total, the author will win two prizes: one for Expert and one for the Community)
  2. In the event of a tie, the number of votes of the experts for the tied articles will be considered a tie-breaking criterion.  

To read and discuss the rules, topics & bonuses, go to:
✓ ‎Contest Announcement
✓ InterSystems Discord Chat

April 13 - May 10, 2026
Likes:
New
Article sween · Apr 24 4m read

* iris-certified-agents are not actually certified in anything

Studying for an InterSystems certification?  Eliminated your entire staff and need to make good on your commitment to AI to support your workload? New to InterSystems products or building your startup on InterSystems technologies?  Onboard these intersystems agents compatible with your model and agentic IDE of choice and speak InterSystems technologies like a protocol droid.

Quick Start  

So if you just want to cut to the chase, got get your agents @ https://github.

0
0 39
Likes:
New
Article Andrew Sklyarov · Apr 23 4m read

Hey Community, 

Yeah, I know we have a lot of tips & tricks articles - we even have a special tag for it, right? But I can not share my own collection. In this collection, you can find snippets for beginners, as well as some everyday ObjectScript constructions. In fact, it's also a way to learn something new about my favorite programming language. So, if you guys have anything to add, you are welcome!

6
6 129
Likes:
New
Article Zhong Li · Apr 22 12m read

In last post I talked about iris-copilot, an apparent vision that in near future any human language is a programming language for any machines, systems or products. Its agent runners were actually using such so-called 3rd generation of agents. I want to keep/share a detailed note on what it is, for my own convenience as well. It was mentioned a lot times in recent conversations that I was in, so probably worth a note.

0
2 79
Likes:
New
Article Matheus Augusto · Apr 20 6m read

Hello, community.

I've been working with Intersystem Caché for two years, and right away I was excited about the rich ecosystem that Caché provides. However, I was disappointed with calls using #call, and I understand that it was a limitation of the time. Well, the frustration is that #call returns null by default, meaning an AJAX request is executed, but there's no hook to retrieve the return from that request. The only way to retrieve the data from that request is by building a callback on the server side using &js<>.

0
1 39
Likes:
New
Article Dmitry Maslennikov · Apr 18 5m read

Most IRIS developers use $LISTBUILD every day — often without even noticing it.

It is not just a convenient function for building lists. It is also the default internal format used to store row data, global values, and many intermediate structures inside the database engine.

Despite this, the actual binary representation of $LISTBUILD values is rarely discussed. Most developers rely on its behavior, but never look at how the data is really stored.

This article focuses strictly on the binary layout of $LISTBUILD values, based on direct inspection via zzdump.


11
7 158
Likes:
New
Article Robert Cemper · Apr 16 3m read

During my work with customers and also following I often met the 
explicit or embedded question: What is this "GLOBALS" ?
I'll try to explain the history to unfold the context.

6
9 202
Likes:
New
Article Rodolfo Pscheidt Jr · Apr 15 5m read

Introduction
InterSystems IRIS Adaptive Analytics is an optional extension that provides a business-oriented, virtual data model layer between InterSystems IRIS and popular Business Intelligence (BI) and Artificial Intelligence (AI) client tools. Adaptive Analytics is powered by AtScale, the AtScale documentation can be found at this link: https://documentation.intersystems.atscale.com

This article will showcase some AtScale features that can facilitate data analysis:

  1. Cube creation
  2. Excel visualization
  3. Parallel Period
  4. Queries
  5. Snowflake
  6. Security
  7. Aggregates

0
0 33
Likes:
New
Article Roy Leonov · Apr 14 7m read

We didn't start with a big AI strategy.

We had a legacy InterSystems Caché 2018 application, a lot of old business logic, and a practical need: build a new UI and improve code that had been running for years. At first, I thought an AI coding agent would help only with a small part of the work. Maybe some boilerplate, some REST work around the system, and a bit of help reading old ObjectScript.

In practice, it became much more than that.

0
3 69
Likes:
New
Article Andre Larsen Barbosa · Apr 14 4m read

Before finding the best solution for Supply Chain, we need to understand what Supply Chain is. Well, regardless of the language used, the term is known by the name already mentioned. For your information, the translation in Brazilian Portuguese is "Cadeia de Suprimentos" (Supply Chain), sometimes also called "Cadeia Logística" (Logistics Chain), but we will not dwell on the nomenclature, but rather on the meaning.

0
0 32
Likes:
New
Article Yuri Marx · Apr 13 5m read

The PACELC theorem was created by Daniel Abadi (University of Maryland, College Park) in 2010 as an extension of the CAP theorem (created by Eric Brewer - Consistency, Availability, and Partition Tolerance). Both help design how to architect the most suitable operation of data platforms in distributed environments under the aspects of consistency versus availability. The difference is that PACELC also allows analysis of the best option for non-distributed environments, making it the gold standard for considering all possible scenarios to define your deployment topology and architecture.

The CAP theorem states that in distributed systems, it is not possible to have consistency, availability, and partition tolerance simultaneously, requiring a choice of two out of three, according to the following diagram.


Source: https://medium.com/nerd-for-tech/understand-cap-theorem-751f0672890e

0
6 55