Bot-controller
Hello ) Are you a jack of all trades?
Questions for the candidate (answers should be detailed)
1.
There is a Telegram bot that:
– works in a chat with the client
– maintains a checklist of tasks
– monitors deadlines
– if a task is not completed, writes in a separate working chat of the team until it is completed
Describe the architecture:
– where and how the project state is stored
– how tasks, statuses, deadlines are stored
– how the bot determines overdue tasks
– how repeated reminders are implemented
– what happens when the server is restarted
An answer like “through if / cron / just DB” without logic is not acceptable.
2.
The client sends a message or a file.
Describe step by step:
how the bot understands what it is: text, document, confirmation
how the bot understands which task it relates to
how it is checked whether the document is suitable or not
what the bot does if the document:
– is suitable
– is not suitable
– lacks datawhat the bot replies to the client in each case
An algorithm is needed, not code.
3.
AI is used in the project.
Answer:
– for which tasks AI is used
– for which tasks AI should not be used
– how to prevent AI from changing business logic
– how to divide responsibility between code and AI
An answer like “AI will decide” is immediately unacceptable.
4.
There is a task with the status WAITING_CLIENT.
The deadline has passed. The client is silent.
Describe:
– how the bot detects this
– how often the bot writes to the client
– how often the bot writes in the working chat
– how to stop reminders
– what messages look like to the client and the team
Logic and timing are needed.
5.
In a month, a new process appears:
– different steps
– different documents
– different deadlines
What will you do to:
– not rewrite the code
– change the process through configuration
– add new checklists
Describe what is stored in the database and what is in the code.
6.
Describe your real experience:
– have you made bots or services that control tasks
– were there deadlines and responsibilities
– what exactly did you implement
If you have no experience — just say so.
How I will evaluate
Suitable:
– a person thinks in states
– understands processes and deadlines
– separates code and AI
– explains with logic, not terms
Not suitable:
– short answers
– general words
– “we can try”
– focus only on code
– AI as magic
Answer point by point.
Without fluff.
-
1 day195 USD
471 2 0 1 day195 USDready to help you out with this
have huge experience working in full stack
will send you previous work to make sure we match
-
10 days195 USD
415 3 0 10 days195 USDHere’s how I would implement it:
I store the state in PostgreSQL, where each project operates as a Finite State Machine. This means that a task cannot skip a stage or get stuck in uncertainty. Deadlines are tracked through task queues based on Celery or Redis: when a task is created, an event is immediately scheduled for the deadline time. If the server restarts, the data will not disappear because the queue has a persistence parameter for permanent storage, and the bot will pick up the work from the same second.
When processing incoming data, the bot first determines the type of content and context, checking what stage the client is currently at and what action they expect in the waiting status. Validation occurs in two levels: first, the code checks the technical parameters of the file, and then the AI assistant confirms the content, for example, whether it is indeed the required document. If everything is fine, the status changes automatically; if not, the bot explains the error without closing the task.
I use AI for intent classification, data recognition, and answering typical questions. It is prohibited from making independent decisions about changing business logic or statuses. The AI only returns a structured JSON with data, which the code validates against strict rules before any action.
Working with deadlines is automated through events in the queue. As soon as the time is up, the bot messages the client after an hour, and then once every six to eight hours to avoid spam filters. If there is no response for more than twelve hours, the bot automatically sends a notification to the team's work chat. Any activity from the client instantly changes the status in the database, which automatically deletes all scheduled reminders for that task.
…
To avoid rewriting code when new processes arise, I will move all the logic of steps, document types, and message texts into a JSON configuration in the database. The code will only retain a universal engine that reads these schemas. Thus, a new checklist or change of deadlines is implemented simply by updating a record in the database without the need to deploy new code.
Regarding experience, I have created Telegram bots in Python for generating presentations, which used the Google AI Studio token and Pexels, and a bot for generating dialogues based on AI; I have also created Android applications.
-
1 day195 USD
172 1 1 1 day195 USDGood day! I am ready to complete this project and have extensive experience in developing various applications.
-
7 days195 USD
5293 23 0 1 7 days195 USD
Current freelance projects in the category Bot Development
I am looking for a developer of AI agents and automation for business.
1000 USD
We are looking for agents for: — Sales and lead qualification — Marketing and content — Customer support — Analytics and reporting — Internal processes (HR, knowledge base) — Specialized niches (real estate, medicine, legal services) If you have experience or ready solutions —… AI & Machine Learning, Bot Development ∙ 4 hours 7 minutes back ∙ 24 proposals |
AI agent in Telegram for online store
451 USD
Task: creating an AI agent in Telegram for live communication with customers and processing orders in the online store on OpenCart. It is also necessary to implement customer notifications regarding order statuses, store operating hours, working conditions, delivery times, and… AI & Machine Learning, Bot Development ∙ 17 hours 43 minutes back ∙ 54 proposals |
Link UA Telegram botA Telegram bot needs to be developed that connects clients and performers of physical labor (movers, cleaning, repairs, laborers) across cities in Ukraine. Functionality: Two roles — client and performer. The client creates a request, selects a category, specifies the address… Bot Development ∙ 20 hours 22 minutes back ∙ 62 proposals |
Automation of creating advertising creatives.There is a solution in the form of Higgsfield AI + nodes that generate quite close to the idea based on the prompt, paired with almost frame-by-frame editing, everything works well, except for one thing, which is the censorship on the use of celebrity faces and such. An… AI & Machine Learning, Bot Development ∙ 1 day 6 hours back ∙ 8 proposals |
Futures botA futures trading bot needs to be created. Under defined conditions, it should automatically set take profit, hedge, lock in profits, and automatically restart trading. Bot Development ∙ 1 day 18 hours back ∙ 41 proposals |