13 posts found
কৃত্রিম বুদ্ধিমত্তা (এআই) ব্যবহার করে বাংলা ভাষায় ভুয়া খবর তৈরির একটি স্বয়ংক্রিয় নেটওয়ার্ক শনাক্ত করে বন্ধ করে দিয়েছে মা...
A model does not look anything up and does not decide what is true. It estimates which token comes next. Almost everythi...
Independent member of parliament (MP) Rumeen Farhana’s remarks triggered a major uproar in the Jatiya Sangsad (national...
Turning temperature down does not make a model more accurate. It makes it more repeatable — and confusing the two is how...
Teams reach for fine-tuning when they need context, and for prompting when they need behaviour. Knowing which problem ea...
Hallucination is not a glitch that a better model will one day remove. It is what generation does when it has nothing to...
A system prompt sets the rules for everything that follows. Written well it is the cheapest quality improvement availabl...
If your code needs a value from a model, ask for JSON and validate it. Regexing an answer out of a paragraph is a bug wa...
A tool definition is documentation with a schema attached. Write it for a capable colleague who has never seen your syst...
Generated layouts usually look almost right, and "almost" is where the eye catches. Most of the fix is stating the rules...
A human reads a bad component name and opens the file. A model reads it and guesses. Naming quietly became an interface...
You cannot unit test "is this a good answer", but you can build a set of real cases with known-good outputs. An afternoo...