VERNIER: an open-source software pushing marker pose estimation down to the micrometer and nanometer scales
Patrick Sandoz, Antoine N. Andr\'e, Guillaume J. Laurent
https://arxiv.org/abs/2510.02791
On Foundation Models for Temporal Point Processes to Accelerate Scientific Discovery
David Berghaus, Patrick Seifner, Kostadin Cvejoski, Ramses J. Sanchez
https://arxiv.org/abs/2510.12640
📥 Powerful import system directly in prompts: @./src/api.ts for single files, @./src/**/*.ts for glob patterns, @./file.ts:10-50 for line ranges, @./types.ts#UserInterface for TypeScript symbol extraction, @https://url for remote content
🎯 Template variables for dynamic prompts: {{ _stdin }} captures piped input, {{ _1 }} {{ _2 }} for positional arguments, {{ _args }} for numbered list of all args, custom variables like {{ _feature_name }} with CLI overrides --_feature_name "value…