← Back to home
Comparison · Infra & APIs

exametrika vs tidyprompt

A side-by-side editorial comparison of exametrika and tidyprompt — release velocity, themes, recent moves, and the top alternatives to consider.

Shared themes:r-package

exametrika vs tidyprompt: at a glance

Featureexametrikatidyprompt
SectorInfra & APIsInfra & APIs
Velocity score3.80.0
Sparks · 30d10
Top themespsychometrics, irt, biclustering, breaking-changellm, prompt-engineering, ellmer, mcp
Last editorial update16h ago1d ago
WebsiteVisit →Visit →

What is exametrika?

exametrika breaks its own numbers to fix them, and ships the fit statistic nominal data lacked.

exametrika is an R psychometrics package covering IRT, latent class and rank analysis, and biclustering. Version 2.0.0 is a deliberate break: an EM convergence defect inherited from the reference implementation stopped estimation after as little as one cycle while reporting convergence, so every EM-based model in the package now returns different estimates than it did before. The package no longer reproduces the numbers printed in Shojima (2022), and the maintainer says so directly rather than burying it. The deprecation removals promised since 1.15.0 ride along in the same release, and the package title changed to Test Data Engineering.

Read the full exametrika trajectory →

What is tidyprompt?

An R prompting framework hands its provider plumbing to ellmer and inherits MCP tools

tidyprompt composes LLM prompts out of stackable 'prompt wraps' — answer_as_json(), answer_as_category(), answer_using_tools() — and validates what comes back. Its recent history is one decision: stop maintaining a provider layer. llm_provider_ellmer() arrived experimental, then became the path through which structured output, tool calling and streaming are done natively. The newest release adds dataframe and numeric extraction wraps and lets send_prompt() take an ellmer chat object directly.

Read the full tidyprompt trajectory →

exametrika vs tidyprompt: editorial side-by-side

E
exametrika
INFRA · APIS
3.8

exametrika breaks its own numbers to fix them, and ships the fit statistic nominal data lacked.

◆ Current state

exametrika is an R psychometrics package covering IRT, latent class and rank analysis, and biclustering. Version 2.0.0 is a deliberate break: an EM convergence defect inherited from the reference implementation stopped estimation after as little as one cycle while reporting convergence, so every EM-based model in the package now returns different estimates than it did before. The package no longer reproduces the numbers printed in Shojima (2022), and the maintainer says so directly rather than burying it. The deprecation removals promised since 1.15.0 ride along in the same release, and the package title changed to Test Data Engineering.

◆ Where it's heading

The consolidation arc that ran through 1.14.0 and 1.15.0 has closed, but not the way the audit trail suggested it would. Rather than pausing new modelling work through the cleanup, 2.0.0 pairs the breaking removals with real capability: M2() and add_M2() bring a limited-information fit statistic with a full margin-based index set, order-restricted estimation becomes the default for Ranklustering on the strength of a higher likelihood, and LCA() picks up nominal and rated data. The correctness fixes share one shape - defects that got worse as data got larger, where a 700-respondent dataset silently merged fields and a 40-item test returned no assignments at all. A two-tier test suite now keeps 3,507 tests in CI while CRAN sees a 17-second subset.

◆ Prediction

With the deprecation backlog cleared and the EM core rewritten, the next releases have room to build on M2() - most plausibly extending the margin-based indices to the models that do not yet report them. Whether the R Journal submission that shaped 1.13.1 and 1.14.0 has landed is not visible in these entries.

T
tidyprompt
INFRA · APIS
0.0

An R prompting framework hands its provider plumbing to ellmer and inherits MCP tools

◆ Current state

tidyprompt composes LLM prompts out of stackable 'prompt wraps' — answer_as_json(), answer_as_category(), answer_using_tools() — and validates what comes back. Its recent history is one decision: stop maintaining a provider layer. llm_provider_ellmer() arrived experimental, then became the path through which structured output, tool calling and streaming are done natively. The newest release adds dataframe and numeric extraction wraps and lets send_prompt() take an ellmer chat object directly.

◆ Where it's heading

Two lines run together. One is catalogue growth — every release adds a wrap for another answer shape. The other is consolidation onto ellmer, and that is where the leverage is: because ellmer tool definitions are what mcptools::mcp_tools() returns, tidyprompt gained access to Model Context Protocol servers without writing an MCP client. Its own Gemini provider is already marked superseded. Note the feed's stamps lie — 0.1.0, 0.2.0 and 0.3.0 were all published within two hours of each other in reverse version order.

◆ Prediction

The remaining first-party providers are the obvious next thing to fold in: the Gemini one is already superseded, and the Ollama and OpenAI providers carry the same duplicated plumbing. Expect the wrap catalogue to keep growing on top of an increasingly ellmer-only base.

Alternatives to exametrika and tidyprompt

Other Infra & APIs products tracked by Sparkpulse, ranked by recent ship velocity. Each card links to a full editorial trajectory and lets you pivot into a head-to-head comparison with either exametrika or tidyprompt.

See all exametrika alternatives → · See all tidyprompt alternatives →

Recent activity from exametrika and tidyprompt

Latest ship moves from both products, interleaved chronologically. ⚡ = editorial spark.

  1. 1d agoexametrikaEM convergence fix changes every estimate; deprecated names removed
  2. 1mo agoexametrikaFull-codebase audit fixes silent result corruption, unifies arguments
  3. 2mo agoexametrikaPlot methods finally forward the graphical parameters they documented
  4. 3mo agoexametrikaCRAN resubmission: slow tests skipped to fit the check budget
  5. 3mo agoexametrikaGraphical Lasso and Chatterjee's xi extend the package into network estimation
  6. 3mo agoexametrikaFrozen research baseline, never released to CRAN
  7. 4mo agotidypromptDataframe and numeric answer wraps, deeper ellmer sync
  8. 8mo agotidypromptCategory wraps, soft breaks, and a first ellmer provider
  9. 8mo agotidypromptProvider-level wraps, native ellmer output, and MCP server tools
  10. 8mo agotidypromptStreaming callbacks and an image prompt wrap

Frequently asked questions

What is the difference between exametrika and tidyprompt?

Both compete on the same themes — r-package — within Infra & APIs. exametrika is currently shipping more aggressively (velocity 3.8 vs 0.0), with 1 editorial sparks in the last 30 days against 0. See the at-a-glance table above for a side-by-side breakdown of velocity, recent sparks, and editorial themes.

Is exametrika better than tidyprompt?

Sparkpulse doesn't pick a winner — we score release velocity, not feature parity. exametrika is currently shipping more aggressively (velocity 3.8 vs 0.0), with 1 editorial sparks in the last 30 days against 0. For your specific use case, the alternatives sections above list other Infra & APIs products to evaluate alongside.

What are the best alternatives to exametrika?

Top exametrika alternatives in Infra & APIs are ranked by recent ship velocity. Browse the "exametrika alternatives" section above for the current picks, or visit /alternatives/exametrika for the full list with editorial commentary on each.

What are the best alternatives to tidyprompt?

Top tidyprompt alternatives in Infra & APIs are ranked by recent ship velocity. Browse the "tidyprompt alternatives" section above for the current picks, or visit /alternatives/tidyprompt for the full list with editorial commentary on each.