proomt

Search

Search posts, papers, and topics

All posts

HostingerDiana Kijauskaitė4 min readintro

Mindset Map: Hostinger’s in-house tool giving us new lens on talent

Summary

Hostinger built an internal 174‑question Mindset Map assessment to surface candidates' and employees' motivations, learning styles, and adaptability. The AI‑processed results are used as one input for hiring and career conversations, not as a decision‑making metric.

  • The tool consists of 174 questions targeting mindset traits rather than hard skills.
  • Results are processed by AI and serve only as insight, never as a pass/fail hiring criterion.
  • Mindset Map is applied throughout the employee lifecycle—from recruitment to role transitions—to guide development talks.
  • The assessment emphasizes diversity of thought, avoiding culture‑fit labeling and encouraging self‑awareness.

Engineering managers and recruiters looking for a structured, bias‑aware way to discuss talent development should read it.

4/10

Related reading

  1. What four people at Hostinger actually do with AI all day (and what happens when you have an agentic beef)

    Hostinger staff use custom AI agents to automate daily tasks—from code reviews to influencer lead sourcing—shifting their work from doing the work to managing the agents. Building reliable “harnesses” (prompt contexts, constraints) consumes most of the engineering effort, and agents still hallucinate, repeat work, or suggest unsafe fixes, so human oversight remains essential.

    Hostingerhostinger.com8 min
  2. ML based ranking using Nrtsearch

    Yelp added an Inference Plugin to Nrtsearch that runs XGBoost and neural‑network models inside the search engine, eliminating a separate scoring service. The plugin extracts features from index documents, loads MLeap bundles from MLflow, and serves predictions on replica nodes with millisecond latency.

    Yelp Engineeringyelp.com7 min
  3. Article: Beyond Relevance: A Governance-First Architecture for Enterprise Personalization

    The article proposes a governance‑first architecture for enterprise personalization, where policy‑driven steps (memory, journey graph, AI routing, scoring, trust checks, outcome simulation) shape the recommendation before it is returned. A reference FastAPI implementation demonstrates the pattern with external YAML policies and optional LLM assistance.

    InfoQinfoq.com19 min
  4. Article: Your Next DSL Author Is a Language Model

    Typed Domain Grounding (TDG) embeds a DSL inside a mainstream language the LLM already knows (e.g., Kotlin) and uses the host compiler as an oracle. The author describes five building blocks—embedding, choosing a host language with high training‑data frequency, compiler‑driven type safety, a generate‑compile‑repair loop, and an on‑demand teaching tool—and shows measured results from kUML, a Kotli…

    InfoQinfoq.com18 min
  5. Use Curiosity, Craft, and Care to Decide What AI Should Write

    The post proposes a three‑principle framework—Curiosity, Craft, and Care—to decide how much AI should author each artifact in a software development workflow. It argues that AI can be used aggressively for exploratory, disposable outputs (Curiosity) but should be limited for artifacts that commit the team to decisions (Craft) and for communications that require personal ownership (Care). The auth…

    Atomic Objectatomicobject.com4 min