SShortSingh.
Back to feed

Pakistani AI Student Documents Shift From Model Training to Full System Engineering

0
·1 views

Muhammad Ibrahim Hashmi, a final-year AI student from Islamabad, Pakistan, has joined DEV Community to document his evolving understanding of building real-world AI systems. Through projects including a university timetable app, a Pakistani currency recognition tool, and a resume analyzer, he found that model accuracy is only a small part of making AI practically useful. Working with FastAPI, REST APIs, and deployment pipelines, he learned that software engineering decisions significantly affect how well AI integrates into complete applications. A key insight came from his currency recognition project, where high-confidence model predictions still produced wrong results, highlighting the gap between confidence scores and true reliability. He is currently completing his final-year project, Pur-Aman Pakistan, a multimodal AI system for public-safety incident reporting.

Read the full story at DEV Community

This is an AI-generated summary. ShortSingh links to the original source for the complete article.

Discussion (0)

Log in to join the discussion and vote.

Log in

Related stories

0
ProgrammingDEV Community ·

OpenAI Launches GPT-6 Astra With Multi-Platform Rollout Across ChatGPT, API, and Cloud

OpenAI has introduced GPT-6 Astra, its latest AI model, initially rolling it out to a limited set of organizations before broader availability. The model is set to reach ChatGPT Plus, Pro, Business, and Enterprise subscribers, as well as developers via the OpenAI API and cloud platforms including Microsoft Azure and AWS Bedrock. Astra is designed for multi-step, computer-use tasks such as form filling, CRM updates, coding, and research, with OpenAI highlighting improved accuracy and stronger alignment in sequential workflows. API pricing is set at $10 per million input tokens and $50 per million output tokens, with a faster, higher-cost mode also available. Astra will be included within existing subscription allowances, and workspace administrators will have the ability to enable it for their teams.

0
ProgrammingDEV Community ·

UIPKGE launches 62 free, MIT-licensed chart components for React, Vue, Next.js, and Nuxt

UIPKGE has released a collection of 62 open-source chart components available in separate React/Next.js and Vue/Nuxt libraries. The charts span eight families — including cartesian, circular, hierarchy, flow, distribution, specialty, maps, and a custom wrapper — totalling 62 components across both catalogs. Most components are built on Apache ECharts, while simpler visualizations like progress rings and waffle charts use plain SVG or markup. Following a shadcn-style registry workflow, component source code installs directly into a project, allowing developers to inspect and modify implementations as needed. The collection is free under the MIT license and supports theming via CSS tokens to help charts match an application's existing UI.

0
ProgrammingDEV Community ·

How Google Apps Script Can Automate Repetitive Spreadsheet and Gmail Tasks

A developer discovered that Google Apps Script, a JavaScript-based platform, could automate tedious daily tasks like checking spreadsheets and sending email reminders without needing a backend server. The tool integrates with Google Workspace services including Sheets, Gmail, Drive, Calendar, and Docs. As projects grew more complex, debugging became time-consuming, often requiring repetitive copy-pasting between the script editor and external AI chatbots. The developer later adopted Google Apps Script Copilot, an AI assistant built directly into the Apps Script environment, which reduced context-switching by allowing project-aware queries. The tool was used as a development aid rather than a hands-off code generator, with the developer continuing to review and understand all suggested changes.

0
ProgrammingDEV Community ·

How to Connect GitHub Codespaces to Cursor, Windsurf, and Other VS Code Forks

GitHub Codespaces offers native integration with Microsoft's VS Code, but users of alternative editors like Cursor, Windsurf, and VSCodium face a more complex setup process. The core challenge is establishing a reliable SSH bridge between these editors and a remote Codespace container hosted on GitHub's infrastructure. GitHub's CLI tool provides commands to list, start, and SSH into Codespaces, and can generate OpenSSH configuration that makes cloud environments behave like standard SSH hosts. This allows Remote-SSH-compatible editors to connect to Codespaces without relying on a browser or Microsoft-specific extensions. A third-party tool called Antigravity Codespaces Pro has been developed to streamline this multi-step workflow into a more seamless experience.