GLM-5.3-Flash × J-Space capability realization — benchmark presentation of the J-Space Cognition Suite
# Add to your Claude Code skills
git clone https://github.com/Tiger3807861189/GLM-5.3-Flash-J-Space-Capability-Realization-ReportGuides for using ai agents skills like GLM-5.3-Flash-J-Space-Capability-Realization-Report.
GLM-5.3-Flash-J-Space-Capability-Realization-Report is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by Tiger3807861189. GLM-5.3-Flash × J-Space capability realization — benchmark presentation of the J-Space Cognition Suite. It has 1,029 GitHub stars.
GLM-5.3-Flash-J-Space-Capability-Realization-Report's catalog security scan is still queued. You can run an instant dependency and prompt-injection check now with the "Scan for vulnerabilities" button above.
Clone the repository with "git clone https://github.com/Tiger3807861189/GLM-5.3-Flash-J-Space-Capability-Realization-Report" and add it to your Claude Code skills directory (see the Installation section above).
Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh GLM-5.3-Flash-J-Space-Capability-Realization-Report against similar tools.
No comments yet. Be the first to share your thoughts!
Unlocks once the catalog security scan passes (runs nightly).
⚠️ Third-Party Software Notice
This skill is third-party open-source software developed and hosted independently on GitHub. SkillsLLM is an informational directory and does not control or maintain the underlying repository.
Any security checks, ratings, or warnings displayed by SkillsLLM are automated and limited in scope. They do not constitute a security certification or guarantee that the software is safe, error-free, or free from malicious code, vulnerabilities, compromised dependencies, or prompt-injection risks.
Review the source code, permissions, dependencies, and configuration before installing or running any third-party skill. Use is at your own risk. To the maximum extent permitted by applicable law, SkillsLLM is not liable for losses arising from third-party software.
The deep catalog scan for this skill is still queued. Run an instant dependency check now instead.
J-Space Cognition Suite is a model-agnostic inference-time control system for deep reasoning, long-horizon work, tool use, verification, and recovery.
It is packaged as a Skill for cross-platform use, selective loading, and low-friction integration.
The suite organizes an agent's accessible working representations into a deliberately managed workspace. It operates through a single entry, nine selectively loaded modules, four supporting references, and an optional standard-library controller for durable task state.
J-Space operates at inference time. Model weights and training remain unchanged.
Download or clone this repository.
Locate the user-level Skills directory used by your AI host.
Copy the complete j-space/ directory into it so that the installed entry is <skills-directory>/j-space/SKILL.md.
Run the integrity check with an available Python 3 interpreter:
<python-command> <skills-directory>/j-space/scripts/verify_suite.py
Replace <python-command> with the Python 3 command available on the host, commonly python, python3, or py -3.
Reload the host if it discovers Skills at startup.
The directory must remain intact because SKILL.md routes to relative paths under modules/, references/, and scripts/.
The repository-level LICENSE and THIRD_PARTY_NOTICES.md remain part of the distribution.
Include copies of both when redistributing j-space/ as a standalone package.
Copy the following prompt into an agent that can access files and this repository:
Install J-Space Cognition Suite from
https://github.com/Tiger3807861189/J-Space-Cognition-Suite-V3.7 into this environment's user-level Skills directory.
First inspect the host configuration or documentation to locate the correct Skills directory. Install the complete j-space/ directory as j-space/, preserving SKILL.md, modules/, references/, and scripts/. If a j-space target already exists, compare it and ask before replacing anything. Run scripts/verify_suite.py with an available Python 3 interpreter after installation.
When finished, report the installed path and verification result, then tell me how this host invokes the Skill. Briefly explain fast, full, and loop, and explain that the optional controller records long-task state rather than choosing solutions. If this host has no native Skill loader, explain the selective system/developer-instruction integration instead of reporting an installation.
Invoke the Skill through the mechanism provided by your host—such as its Skill picker,
/j-space, $j-space, or a direct request:
Use j-space for this task. Audit this repository, preserve its architecture, verify every finding, and keep the work consistent across all affected files.
The entry gate selects the lightest suitable pass automatically.
| Pass | Suitable work | What loads |
|---|---|---|
fast |
One step, or a result checkable in one glance | Nothing extra |
full |
Several dependent steps and one bounded deliverable | One or two relevant modules; ship before delivery |
loop |
Multiple stages, files, turns, tools, or persistent state | Ledger, seams, checkpoints, register audit, and recovery |
A request for brevity changes the outer response length while verification remains aligned with the task's floor. Short work stays light; long work receives durable state only when it needs it.
| Mechanism | Function |
|---|---|
| Selective workspace loading | Keeps one or two load-bearing ideas active and externalizes the rest |
| Broadcast hub | Gives dependent branches one shared source for names, values, constraints, and style anchors |
| Dense Track | Carries long internal chains in compact, decodable notation before returning to clean outer language |
| Bridge-before-conclusion reasoning | Makes required intermediates explicit before a conclusion consumes them |
| Metacognitive control | Routes confidence, inconsistency, and failure signals into a concrete next action |
| Empirical escape and verification | Converts stalled derivation into bounded tests with a named verifier and coverage |
| First-person agency and functional echo | Uses I, we, let's, and we need to bind workspace state to later actions and checks |
The mechanisms are selectively loaded. They are not a fixed checklist for every request.
j-space/scripts/jspace.py externalizes loop state into
.jspace/ in the current task workspace. Invoke it by its resolved Skill path while keeping the task workspace as the current directory.
| Command | Purpose |
|---|---|
note --goal "..." --next "..." |
Open the ledger and define done plus the first action |
note --next "..." |
Replace the single next action after a checkpoint or seam |
note --core "name — defining fact" |
Record a hub entry |
note --core "name — defining fact" --core-slot 1 |
Swap a selected live hub entry |
note --check "..." --by "..." |
Append a checkpoint with verifier and coverage |
note --open "..." --settled-by "..." |
Record a question and what would settle it |
note --close N --check "..." --by "..." |
Close question N against a new recorded checkpoint |
seam |
Re-read current state and report recent movement |
ship FILE |
Inspect outgoing text for register leakage and failure signatures |
resume |
Reload the premise, invariants, and full ledger after a long gap |
<python-command> <skill-root>/scripts/jspace.py note --goal "what done means" --next "first action"
<python-command> <skill-root>/scripts/jspace.py note --open "does the parser preserve state?" --settled-by "unit tests over all ledger sections and edge inputs"
<python-command> <skill-root>/scripts/jspace.py note --close 1 --check "the parser preserves state" --by "unit tests over all ledger sections and edge inputs"
<python-command> <skill-root>/scripts/jspace.py seam
<python-command> <skill-root>/scripts/jspace.py ship OUTPUT_FILE
<python-command> <skill-root>/scripts/jspace.py resume
The controller records and reports state. Solution choice remains with the model. It uses the Python standard library and writes working state only under the task's .jspace/ directory.
An environment with a native Skill loader can install j-space/ directly. For a chat or API environment, provide j-space/SKILL.md as a system- or developer-level instruction and expose modules/ and references/ through file or retrieval tools.
Selected files should be retrieved on demand. Selective loading is part of the operating design.
| Benchmark | GLM-5.3-Flash | GLM-5.3-Flash + J-Space V3.7† | GLM-5.3 | Opus-5 | Fable 5.1 |
|---|---|---|---|---|---|
| HLE (w/ tools) | 55.3 | 59.2 | 62.5 | 64.7 | 65.0 |
| Terminal Bench 2.1 | 84.3 | 88.8 | 88.2 | *89.1 | *91.4 |
| DeepSWE v1.1 | 63.4 | 68.0 | 66.9 | 68.8 | 67.4 |
| Agents' Last Exam | 26.3 | 30.5 | 28.5 | 31.6 | — |
| AutomationBench (Public) | 48.8 | 51.1 | 48.2 | 50.3 | — |
* Terminal Bench 2.1 figures for Opus-5 and Fable 5.1 are independently measured by a third party; no official entries exist.
\† Estimated, based on limited controlled experiments.
| Speed | 1.87 |
|---|---|
| Token efficiency | 1.41 |
Speed and token efficiency come from a GAIA controlled pair.
The operating effects have been reproduced across the DeepSeek, Qwen, GLM, GPT, and Claude model families. Effect size varies with base capability, context policy, tool harness, sampling configuration, and benchmark implementation.
The portable unit is the protocol: workspace loading, selective routing, state externalization, verification, and recovery. It is independent of a vendor-specific tokenizer or model API.
J-Space-Cognition-Suite-V3.7/
├── .github/workflows/verify.yml # three-platform integrity and regression checks
├── .gitignore # keeps .jspace/ working state out of the repo
├── CITATION.cff # machine-readable citation metadata
├── CONTRIBUTING.md # contribution and provenance requirements
├── LICENSE # Apache License 2.0
├── README.md # English engineering guide
├── README.zh-CN.md # Chinese engineering guide
├── THIRD_PARTY_NOTICES.md # attribution and license boundaries for source material
├── tests/test_jspace.py # standard-library controller regression tests
└── j-space/
├── SKILL.md # single entry, gate, routing, and invariants
├── modules/ # nine selectively loaded protocols
├── references/ # evidence, induction, problem modeling, and worked exemplars
└── scripts/
├── jspace.py # optional loop controller
├── workspace-ledger.md # ledger template and contract
└── verify_suite.py # authoring-time integrity check
SKILL.md is the only registered entry. Modules and references are loaded on demand so the control system d