Merkium
Platform Update

Adamas Platform Updates: Enhanced Authentication & Intelligent Features

This release delivers a complete overhaul of the Adamas authentication experience — including a secure password reset flow, a redesigned login and signup interface, and the introduction of a Skills System that brings specialized capabilities into every conversation automatically.

Merkium Engineering·Platform & Infrastructure
June 13, 2026
12 min read

Introduction

Over the past several weeks, the team has been focused on two foundational areas of the Adamas platform: authentication infrastructure and intelligent feature delivery. Today's release addresses both — shipping a fully rearchitected authentication flow alongside a new Skills System that fundamentally changes how Adamas responds to complex, domain-specific queries.

The authentication improvements raise the baseline for security and usability across every touchpoint where users interact with their accounts. The Skills System, meanwhile, represents a shift in how the platform surfaces expertise — moving from a single generalist model to a layered system that activates specialized capabilities based on conversational context.

This post walks through every change in detail, explains the design decisions behind them, and outlines what's coming in subsequent releases.

Authentication

Authentication is the first thing users encounter and the last thing they should have to worry about. The previous system worked, but it left room for improvement — particularly around account recovery, visual consistency, and the clarity of error handling. This release addresses all three areas comprehensively.

Password Reset

Account recovery is one of the highest-friction moments in any product experience. Users arrive frustrated, often unsure whether they've entered the right email, and need to regain access quickly. The new password reset flow was designed around that reality.

When a user requests a reset, the system generates a cryptographically secure, time-limited token and delivers it via email as a single-click link. The link routes to a dedicated reset page with clear form validation, real-time feedback on password strength, and explicit confirmation once the reset is complete. Every failure mode — expired tokens, mismatched passwords, invalid email addresses — surfaces a specific, human-readable explanation rather than a generic error.

The entire flow was built to minimize round-trips. A user should be able to go from 'I forgot my password' to 'I'm back in my account' in under sixty seconds, with zero ambiguity at any step.

  • Cryptographically secure, time-limited reset tokens with automatic expiration
  • One-click email verification that routes directly to the reset form
  • Real-time password strength indicator with entropy-based scoring
  • Granular, context-aware error messages at every stage of the flow
  • Automatic session creation on successful reset — no need to log in again
  • Rate limiting on reset requests to prevent abuse and token enumeration

Redesigned Login & Signup

The login and signup interfaces have been rebuilt from scratch with a focus on visual clarity, interaction quality, and graceful handling of edge cases. The previous design functioned but felt disconnected from the rest of the platform — different spacing conventions, inconsistent form behavior, and error states that often left users guessing.

The new pages share a unified layout language with the rest of Adamas. Form fields use consistent sizing, padding, and label placement. Transitions between states — loading, success, error — are smooth and purposeful, never jarring. The signup flow now validates email format and password requirements inline, before submission, reducing failed attempts and the frustration that comes with them.

For existing users, the login page now handles common failure scenarios with specificity: wrong password, unrecognized email, and rate-limited accounts each produce distinct, actionable guidance. The goal is to eliminate every moment where a user stares at a form and wonders what went wrong.

  • Unified layout system consistent with the broader Adamas design language
  • Inline field validation — email format, password requirements, and duplicate detection happen before form submission
  • Purposeful micro-animations on state transitions (idle → loading → success/error) that communicate progress without distraction
  • Distinct, actionable error states for wrong password, unrecognized email, rate limiting, and network failures
  • Persistent 'Remember me' option with secure, long-lived session management
  • Accessibility improvements including proper ARIA labels, keyboard navigation, and screen reader announcements for dynamic content
  • Full backward compatibility with all existing authentication methods — no user action required to benefit from the update

Skills System

The Skills System is the most significant feature in this release. It introduces a layer of specialized intelligence that activates automatically based on what the user is working on — no configuration, no mode selection, no toggles. The system reads the context of the conversation and engages the most relevant expertise transparently.

This addresses a fundamental limitation of monolithic language models: they're capable generalists, but they can't match the depth of a purpose-built system in any single domain. The Skills System bridges that gap by routing queries through domain-specific reasoning pipelines when the context calls for it. The result is output that's materially more accurate, more detailed, and more useful — particularly for technical work.

At launch, five skills are available. Each one represents a distinct capability that goes beyond what the base model offers on its own.

Advanced Coding

The Advanced Coding skill delivers production-grade code generation across a wide range of languages, frameworks, and use cases. It doesn't just produce snippets — it generates complete, deployable implementations with proper error handling, type safety, and idiomatic structure.

Under the hood, the skill applies a multi-pass generation pipeline: an initial draft, a structural review pass, and a final refinement step that checks for common pitfalls like unhandled edge cases, security vulnerabilities, and performance anti-patterns. The output is code you can ship, not code you have to rewrite.

  • Full application scaffolding — API endpoints, database schemas, authentication flows, and deployment configurations
  • Multi-language support with idiomatic conventions for each target language
  • Integrated debugging: paste an error trace and receive a root-cause analysis with a fix
  • Architecture-aware suggestions that account for project structure and dependency graphs
  • Security-conscious output — input validation, parameterized queries, and safe defaults are applied automatically

Advanced Mathematics

The Advanced Mathematics skill provides rigorous, step-by-step solutions to problems across algebra, calculus, linear algebra, probability, statistics, and geometry. Every solution includes not just the answer but the full derivation — each transformation explained, each assumption stated explicitly.

This skill is designed for users who need to understand the reasoning behind a result, not just the result itself. Whether you're working through a proof, checking a derivation, or exploring how a formula applies to a specific problem, the output is structured to be followed line by line.

  • Step-by-step derivations with every transformation justified
  • Support for symbolic computation, numerical approximation, and formal proof structure
  • Coverage across calculus (single and multivariable), differential equations, linear algebra, combinatorics, and statistics
  • LaTeX-formatted output for clean rendering of equations and expressions
  • Contextual explanations that adapt to the user's apparent level of expertise

Web Search

The Web Search skill gives Adamas access to current information from across the internet — filling the gap between the model's training data and the present moment. When a query requires recent data, real-time pricing, current events, or up-to-date documentation, the skill retrieves and synthesizes information from live sources.

Results are not simply regurgitated links. The skill reads, cross-references, and summarizes source material into coherent responses with inline citations. Users get a direct answer backed by verifiable references, not a list of blue links to click through.

  • Real-time access to current information beyond the model's knowledge cutoff
  • Multi-source synthesis — results are cross-referenced across several sources before summarization
  • Inline citations with direct links to original sources for verification
  • Automatic relevance filtering to surface the most authoritative and recent material
  • Seamless integration into conversation — no separate search interface or mode switch required

Image Analysis

The Image Analysis skill processes uploaded images with a level of detail that goes well beyond surface-level description. It performs optical character recognition (OCR), object detection and classification, spatial relationship analysis, and contextual interpretation — returning structured, actionable information about what's in the image and what it means.

Use cases range from extracting text from a photograph of a whiteboard, to analyzing a chart or diagram, to identifying objects in a scene for accessibility or cataloging purposes. The skill handles noisy, low-resolution, and partially obscured content gracefully.

  • High-accuracy OCR for printed and handwritten text across multiple languages
  • Object detection and classification with confidence scoring
  • Spatial and relational analysis — understanding not just what's in the image, but how elements relate to each other
  • Chart and diagram interpretation with data extraction where applicable
  • Accessibility-ready descriptions suitable for alt-text generation and screen reader consumption

Deep Research

The Deep Research skill is designed for complex, multi-faceted questions that require sustained investigation rather than a quick lookup. It explores a topic from multiple angles, evaluates competing perspectives, identifies primary sources, and synthesizes findings into a structured, well-sourced analysis.

This skill is particularly valuable for due diligence, competitive analysis, literature reviews, and any scenario where the user needs to develop a thorough understanding of a topic rather than a superficial summary. Outputs are structured with clear sections, key takeaways, and a complete bibliography.

  • Multi-perspective analysis that examines a topic from several angles before drawing conclusions
  • Source hierarchy — primary sources are prioritized over secondary and tertiary references
  • Structured output with executive summary, detailed findings, key takeaways, and full bibliography
  • Iterative depth — the skill continues investigating until it reaches a satisfactory level of coverage
  • Transparent methodology — the research approach and source selection criteria are explained alongside the findings

Quality-of-Life Improvements

Beyond the headline features, this release includes a set of refinements that improve the day-to-day experience of using Adamas. These are the kinds of changes that individually seem small but collectively make the platform feel more polished, more predictable, and more respectful of your time.

Streamlined Session Handling

Returning users with an active session now land directly in the chat interface, bypassing the splash page entirely. Previously, every visit — regardless of authentication state — started at the landing page and required a manual navigation step to reach the conversation. That extra click is gone.

Improved Error Communication

Error messages throughout the platform have been rewritten with a single principle: every error should tell the user what happened, why it happened, and what they can do about it. Generic messages like 'Something went wrong' have been replaced with specific, contextual guidance tailored to each failure mode.

Visual Consistency

Typography, color usage, spacing, and component styling have been audited and unified across every page. Elements that previously used slightly different font sizes, inconsistent padding, or mismatched border radii now share a single, coherent design system. The result is a platform that feels like one product, not a collection of separately built pages.

Performance Optimizations

Initial page load times have been reduced through improved code splitting, lazy loading of below-the-fold content, and optimized asset delivery. The chat interface in particular benefits from reduced JavaScript bundle size and faster hydration on initial render.

Technical Notes

For those interested in the implementation details, here are a few notes on the technical decisions behind this release.

Authentication Architecture

The authentication system uses industry-standard practices: bcrypt for password hashing with an appropriate cost factor, JWT-based session tokens with short expiration windows and automatic refresh, and CSRF protection on all state-changing endpoints. Reset tokens are generated using a cryptographically secure random number generator and stored as salted hashes — the raw token is never persisted.

Skills Routing

The Skills System uses a lightweight classifier to determine which skills are relevant to a given message. Classification happens in under 50 milliseconds and adds negligible latency to the response pipeline. When multiple skills are relevant, they're composed in priority order, with each subsequent skill adding context rather than replacing the previous one's output.

What's Next

This release establishes a foundation that future updates will build on directly. On the authentication side, we're evaluating support for passkeys and biometric authentication, as well as single sign-on (SSO) integrations for team and enterprise deployments.

For the Skills System, the roadmap includes expanded skill coverage — with file analysis, data visualization, and multilingual translation among the candidates under active development. We're also working on skill composition, which will allow multiple skills to collaborate on a single query for richer, more nuanced output.

Performance remains a continuous priority. Upcoming releases will include further reductions in time-to-first-token for conversational responses, as well as improvements to streaming latency for long-form generation.

We'll share more detail on each of these as they move from development into testing.

Closing

The authentication overhaul and Skills System are the two defining changes in this release. One addresses the most fundamental layer of the user experience — how you prove who you are and gain access to your account. The other expands the ceiling of what Adamas can do for you once you're inside.

Together, they represent a significant step forward for the platform. We're building Adamas to be the kind of tool that earns trust through reliability, respects your time through thoughtful design, and grows more capable with every release. This update moves us closer to that standard.

Thank you for using Adamas. We'll continue shipping and continue sharing what we're working on.

M

Published by the Merkium engineering team. For questions or feedback, reach out at chat.merkium.nl.