By Leland Aldridge, Oliver Mulley, and Ben Weissmann
Answer: LABORATORY TECHNOLOGISTS

This puzzle presents each team with a server-side session of the puzzle that they can all connect to. At first, the status is given as Calibration, and any (non-command) input is met with five instances of either PASS or FAIL. For example:

> Let's see what happens when I type this.
PASS FAIL FAIL FAIL PASS
  

Each PASS or FAIL represents a judgment of the input against a set of five rules. The order of these rules is randomized each time the puzzle session is reset, but in each case it is the same set of five rules. The rules are:

  1. The number of letters used an odd number of times is odd.
  2. The letters H U N T appear in order, not necessarily consecutively.
  3. At least three different kinds of punctuation marks are used.
  4. A word that is at least four letters long and found in the SOWPODS dictionary is spelled among consecutive first letters of words.
  5. No letter is used more frequently than E

Judgments are all case-insensitive. When an input which passes all five rules is entered, the team is given the option to move on to Testing. In Testing, the only options are to retrieve a list of test strings, or to reset to Calibration. Upon returning to Calibration, the order of the rules is reset.

The list of test strings (all quotes by GLaDOS from either Portal or Portal 2), all have a pattern of passes or fails of the rules. For instance, for the order of the rules given above,

A party associate will arrive shortly to collect you for your party.
  1. Twelve letters (CEFHILORSVWY) are used an odd number of times – FAIL
  2. Moving along the letters in order, one can only get to H U – FAIL
  3. The only punctuation mark used is a period – FAIL
  4. PAWA, a word in SOWPODS, is made of consecutive first letters – PASS
  5. E is used three times, A L O R T and Y are each used more frequently – FAIL

If the puzzler has understood the rules by which their inputs were judged, they could then judge this sentence FAIL FAIL FAIL PASS FAIL. If this is interpreted as a binary number 00010, in decimal 2, it can be used as an alphabetic index to associate this judgment with the letter B.

There are twenty-three outputs, and when each is translated in order to a letter via its judgment against the rules, the answer LABORATORY TECHNOLOGISTS is obtained.