Recent Posts

Pages: 1 2 3 [4] 5 6 ... 10
31
Faculty Forum / Popular Agentic AI Tools and How to Use Them Locally
« Last post by S. M. Monowar Kayser on April 15, 2026, 03:10:54 AM »
1. Auto-GPT
What it is:
•   One of the first agentic AI systems
•   Can plan and execute tasks automatically
What it can do:
•   Build apps
•   Research topics
•   Write and run code
•   Automate workflows
How to use on your PC:
•   Install Python
•   Download Auto-GPT from GitHub
•   Add your OpenAI API key
•   Run it using command prompt
Best for: Developers and advanced users

2. CrewAI
What it is:
•   Multi-agent system (team of AI agents working together)
What it can do:
•   Assign roles (e.g., researcher, coder, writer)
•   Complete complex tasks step by step
How to use locally:
•   Install Python
•   Install CrewAI using pip
•   Write a simple script to define agents
•   Run from terminal
Best for: Structured projects and teamwork-like AI

3. LangChain Agents
What it is:
•   Framework to build AI agents
•   Connects AI with tools, APIs, and data
What it can do:
•   Build chatbots
•   Automate tasks
•   Connect with databases and apps
How to use locally:
•   Install Python
•   Install LangChain library
•   Use Jupyter Notebook or VS Code
•   Connect with an AI model (OpenAI or local model)
 Best for: Custom AI applications

4. Ollama (Local AI Runner)
What it is:
•   Runs AI models directly on your PC (no cloud needed)
What it can do:
•   Run LLMs like Llama, Mistral locally
•   Build private AI assistants
How to use locally:
•   Download Ollama from official site
•   Install it
•   Run commands like:
ollama run llama3
Best for: Privacy and offline use

5. LM Studio
What it is:
•   Easy interface to run local AI models
What it can do:
•   Chat with AI offline
•   Run models without coding
How to use locally:
•   Download LM Studio
•   Install and open
•   Download a model
•   Start chatting
Best for: Beginners

6. Devin (Concept / Advanced AI Agent)
What it is:
•   AI software engineer (still evolving)
What it can do:
•   Write code
•   Debug
•   Build apps automatically
How to use locally:
•   Not fully available locally yet
•   But similar setups can be done using:
o   Auto-GPT
o   LangChain
Best for: Future autonomous development

7. ChatGPT + Tools (Semi-Agentic)
What it is:
•   AI assistant with agent-like capabilities
What it can do:
•   Write code
•   Plan projects
•   Help build apps step by step
How to use on PC:
•   Use browser or desktop app
•   Combine with:
o   VS Code
o   GitHub Copilot
Best for: Everyday users

Simple Setup You Need on Your PC
To use most agentic AI tools, you need:
•   A laptop or desktop
•   Internet connection (for cloud tools)
•   Python installed
•   Basic tools like:
o   VS Code
o   Terminal / Command Prompt
Optional but helpful:
•   GPU (for faster local AI)
•   Git (for downloading tools)

Easy Example Workflow
You want to build a website:
1.   Use ChatGPT → plan the idea
2.   Use GitHub Copilot → write code
3.   Use Auto-GPT → automate tasks
4.   Use browser → test your site
You just guide AI, it does most of the work

Important Tips
•   Start simple, don’t use everything at once
•   Learn basic commands (Python, terminal)
•   Always check AI output
•   Use local tools (Ollama, LM Studio) for privacy
•   Use cloud tools for more power

Simple Conclusion
Agentic AI tools are like smart assistants that can build things for you.
With just a laptop, you can:
•   Create apps
•   Build websites
•   Automate tasks
The key is:
Give clear instructions and guide the AI step by step



S. M. Monowar Kayser
Lecturer, Department of Multimedia & Creative Technology (MCT)
Faculty of Science & Information Technology
Daffodil International University (DIU)
Daffodil Smart City, Savar, Dhaka, Bangladesh
Visit: https://monowarkayser.com/

32
What is Agentic AI?
•   Agentic AI means AI that can think, plan, and act to complete tasks.
•   It does not just follow commands, it can break a goal into steps and finish it.
•   Example: You say “build a website” → AI can write code, design, and fix errors.

Why It is Useful
•   You don’t need to be an expert coder
•   It saves time and effort
•   Helps you build apps, websites, designs, videos, etc.
•   Makes technology accessible to everyone

How Anyone Can Start Using It
1. Have a Clear Goal
•   Decide what you want to build
•   Example:
o   A website
o   A mobile app
o   A portfolio
•   Clear goal = better results from AI

2. Use Simple Tools
You can start with:
•   ChatGPT or similar AI tools
•   GitHub Copilot (for coding)
•   Canva AI (for design)
•   No-code tools (like Wix, Webflow)
These tools work on normal laptops or PCs

3. Give Instructions in Simple Language
•   You don’t need technical words
•   Just explain like talking to a human
Example:
•   “Create a simple website with a homepage and contact form”
•   “Make a to-do list app in Python”

4. Let AI Break Down the Work
•   Agentic AI can:
o   Plan steps
o   Write code
o   Suggest designs
o   Fix mistakes
•   You just guide it step by step

5. Check and Improve the Output
•   Always review what AI gives
•   Ask it to improve:
o   “Make it better”
o   “Fix errors”
o   “Add more features”
 Human checking is very important


6. Learn While Building
•   You don’t need to know everything first
•   Learn by doing
•   Ask AI:
o   “Explain this code”
o   “How does this work?”

7. Use Internet and Cloud
•   Most AI tools work online
•   You don’t need a powerful computer
•   Just need:
o   Internet connection
o   Basic laptop or PC

What You Can Build Easily
•   Websites
•   Apps
•   Games
•   Designs
•   Videos
•   AI tools

Important Things to Remember
•   AI can make mistakes → always check
•   Don’t depend 100% on AI
•   Keep learning basic concepts
•   Use AI as a helper, not a replacement

Future of Agentic AI
•   AI will become more powerful
•   You may be able to build full projects with just ideas
•   Anyone can become a creator, not just a user

Simple Conclusion
•   Agentic AI makes development easy and fast
•   Anyone with a laptop can build things
•   You just need:
o   Clear idea
o   Simple instructions
o   Basic understanding
It is like having a smart assistant that helps you create anything

References
Russell, S., and Norvig, P. Artificial Intelligence: A Modern Approach, 2021
OpenAI. Advances in Agentic AI Systems, 2024–2025
GitHub. Copilot and AI Coding Tools Documentation, 2023–2025
Goodfellow, I., Bengio, Y., Courville, A. Deep Learning, MIT Press, 2016




S. M. Monowar Kayser
Lecturer, Department of Multimedia & Creative Technology (MCT)
Faculty of Science & Information Technology
Daffodil International University (DIU)
Daffodil Smart City, Savar, Dhaka, Bangladesh
Visit: https://monowarkayser.com/

33
Faculty Forum / How Did the Bangla New Year Begin?
« Last post by S. M. Monowar Kayser on April 15, 2026, 02:59:11 AM »
The celebration of the Bangla New Year, known as Pohela Boishakh, is deeply rooted in the historical, cultural, and agrarian traditions of Bengal. Far from being merely a festive occasion, it represents a synthesis of economic necessity, imperial administration, and cultural evolution that dates back several centuries.
The origin of the Bangla calendar, and thus the Bangla New Year, is closely associated with the Mughal period, particularly during the reign of Emperor Akbar in the sixteenth century. At that time, the Mughal administration faced a practical problem in collecting land revenue. The Islamic Hijri calendar, which was based on lunar cycles, did not align with the agricultural seasons of Bengal. Since taxes were primarily collected from farmers, this mismatch created difficulties, as harvest times did not correspond with tax collection periods. To resolve this issue, Emperor Akbar introduced a reformed calendar known as the Fasli San around 1556 CE, which combined elements of the Islamic lunar calendar with the traditional solar calendar used in the region (Eaton, 1993; Ahmed, 1968).
This newly structured calendar was aligned with the agricultural cycle, making it easier for farmers to pay taxes after the harvest. The first day of this calendar came to be recognized as the beginning of the Bangla year. Over time, this administrative reform gradually transformed into a cultural tradition. Landlords would open new accounting books on this day in a practice known as Haal Khata, inviting tenants and customers to settle previous dues and start afresh. This economic ritual contributed significantly to embedding the day into the social fabric of Bengal.
As centuries passed, Pohela Boishakh evolved beyond its administrative origins into a broader cultural celebration. During the colonial period and particularly in the twentieth century, the festival gained a new dimension as a symbol of Bengali identity. In East Bengal, which later became Bangladesh, the celebration of the Bangla New Year became closely linked with cultural expression, language, and nationalism. The rise of the Bengali cultural movement, especially during the Language Movement of 1952 and the subsequent struggle for independence, further strengthened the importance of Pohela Boishakh as a marker of secular and cultural unity (Ahmed, 2001).
In modern Bangladesh, Pohela Boishakh is celebrated on 14 April according to the reformed Bangla calendar introduced by the Bangla Academy in 1987, which standardized the calendar for consistency. The day is marked by vibrant cultural activities, including processions such as the Mangal Shobhajatra, traditional music, fairs, and communal gatherings. These practices reflect not only joy and renewal but also a collective affirmation of cultural heritage. The recognition of Mangal Shobhajatra by UNESCO as an Intangible Cultural Heritage of Humanity further highlights the global significance of this tradition.
Thus, the Bangla New Year is not simply a chronological marker but a historical continuum that connects agrarian practices, Mughal administrative reforms, and modern cultural identity. Its evolution demonstrates how a practical solution to a fiscal problem gradually transformed into one of the most important cultural celebrations of the Bengali people.

References
Ahmed, S. (1968). The Mughal Administration in Bengal. Oxford University Press.
Ahmed, R. (2001). The Bengali Identity and Cultural Nationalism. University Press Limited.
Eaton, R. M. (1993). The Rise of Islam and the Bengal Frontier, 1204–1760. University of California Press.
Bangla Academy (1987). Reformation of the Bangla Calendar. Dhaka.
UNESCO (2016). Mangal Shobhajatra on Pahela Baishakh – Intangible Cultural Heritage of Humanity.




S. M. Monowar Kayser
Lecturer, Department of Multimedia & Creative Technology (MCT)
Faculty of Science & Information Technology
Daffodil International University (DIU)
Daffodil Smart City, Savar, Dhaka, Bangladesh
Visit: https://monowarkayser.com/



34
Cinematography. / Cinematography and Tourism in Bangladesh
« Last post by S. M. Monowar Kayser on April 15, 2026, 02:55:06 AM »
Cinematography, the art of capturing visual images through camera techniques, lighting, framing, and movement, plays a crucial role in shaping how places are perceived by audiences. In the modern era of digital media, where visual content dominates platforms such as film, television, YouTube, and social media, cinematography has become a powerful tool for promoting tourism. For a country like Bangladesh, which possesses rich natural landscapes, cultural heritage, and diverse environments, cinematography holds significant potential to influence tourism development and global perception.
Bangladesh is geographically and culturally diverse, offering locations such as the Sundarbans, the world’s largest mangrove forest, and Cox’s Bazar, the longest natural sea beach in the world. These locations provide visually compelling settings that are highly suitable for cinematic representation . Cinematography has the ability to transform these real places into emotionally engaging visual experiences. When landscapes are presented through carefully composed shots, lighting, and storytelling, they become more attractive and memorable to viewers. This visual appeal directly influences tourism by inspiring audiences to visit the locations they see on screen.
Globally, the concept of film induced tourism has proven that movies and visual media can significantly increase tourist arrivals to specific destinations. In the context of Bangladesh, although this phenomenon is still developing, there are clear signs of its potential. The country has recently experienced an increase in foreign film permit applications, indicating growing international interest in Bangladesh as a filming destination . This trend suggests that cinematography is beginning to position Bangladesh within the global visual media landscape. When international productions showcase Bangladeshi locations, they contribute to global awareness and can attract foreign tourists.
The importance of cinematography in tourism is also closely linked to the economic impact of the tourism sector. Tourism contributes to employment and national income, supporting millions of jobs in Bangladesh and contributing around three percent to GDP . However, despite this potential, the number of international tourists remains relatively low compared to the country’s population . One of the reasons for this gap is the lack of effective global marketing and visual representation. Cinematography can address this issue by creating compelling visual narratives that promote Bangladesh as a desirable destination.
In the era of social media and digital content, cinematography is no longer limited to film industries. Travel vloggers, drone filmmakers, and content creators are now playing a significant role in tourism promotion. High quality cinematic visuals shared on platforms such as YouTube and Instagram can reach global audiences instantly. Bangladesh’s vibrant urban scenes, such as Old Dhaka, and its natural environments, such as Sylhet’s tea gardens and the Chittagong Hill Tracts, provide unique visual content that can attract tourists when presented effectively. Cinematic storytelling helps create emotional connections, making viewers more likely to associate the destination with beauty, culture, and authenticity.
However, the full potential of cinematography in promoting tourism in Bangladesh is not yet fully realized. The local film industry has faced structural challenges, including declining infrastructure, reduced production capacity, and limited investment . These limitations affect the ability to produce high quality visual content that can compete on a global scale. Additionally, there is a lack of coordinated efforts between the tourism sector and the media industry, which reduces the effectiveness of visual promotion strategies.
Another important factor is the need for professional development in cinematography. Skilled cinematographers, such as those recognized at national film awards, demonstrate that high quality visual storytelling is possible within Bangladesh . However, expanding this expertise and integrating it with tourism initiatives is essential for long term growth. Investment in training, technology, and international collaboration can help improve the quality of visual content and strengthen the connection between cinematography and tourism.
Looking toward the future, cinematography is expected to play an even more significant role in tourism development in Bangladesh. With advancements in digital cameras, drones, and AI assisted editing tools, creating high quality cinematic content is becoming more accessible. Government initiatives, such as tourism master plans and digital promotion strategies, indicate a growing recognition of the importance of visual media in attracting tourists . If effectively implemented, these efforts can position Bangladesh as a visually compelling destination in the global tourism market.
In conclusion, cinematography is not merely an artistic practice but a strategic tool for tourism development in the modern media landscape. In Bangladesh, where natural beauty and cultural richness are abundant but underrepresented globally, cinematography can bridge the gap between potential and perception. By enhancing visual storytelling, promoting locations through film and digital media, and investing in creative industries, Bangladesh can leverage cinematography to strengthen its tourism sector and improve its global image.




S. M. Monowar Kayser
Lecturer, Department of Multimedia & Creative Technology (MCT)
Faculty of Science & Information Technology
Daffodil International University (DIU)
Daffodil Smart City, Savar, Dhaka, Bangladesh
Visit: https://monowarkayser.com/
35
Pre-production. / Preproduction Made Simple in the Age of AI
« Last post by S. M. Monowar Kayser on April 15, 2026, 02:51:55 AM »
Preproduction is one of the most critical phases in any creative project, particularly in film, animation, advertising, and digital media. It is the stage where ideas are transformed into structured plans before actual production begins. Traditionally, preproduction involves script development, storyboarding, budgeting, scheduling, casting, location planning, and visual design. This phase determines the efficiency, cost, and overall success of a project. A well planned preproduction process reduces uncertainty, minimizes errors, and ensures that creative vision aligns with practical execution. Without proper preproduction, even the most compelling ideas can fail during production due to lack of organization and clarity.
Understanding preproduction is essential for anyone involved in creative work, not only professionals but also students, independent creators, and emerging filmmakers. It provides a framework for thinking systematically about a project, breaking it down into manageable components, and anticipating potential challenges. For example, script breakdown allows creators to identify required resources such as props, locations, and actors, while storyboarding helps visualize scenes and camera movements before filming begins. Budgeting and scheduling ensure that resources are allocated efficiently and deadlines are met. In essence, preproduction is where creativity meets planning, turning abstract ideas into actionable steps.
In the past, preproduction required significant time, expertise, and collaboration among multiple departments. It often involved manual processes, extensive documentation, and iterative revisions. However, the emergence of artificial intelligence has begun to simplify and transform this stage, making it more accessible and efficient. AI powered tools can now assist in script analysis, automatically breaking down scenes and identifying key elements such as characters, locations, and props. This reduces the time required for initial planning and helps creators quickly understand the scope of their projects.
AI is also revolutionizing storyboarding and visual development. With generative models, creators can generate visual representations of scenes directly from text descriptions, allowing them to explore different visual styles and compositions without requiring advanced drawing skills. This is particularly beneficial for independent creators who may not have access to professional storyboard artists. Similarly, AI driven tools can assist in location scouting by analyzing visual references and suggesting suitable environments, either real or virtual.
Another important aspect of preproduction is scheduling and resource management, which can be complex and time consuming. AI systems can optimize production schedules by analyzing constraints such as availability of actors, locations, and equipment. These systems can generate efficient timelines, identify potential conflicts, and suggest adjustments in real time. Budgeting can also be supported by AI through predictive analysis, helping creators estimate costs more accurately and avoid overspending.
Perhaps the most transformative impact of AI is the democratization of preproduction. Tasks that once required specialized knowledge and large teams can now be managed by individuals or small groups using AI assisted tools. This lowers the barrier to entry for creative production, enabling more people to bring their ideas to life. A single creator can now write a script, generate storyboards, plan schedules, and visualize scenes with the support of AI, significantly reducing both time and cost.
Despite these advantages, it is important to recognize that AI does not replace the need for human judgment and creativity. Preproduction still requires critical decision making, artistic vision, and contextual understanding that AI alone cannot fully replicate. Instead, AI should be seen as a supportive tool that enhances human capability, allowing creators to focus more on storytelling and less on repetitive or technical tasks.
Looking ahead, the role of AI in preproduction is likely to expand further, integrating more deeply into creative workflows. Future systems may act as intelligent assistants capable of managing entire preproduction pipelines, from concept development to detailed planning. This will not only improve efficiency but also enable new forms of creative experimentation, where ideas can be tested and refined rapidly before production begins.
In conclusion, preproduction remains the foundation of any successful creative project, providing the structure and clarity needed to execute ideas effectively. With the integration of artificial intelligence, this process is becoming more efficient, accessible, and flexible. While the core principles of planning and organization remain unchanged, the tools and methods are evolving, empowering a new generation of creators to manage preproduction with greater ease and confidence.

References
Field, S. 2005. Screenplay: The Foundations of Screenwriting. Delta.
Rabiger, M. 2013. Directing: Film Techniques and Aesthetics. Focal Press.
Goodfellow, I., Bengio, Y., and Courville, A. 2016. Deep Learning. MIT Press.
Autodesk. 2023 to 2025. AI Tools in Media and Entertainment Production.
Adobe Inc. 2023 to 2025. AI in Creative Cloud and Production Workflows.
SIGGRAPH Proceedings. 2023 to 2025. AI in Film Production and Previsualization.


S. M. Monowar Kayser
Lecturer, Department of Multimedia & Creative Technology (MCT)
Faculty of Science & Information Technology
Daffodil International University (DIU)
Daffodil Smart City, Savar, Dhaka, Bangladesh
Visit: https://monowarkayser.com/



36
Script Writing. / Scriptwriting in the Age of Artificial Intelligence
« Last post by S. M. Monowar Kayser on April 15, 2026, 02:48:48 AM »
Scriptwriting, as a foundational element of storytelling in film, television, theatre, and digital media, has traditionally been a deeply human endeavor shaped by imagination, cultural context, and emotional intelligence. Writers craft narratives by drawing on lived experiences, social observations, and artistic intuition, constructing characters and dialogues that resonate with audiences. However, the emergence of artificial intelligence is beginning to reshape this creative landscape, introducing new tools, workflows, and possibilities that challenge conventional notions of authorship and creativity.
One of the most immediate impacts of AI on scriptwriting is the enhancement of the writing process through intelligent assistance. AI-powered tools can now generate story ideas, suggest plot structures, assist with dialogue writing, and even provide alternative narrative directions. These systems are trained on large corpora of scripts and literary works, allowing them to recognize patterns in storytelling, such as common character arcs, genre conventions, and pacing techniques. As a result, writers can use AI as a collaborative partner, particularly in the early stages of ideation, where overcoming creative blocks is often a major challenge. Rather than replacing the writer, AI serves as a catalyst for creativity, expanding the range of possibilities that can be explored.
In addition to idea generation, AI is increasingly being used for script analysis and refinement. Advanced algorithms can evaluate scripts based on factors such as narrative coherence, emotional tone, character development, and audience engagement. For example, AI systems can predict how audiences might respond to certain plot elements or identify inconsistencies within a storyline. This data driven approach introduces a new layer of objectivity into what has traditionally been a subjective process. While such tools can improve efficiency and reduce risk in commercial productions, they also raise questions about whether storytelling might become overly formulaic if driven too heavily by algorithmic optimization.
Another significant development is the emergence of generative AI models capable of producing entire scripts from prompts or outlines. These systems can generate dialogues, scenes, and even full screenplays in a matter of minutes. This capability has profound implications for content creation, particularly in industries where speed and volume are critical, such as streaming platforms and digital media. However, the quality of AI generated scripts often varies, and while they may demonstrate structural coherence, they may lack the depth, nuance, and originality that characterize compelling human storytelling. This highlights the continued importance of human writers in shaping narrative meaning and emotional resonance.
The integration of AI into scriptwriting also raises important ethical and professional considerations. One of the primary concerns is authorship and intellectual property. Since AI systems are trained on existing works, there is ongoing debate about the extent to which generated content may replicate or derive from original sources. Additionally, the increasing use of AI in writing processes has sparked concerns about job displacement within the creative industries. Writers may face pressure to adapt to new workflows or risk being replaced in certain contexts, particularly in lower budget or high volume content production.
Despite these challenges, AI also opens new creative frontiers for scriptwriting. Interactive storytelling, for instance, is becoming more feasible through AI driven systems that can adapt narratives in real time based on user input. This is particularly relevant in gaming, virtual reality, and emerging media formats, where stories are no longer linear but dynamic and participatory. AI can also enable multilingual scriptwriting and translation, making stories more accessible to global audiences and facilitating cross cultural exchange.
Looking toward the future, the relationship between AI and scriptwriting is likely to evolve into a collaborative model where human creativity and machine intelligence complement each other. Writers will increasingly take on the role of narrative architects, defining themes, tone, and direction, while AI systems assist with execution, variation, and optimization. The challenge will be to maintain the authenticity and emotional depth of storytelling while leveraging the efficiency and scalability of AI technologies.
In conclusion, the impact of artificial intelligence on scriptwriting is both transformative and complex. While AI introduces powerful tools that enhance productivity, support creativity, and enable new forms of storytelling, it also challenges traditional ideas of authorship, originality, and artistic control. Rather than replacing human writers, AI is reshaping the craft, encouraging a new form of creative collaboration that blends human insight with computational capability. The future of scriptwriting will depend on how effectively this balance is achieved, ensuring that technology serves to enrich rather than diminish the art of storytelling.

References
McKee, R. 1997. Story: Substance, Structure, Style and the Principles of Screenwriting. HarperCollins.
Field, S. 2005. Screenplay: The Foundations of Screenwriting. Delta.
Goodfellow, I., Bengio, Y., and Courville, A. 2016. Deep Learning. MIT Press.
Elgammal, A., Liu, B., Elhoseiny, M., and Mazzone, M. 2017. Creative Adversarial Networks. arXiv:1706.07068.
Kaplan, A. M., and Haenlein, M. 2020. Rulers of the World, Unite! The Challenges and Opportunities of Artificial Intelligence. Business Horizons.
OpenAI. 2024 to 2025. Advances in Generative AI and Language Models.
Writers Guild of America. 2023. Reports on AI and the Future of Screenwriting.





S. M. Monowar Kayser
Lecturer, Department of Multimedia & Creative Technology (MCT)
Faculty of Science & Information Technology
Daffodil International University (DIU)
Daffodil Smart City, Savar, Dhaka, Bangladesh
Visit:[url] https://monowarkayser.com/[/url]
37
Augmented Reality / Why AR is Still Lagging in Bangladesh
« Last post by S. M. Monowar Kayser on April 15, 2026, 02:46:46 AM »
Augmented reality (AR), despite its global rise as a transformative technology, remains underdeveloped and unevenly adopted in Bangladesh. While the country has shown increasing interest in digital innovation, the integration of AR into mainstream industries, education, and everyday applications is still in its early stages. This gap is not due to a lack of potential, but rather the presence of structural, technological, and socio-economic constraints that limit its widespread implementation. Understanding these limitations is essential to evaluating both the current state and the future trajectory of AR in Bangladesh.
One of the most fundamental barriers to AR adoption in Bangladesh is the limitation of technological infrastructure. Although urban areas are experiencing rapid digital growth, many rural regions still lack reliable high-speed internet and advanced computing resources. AR systems often require stable connectivity, powerful devices, and real-time data processing capabilities, which are not universally accessible across the country. Studies indicate that limited access to high-speed internet and inadequate infrastructure remain key restraints for AR integration, particularly outside major cities . This creates a digital divide, where only a small segment of the population can engage with advanced technologies, thereby restricting the scalability of AR solutions.
Closely related to infrastructure is the issue of high implementation costs. AR technologies often involve expensive hardware such as advanced smartphones, sensors, and head-mounted displays, as well as software development costs. For many educational institutions, startups, and small businesses in Bangladesh, these costs are prohibitive. Research highlights that the high initial investment required for AR systems significantly slows adoption, particularly in sectors like education where funding is limited . As a result, AR remains more of an experimental or niche technology rather than a widely deployed solution.
Another critical limitation is the lack of skilled professionals and technical expertise. The development and deployment of AR systems require interdisciplinary knowledge in computer vision, 3D modeling, user experience design, and software engineering. In Bangladesh, there is still a shortage of trained professionals in these areas, which restricts both innovation and implementation. Academic and industry studies point out that a lack of expertise and trained human resources is one of the primary challenges in adopting AR technologies in developing countries like Bangladesh . Without a strong talent pipeline, even well-funded initiatives may struggle to sustain and scale.
Awareness and understanding of AR technology also remain limited among both institutions and the general public. While AR is already present in everyday applications such as social media filters and QR-based interactions, its broader potential is not widely recognized. Many educators, business owners, and policymakers lack sufficient knowledge about how AR can be integrated into their respective fields. This lack of awareness leads to underutilization of the technology, even in cases where the necessary tools are available. Reports suggest that insufficient awareness and training significantly hinder the effective adoption of AR in sectors such as education .
In addition to these structural challenges, there are also limitations related to content and localization. Most AR applications are developed for global markets and may not reflect the cultural, linguistic, or contextual needs of Bangladesh. The absence of locally relevant content reduces the effectiveness and appeal of AR systems for Bangladeshi users. For example, educational AR applications may not align with national curricula, and commercial AR experiences may not resonate with local consumer behavior. This highlights the need for localized development, which in turn requires both investment and expertise.
Another important issue is the broader ecosystem readiness for advanced technologies. While Bangladesh is undergoing digital transformation, the readiness of institutions, particularly in education and public sectors, remains uneven. Even where technology is introduced, its integration into existing systems is often limited by outdated practices, lack of training, and resistance to change. Recent discussions on digital transformation in Bangladesh emphasize that technological success depends not only on innovation but also on institutional readiness and the ability to adapt effectively . This is particularly relevant for AR, which requires not just adoption but meaningful integration into workflows.
Despite these limitations, it is important to recognize that AR in Bangladesh is not absent but rather emerging. The technology is gradually gaining traction in areas such as education, marketing, and startup innovation. Everyday applications, including social media filters and mobile-based AR experiences, indicate that the foundation for broader adoption already exists . Moreover, increasing smartphone penetration and ongoing digital initiatives suggest that many of the current barriers may be reduced over time.
In conclusion, the lack of widespread adoption of augmented reality in Bangladesh is not due to a single factor but rather a combination of infrastructural limitations, high costs, lack of expertise, limited awareness, and insufficient ecosystem readiness. These challenges are interconnected and require coordinated efforts from government, industry, and academia to address effectively. While the potential of AR in Bangladesh is significant, its realization will depend on investments in infrastructure, education, and local innovation. As these conditions improve, AR has the potential to become a powerful tool for economic growth, education, and digital transformation in the country.




References
Bangladesh Augmented and Virtual Reality in Education Market Report, 6Wresearch.
Sharif, A. et al. Exploring the Opportunities and Challenges of Adopting Augmented Reality in Education in a Developing Country.
The Daily Star. The Reality of Augmented Reality in the Bangladeshi Context.
Goinnovior. Augmented Reality in Bangladesh: Opportunities and Challenges.
The Business Standard. Digital Transformation in Bangladesh’s Higher Education.



S. M. Monowar Kayser
Lecturer, Department of Multimedia & Creative Technology (MCT)
Faculty of Science & Information Technology
Daffodil International University (DIU)
Daffodil Smart City, Savar, Dhaka, Bangladesh
Visit: https://monowarkayser.com/
38
Augmented reality (AR), once primarily a visualization technology overlaying digital content onto the physical world, is undergoing a profound transformation in the age of artificial intelligence and agentic AI systems. Traditionally, AR relied on predefined models, markers, and rule based interactions to enhance user perception. While these systems enabled applications in gaming, education, and industrial design, they were often limited by static content and constrained interactivity. The integration of artificial intelligence has fundamentally expanded the capabilities of AR, transforming it into a dynamic, context aware, and increasingly autonomous medium that reshapes how humans interact with digital information in real space.
Artificial intelligence enhances augmented reality by enabling systems to understand and interpret the physical environment in real time. Through computer vision and deep learning, AR systems can recognize objects, track surfaces, and map spatial relationships with high accuracy. This allows digital elements to be placed more naturally within the physical world, improving realism and usability. For instance, AI powered AR applications can identify furniture in a room and suggest interior design modifications, or recognize industrial components and provide contextual maintenance instructions. These capabilities represent a shift from simple visual overlays to intelligent augmentation, where the system actively interprets and responds to its surroundings.
Generative AI further extends the potential of augmented reality by enabling the creation of content on demand. Instead of relying on prebuilt assets, AR systems can generate 3D models, textures, and animations dynamically based on user input or contextual data. This is particularly significant in fields such as design, education, and entertainment, where adaptability and creativity are essential. A user can, for example, describe an object or scenario, and the system can generate and place it within the physical environment in real time. This not only enhances user engagement but also reduces the need for extensive content libraries, making AR systems more flexible and scalable.
The emergence of agentic AI introduces an even more transformative dimension to augmented reality. Agentic systems are capable of goal directed behavior, planning, and autonomous decision making. When integrated with AR, these systems enable environments that are not only interactive but also proactive and adaptive. An agentic AR system can understand user intent, anticipate needs, and modify the augmented experience accordingly. For example, in a professional training scenario, an agentic system could guide a user step by step through a complex task, adjusting instructions based on performance and providing real time feedback. In retail, such systems could act as virtual assistants, recommending products, comparing options, and personalizing the shopping experience within an augmented environment.
This evolution transforms augmented reality from a passive interface into an intelligent partner in human activity. The interaction paradigm shifts from user initiated commands to collaborative engagement, where the system participates actively in the experience. This has significant implications for industries such as healthcare, where AR combined with agentic AI can assist surgeons with real time guidance, or in manufacturing, where workers can receive adaptive instructions tailored to their skill level and task complexity.
Despite these advancements, the integration of AI and agentic systems into augmented reality presents several challenges. One of the primary concerns is the reliability and accuracy of AI driven interpretations of the physical world. Errors in object recognition or spatial mapping can lead to misleading or unsafe augmentations, particularly in critical applications. Additionally, the collection and processing of real world data raise important privacy and security issues. AR systems often rely on continuous environmental scanning, which may capture sensitive information, necessitating robust data governance and ethical frameworks.
Another significant challenge lies in maintaining a balance between automation and user control. While agentic systems can enhance efficiency and usability, excessive autonomy may reduce transparency and user trust. Users must be able to understand and influence the behavior of AR systems, ensuring that the technology remains a tool for empowerment rather than a source of dependency. Furthermore, the computational demands of real time AI processing in AR environments require advanced hardware and optimized algorithms, highlighting the importance of continued innovation in both software and hardware design.
Looking toward the future, augmented reality is expected to become increasingly integrated into everyday life, driven by advances in AI and agentic systems. The development of lightweight wearable devices, such as AR glasses, will enable continuous and seamless interaction with augmented environments. These systems will likely be deeply personalized, adapting to individual preferences, habits, and contexts. Agentic AI will play a central role in managing these experiences, coordinating information, and facilitating interactions across physical and digital domains.
In addition, the convergence of AR with other emerging technologies, such as virtual reality and the broader concept of the metaverse, will create hybrid environments where physical and digital realities are interconnected. In such contexts, AR will serve as a bridge, enabling users to navigate and interact with complex information ecosystems. The role of AI will be to ensure that these environments remain coherent, meaningful, and responsive to human needs.
In conclusion, augmented reality in the age of artificial intelligence and agentic systems is evolving into an intelligent and adaptive medium that extends human perception and capability. The integration of AI enables AR to move beyond static visualization toward context aware and generative experiences, while agentic systems introduce autonomy and collaboration into the interaction model. Although challenges related to accuracy, ethics, and control remain, the potential of this convergence is vast. As technology continues to advance, augmented reality is poised to become a fundamental interface through which humans engage with both the physical and digital worlds.



References
Azuma, R. T. 1997. A Survey of Augmented Reality. Presence: Teleoperators and Virtual Environments.
Billinghurst, M., Clark, A., and Lee, G. 2015. A Survey of Augmented Reality. Foundations and Trends in Human Computer Interaction.
Goodfellow, I., Bengio, Y., and Courville, A. 2016. Deep Learning. MIT Press.
Milgram, P., and Kishino, F. 1994. A Taxonomy of Mixed Reality Visual Displays. IEICE Transactions.
McKinsey and Company. 2023. The Economic Potential of Generative AI.
OpenAI. 2024 to 2025. Advances in Multimodal and Agentic AI Systems.
Microsoft. 2023 to 2025. Mixed Reality and HoloLens Documentation.
SIGGRAPH Proceedings. 2023 to 2025. Advances in Augmented Reality and AI Integration.



S. M. Monowar Kayser
Lecturer, Department of Multimedia & Creative Technology (MCT)
Faculty of Science & Information Technology
Daffodil International University (DIU)
Daffodil Smart City, Savar, Dhaka, Bangladesh
Visit: https://monowarkayser.com/

39
Branding, traditionally understood as the strategic process of shaping perception, identity, and emotional connection between organizations and their audiences, is undergoing a profound transformation in the age of artificial intelligence and, more recently, agentic AI systems. Historically, branding relied on carefully crafted visual identities, storytelling, and consistent messaging developed through human insight and market research. While digital technologies expanded the reach and speed of branding efforts, the emergence of AI has fundamentally altered how brands are created, managed, and experienced.
Artificial intelligence has introduced a new level of efficiency and adaptability into branding practices. Through machine learning algorithms and data analytics, brands can now process vast amounts of consumer data to understand behavior, preferences, and engagement patterns with unprecedented precision. This has enabled the rise of personalized branding, where visual elements, messaging, and user experiences are dynamically tailored to individual users. Rather than presenting a single, static identity, brands increasingly operate as fluid systems that adapt in real time across platforms and audiences. This shift reflects a broader movement from mass communication toward individualized interaction, where relevance and responsiveness are key determinants of brand success.
Generative AI has further accelerated this transformation by enabling the rapid creation of brand assets, including logos, visual systems, advertising content, and even brand narratives. Designers and marketers can now explore a wide range of creative directions in significantly less time, using AI as a tool for ideation and experimentation. This does not eliminate the need for human creativity but rather repositions it. The role of the brand designer evolves into that of a strategist and curator, responsible for guiding AI outputs, ensuring coherence, and maintaining the integrity of the brand’s identity. In this context, creativity becomes less about execution and more about vision, judgment, and meaning making.
The introduction of agentic AI represents a further evolution in branding, moving beyond generative capabilities toward autonomous, goal oriented systems. Agentic AI systems are capable of planning, executing, and optimizing branding strategies with minimal human intervention. For instance, an agentic system can monitor market trends, analyze audience sentiment, generate campaign content, deploy it across multiple channels, and continuously refine its approach based on performance metrics. This creates a feedback loop in which branding becomes an ongoing, adaptive process rather than a series of discrete campaigns.
In practical terms, agentic AI can function as an intelligent brand manager. It can maintain brand consistency across platforms, ensure alignment with strategic objectives, and respond to real time changes in consumer behavior. This capability is particularly valuable in digital environments, where brand interactions occur continuously and at scale. However, it also raises important questions about control and authenticity. If branding decisions are increasingly made by autonomous systems, organizations must carefully consider how to preserve the human values, cultural sensitivity, and ethical responsibility that underpin meaningful brand relationships.
The integration of AI into branding also brings challenges related to originality and differentiation. As many organizations adopt similar AI tools and data driven approaches, there is a risk that brand identities may become homogenized. Distinctiveness, which is essential for effective branding, may be harder to achieve in an environment where design and messaging are generated from shared datasets and algorithms. To address this, brands must place greater emphasis on unique narratives, cultural context, and human insight, ensuring that technology serves to enhance rather than dilute their identity.
Looking toward the future, branding is likely to become increasingly intelligent, interactive, and immersive. Advances in multimodal AI will enable brands to operate seamlessly across text, image, video, and audio, creating cohesive and dynamic experiences. Agentic systems may collaborate with human teams to develop long term brand strategies, simulate market scenarios, and anticipate consumer needs before they emerge. In addition, the integration of branding with emerging technologies such as virtual and augmented reality will allow for more immersive brand experiences, where users actively engage with brand environments rather than passively consume content.
At the same time, ethical considerations will play a central role in shaping the future of branding. Issues such as data privacy, algorithmic bias, and the authenticity of AI generated content must be addressed to maintain trust between brands and their audiences. Transparency in how AI is used, as well as accountability in decision making, will become critical components of responsible branding practices. Furthermore, as automation increases, organizations will need to redefine the role of human professionals, emphasizing skills such as critical thinking, cultural awareness, and strategic leadership.
In conclusion, branding in the age of artificial intelligence and agentic systems is evolving from a static and human centered practice into a dynamic and hybrid process that combines human creativity with machine intelligence. While AI offers powerful tools for personalization, efficiency, and innovation, it also introduces challenges related to control, originality, and ethics. The future of branding will depend on the ability of organizations to balance these forces, leveraging technology to enhance their identity while preserving the human values that make brands meaningful and trustworthy.

References
Kaplan, A. M., and Haenlein, M. 2020. Rulers of the World, Unite! The Challenges and Opportunities of Artificial Intelligence. Business Horizons.
Kotler, P., Keller, K. L., and Chernev, A. 2022. Marketing Management. Pearson.
McKinsey and Company. 2023. The Economic Potential of Generative AI in Marketing and Sales.
World Economic Forum. 2023. The Future of Jobs Report.
Goodfellow, I., Bengio, Y., and Courville, A. 2016. Deep Learning. MIT Press.
OpenAI. 2024 to 2025. Advances in Generative and Agentic AI Systems.
Accenture. 2023. Technology Vision: When Atoms Meet Bits, The Foundations of Our New Reality.



S. M. Monowar Kayser
Lecturer, Department of Multimedia & Creative Technology (MCT)
Faculty of Science & Information Technology
Daffodil International University (DIU)
Daffodil Smart City, Savar, Dhaka, Bangladesh
Visit: https://monowarkayser.com/

40
Graphic design, long regarded as a discipline grounded in human creativity, visual literacy, and cultural expression, is undergoing a significant transformation in the era of artificial intelligence. For much of its history, the practice of graphic design depended on the designer’s ability to conceptualize ideas and translate them into visual form using specialized tools and techniques. The introduction of digital software accelerated this process, yet the core of design remained deeply human. In recent years, however, the rapid advancement of artificial intelligence, particularly generative and multimodal systems, has begun to reshape not only the tools of design but also the nature of creativity and authorship itself.
One of the most notable developments is the emergence of generative AI systems capable of producing high-quality visual content from simple textual prompts. These systems allow designers to generate illustrations, layouts, branding concepts, and even complex compositions in a fraction of the time previously required. This shift has altered the starting point of the design process. Rather than beginning with a blank canvas, designers increasingly engage in a process of selection, refinement, and direction. In this sense, the designer’s role is evolving from that of a sole creator to that of a curator and creative director, guiding the outputs of intelligent systems toward meaningful and contextually appropriate results.
At the same time, artificial intelligence has significantly improved efficiency within design workflows. Tasks that once demanded meticulous manual effort, such as image retouching, background removal, color balancing, and layout adjustments, are now automated through AI-powered tools embedded in modern design software. These capabilities enable designers to focus more on conceptual thinking and less on repetitive technical execution. As a result, productivity has increased, and the accessibility of design has expanded. Individuals without formal training can now produce visually compelling work, contributing to a broader democratization of design practice.
Another important transformation lies in the growing integration of data into the design process. In areas such as digital marketing and user interface design, artificial intelligence is used to analyze user behavior and preferences, allowing for the creation of personalized visual content. Designs can now adapt dynamically to different audiences, contexts, and platforms. This data driven approach has introduced a new dimension to graphic design, where aesthetic decisions are increasingly informed by measurable outcomes such as engagement, usability, and conversion rates. Consequently, designers are required to engage not only with visual principles but also with data interpretation and user experience considerations.
Despite these advancements, the rise of artificial intelligence in graphic design also raises important concerns. One of the central issues relates to originality and authorship. Since AI systems are trained on large datasets of existing images and designs, their outputs are inherently influenced by prior works. This creates ambiguity regarding ownership and intellectual property, as well as the potential for unintentional replication of existing styles. There is also a growing concern about the homogenization of design, as widespread use of similar AI tools may lead to visual outputs that lack diversity and distinctiveness.
The evolving role of the designer is another critical aspect of this transformation. While technical skills remain important, there is an increasing emphasis on conceptual thinking, critical judgment, and the ability to effectively interact with AI systems. Designers must learn how to articulate ideas through prompts, evaluate machine generated outputs, and integrate these outputs into coherent visual narratives. This shift does not diminish the importance of human creativity; rather, it redefines it in a context where creativity is expressed through direction, interpretation, and synthesis.
Looking toward the future, graphic design is likely to become more interactive, adaptive, and intelligent. Advances in artificial intelligence are expected to produce systems that are more context aware, capable of understanding cultural nuances, emotional tone, and semantic meaning. This could lead to designs that are not only visually appealing but also deeply personalized and responsive to individual users. Furthermore, the integration of multimodal AI systems suggests a future in which designers can generate complete visual identities, combining text, imagery, motion, and sound within a unified creative framework.
At the same time, ethical considerations will play a crucial role in shaping the direction of the field. Issues such as bias in AI generated imagery, environmental costs associated with large scale computation, and the potential displacement of creative professionals require careful attention. Addressing these challenges will involve collaboration between designers, technologists, and policymakers to ensure that the development and use of AI in design remains responsible and inclusive.
In conclusion, the evolution of graphic design in the era of artificial intelligence represents both an opportunity and a challenge. While AI enhances efficiency, expands creative possibilities, and democratizes access to design tools, it also raises complex questions about originality, authorship, and the future of creative work. Rather than replacing human designers, artificial intelligence is reshaping the discipline into a collaborative practice, where human insight and machine intelligence work together. The future of graphic design will depend on how this relationship is navigated, balancing technological innovation with the enduring value of human creativity.


References
McCormack, J., Gifford, T., Hutchings, P., Llano, M. T., Yee King, M., and d’Inverno, M. 2019. In a Silent Way: Communication Between AI and Human Creativity. Springer.
Kaplan, A. M., and Haenlein, M. 2020. Rulers of the World, Unite! The Challenges and Opportunities of Artificial Intelligence. Business Horizons.
Elgammal, A., Liu, B., Elhoseiny, M., and Mazzone, M. 2017. Creative Adversarial Networks. arXiv:1706.07068.
Adobe Inc. 2023 to 2025. Adobe Sensei AI and Creative Cloud Documentation.
Goodfellow, I., Bengio, Y., and Courville, A. 2016. Deep Learning. MIT Press.
World Economic Forum. 2023. The Future of Jobs Report: Impact of AI on Creative Industries.


S. M. Monowar Kayser
Lecturer, Department of Multimedia & Creative Technology (MCT)
Faculty of Science & Information Technology
Daffodil International University (DIU)
Daffodil Smart City, Savar, Dhaka, Bangladesh
Visit: https://monowarkayser.com/
Pages: 1 2 3 [4] 5 6 ... 10