12 posts found
কৃত্রিম বুদ্ধিমত্তা (এআই) ব্যবহার করে বাংলা ভাষায় ভুয়া খবর তৈরির একটি স্বয়ংক্রিয় নেটওয়ার্ক শনাক্ত করে বন্ধ করে দিয়েছে মা...
Independent member of parliament (MP) Rumeen Farhana’s remarks triggered a major uproar in the Jatiya Sangsad (national...
Strip away the branding and an agent is a small loop: call the model, run the tool it asked for, feed the result back, r...
A tool definition is documentation with a schema attached. Write it for a capable colleague who has never seen your syst...
An agent that handles five steps beautifully can fall apart at twenty. The reason is rarely reasoning — it is that the c...
Memory is not a feature you enable. It is a set of decisions about what to keep, what to summarise and what to let go —...
If you already know the steps, do not ask a model to rediscover them on every request. A fixed pipeline with model calls...
You cannot unit test "is this a good answer", but you can build a set of real cases with known-good outputs. An afternoo...
Per-token pricing looks trivial until you multiply by retries, conversation history and the context you resend on every...
Prompts are code with none of the tooling. Treat them like code anyway — version them, review them, test them, and expla...
Your AI feature will be confidently wrong in front of a user. What the interface does in that moment decides whether the...
The best first AI feature is small, measurable and easy to switch off. Start where a wrong answer is cheap and the value...