
Building blocks for a finer future
For 97 years, Madras Seva Sadan has been an institute for inclusivity, learning, and empowerment. Now, as it gets closer to its 100th year of establishment in 2028, the organisation is adding new strands to its illustrious history by starting initiatives that combine education, skill improvement, and sports excellence. A graphic representation of this expansion was presented to stakeholders, team members and audience at Synergy, held at Prem Vihar, on Friday.
'The purpose for this gathering is to look for a more structured approach to funding so that we have our projects which can be easily executed by having a structured form of raising money through CSR, charity, and donations,' shared Sunil Shanker, treasurer of Madras Seva Sadan.
At the heart of this evolution are three new projects, each echoing the original spirit of the founders, yet tuned to today's needs. First, the Lady Andal House of Children, an open school. 'We have pioneered in mainstreaming children with special needs into everyday school life. And based on our experience and research, we realised that we need to do a little bit more, which is why the idea of an open school came about. With this, our aim is to provide for all the needs under one roof. Here, we provide the students with tailor-made lesson plans, inclusive education with therapy and flexibility for children with disabilities,' said Krithika Kumar Quintal, honorary general secretary of the Sadan.
While the students are given education and accommodation until class 12, they and their parents worry about what next? To answer their woes, the second project is the Madras Seva Sadan Centre for Community Empowerment, a vocational skill-building initiative designed to prepare students for the future workplace, offering safe, accessible, and sensory-friendly training. 'Education alone isn't enough today. The final destination is employability. Vocational skills open a practical path forward,' explained Anjali Kumar, operations head, highlighting how the centre will serve as a hall to independent living.
Third on the agenda is the Madras Seva Sadan multidisciplinary centre for sports excellence — The Hive, envisioned as a world-class facility at one of its campuses in T Nagar. With facilities for swimming, shooting, squash, badminton, table tennis, pickleball, and cricket nets alongside yoga spaces and community hubs, The Hive aims to nurture athletic talent across all sections of society. 'It is proven that sports is a vehicle to bring about change in society, to build nations, and to bring across multiple sections of society together,' noted Raman, a sports mentor, adding, 'While it is a project coming from the heart, there is enough business and financial sense which has gone into it, enough experience and diligence to make sure that this is a project that at the end of three to four years will start surviving on its own.'
The facility will bring in professional athletes, provide space for schools in the city to practice and Sadan's children to up their game. He said, 'This is one of the safest, plus impactful contributions somebody can make if they want to participate in society building, which is sports infrastructure.'
The team is looking for external participation through the event for two reasons: funding availability and an outsider perspective. 'So when somebody comes in, they bring in money but also ideas,' said Sunil.
With new concepts taking root and a century-old dedication to service as the cornerstone, Madras Seva Sadan is reimagining its future: one in which education serves as the ultimate goal, one in which abilities equate to power; and one in which athletics may inspire change.
Hashtags

Try Our AI Features
Explore what Daily8 AI can do for you:
Comments
No comments yet...
Related Articles


Time of India
08-05-2025
- Time of India
LUIPS gets a computer lab, other facilities
Lucknow: A computer lab with 50 computers, a faculty room, a lift and a 280-seat auditorium have been inaugurated at the Lucknow University 's Institute of Pharmaceutical Sciences (LUIPS). These upgrades aim to enhance student and faculty experiences by supporting online learning, research and industry-ready of the university Alok Kumar Rai launched the annual magazine LUIPS–Synergy (2024–25), showcasing achievements of students, faculty and researchers. He honoured 24 students who qualified for GATE 2025 and 37 students placed in MedPlus and Macleods Pharmaceuticals."Infrastructure alone does not define progress, it is the opportunities we create for students to grow, innovate and succeed that truly matter. This development is a step toward shaping a brighter future for them." the VC said.


India.com
29-04-2025
- India.com
Engineering Trust: The Digital Journey of ShemeerSulaiman Kunju
ShemeerSulaiman Kunju has spent twenty years turning the densest of banking regulations into software that feels almost frictionless from the users' perspective who have to rely upon it. While working with a leading US member-owned financial institution, he led the Synergy Banking Experience, a program that merged legacy web, mobile, and call-center platforms into one React-based interface powered by Spring Boot APIs and ballpark-driven architecture. This migration replaced brittle nightly batch files with real-time micro-services, allowing customers to pause card payments or change alerts in seconds rather than business days; and auditors can follow every transaction all the way back to its source event with one query. ShemeerSulaiman Kunju believes good architecture starts with empathy. He uses the first sprint to gather call-center scripts, customer-journey maps, and compliance memos, then draws diagrams showing how each user action cascades through more than forty backend touchpoints. Only when all dependencies are visible is coding allowed to begin. This discipline paid off in Synergy: adoption was 92% in the first quarter, while error rates were cut by half mid-session because the system now checks input at the edge rather than deep in the mainframe. 'My experience of implementing large-scale channel transformations has shown that user trust can rise or fall based on the smallest API contract. That learning keeps each design decision anchored in actual usage.' Similarly, ShemeerSulaiman Kunju is devising a solution to automate debit and ACH stop payment handling-aspects in the same way. A new React intake screen pre‑populates eighty percent of the necessary information from queries against Fidelity and MPTS reference transactions, thereby reducing the time frame for a case creation from thirty minutes down to about five. Every submission sprouts an enterprisewide Work List entry that will monitor audit status from initiation to fulfillment. This way, regulators could scrutinize the chain-of-custodies without skittling around multi-tooling dashboards. Architecting Resilient Banking & FinTech Solutions ShemeerSulaiman Kunju opts for the architecture of resilience, much like a system biologist would according to the orthodox scheme: map the organism first and then dissect out the organs, which are most prone to failure. While he has been on the Synergy Channel expedition to comprehend all the synchronous dependencies-starting from card-eligibility checks to Disputes-Progression Tracker look-ups, each of these was eventually tamboured into their own asynchronous message queues. If one microservice goes offline, its privacy, the queue would buffer them until alerts fire for operations without interrupting the user flow. Real-time Grafana panels on queue depth and API latency allow them to preempt 'brownouts' before being noticed by customers. ShemeerSulaiman Kunju silences their thoughts with 'design by failure' workshops. They bring the demand for the software design, assuming the fraud-scoring service is made to be offline. They predict the different failure scenarios, like what the register will do when the broker/member fails to aggregrate the consumers. They write chaos testing scripts in order to verify these assumptions. Once the pitfalls are found, their solution can be tactically transformed into usability stories for the next sprint. By the time the release makes it into the full house, each road to recovery has already been rehearsed. 'Over the years of guiding cross-continental teams, I've learned that incremental, test-driven progress outperforms heroic rewrites. When each sprint lands a measurable improvement-lower latency, clearer logs-technical debt rarely finds its way in.' The ShemeerSulaiman Kunju case carries through the deployment side with a similar rigor. Infrastructure-as-code templates generate ephemeral review environments for product owners to validate features with production-like data. In blue-green releases, no customer ever sees half-migrated screens, and rollback hooks are captured in runbooks stored with the source code. The results speak for themselves: zero Sev-1 incidents logged across his programs in the last twelve months, while mean time to recovery averaged under ten minutes. Full-Stack Mastery Across Continents By the early 2000s, ShemeerSulaiman Kunju started coding in Java for a start-up that built J2ME graphics frameworks for pre-smartphone gadgets, where each kilobyte counted. That constraint shaped a lifelong respect for lean code and predictable memory footprints. A few years later, he was hired by Sony Mobile, where he designed continuous-integration tooling that stitched Jenkins, Gerrit, and in-house flashing utilities into a one-click-to-deploy pipeline—long before the term CI/CD was mainstream. This experience instilled in him the belief that reliable builds matter just as much as reliable binaries. In Scandinavia, ShemeerSulaiman Kunju has deepened his skills in domain-driven design, developing thick-client Java applications that configure high-frequency trading systems for a Nordic exchange. To meet stringent SLAs for settlement-window closing, he mapped UI fields directly to regulatory constructs—if an object did not match a term in the rule book, it did not belong in the model. That discipline was carried to the banking projects, where entities such as StopPaymentRequest and DisputeAlert mimic the definitions laid down in the handbook to eliminate translation mismatches between the compliance teams and engineering. From Plano, he oversees a 15-member squad working globally. Seniors and juniors rotate through triad code reviews ensuring that each change has a minimum of three sets of eyes upon it while organically spreading institutional knowledge. Success metrics are ever outcome-centric—fraud false-positive ratio, API 95th percentile latency, deploy-to-recover time—making impact very transparent to both Executives and Engineering. Leadership Through Pragmatic Innovation ShemeerSulaiman Kunju brushes off buzzword-driven roadmaps. He instead identifies operational pain points and silently sweeps them away with very subtle guardrails. For example, his accessibility guild audits every new screen against WCAG 2.1 AA and then auto-generates compliance certificates that legal teams can attach to regulatory filings. Likewise, build pipelines stamp each artifact with Open Policy Agent attestations, so risk officers can look at what policy a binary passed without having to reach out to developers for proof. 'In the latest pilots I have observed, the AI models are most effective when they change silently in the background while bringing upfront transparent explanation. When governance itself provides a path, auditors become enablers and not blockers.' ShemeerSulaiman Kunju promotes experimentation within structured fora. Monthly architecture guilds analyze real pull requests-whether good or bad-and project diffs onto a shared screen so everyone understands why one pattern works (or fails). Outside work hours, he mentors under-represented STEM students by pairing them with project histories that illuminate how apparently simple-looking bank screens hide complex orchestration and security demands. Many of his mentees end up interning with him, often providing a fresh perspective leading to significant UI copy or flow changes, thus embracing end-user expectations based on diverse digital literacy. AI, The Next Milestone for Secure Digital Finance ShemeerSulaiman Kunju develops a graph-neural-network fraud engine that evaluates card-present and card-not-present telemetry, and gives back a risk score in 50 milliseconds flat—just in time to either approve or decline at the retail counter. Each prediction creates a feature-importance vector, so that analysts can follow the trail of why the model flagged a transaction—an imperative write-up in light of recent traceability requirements in US banking law. It also re-justifies the scores every night against new labels, thereby shrinking model-drift risk without human intervention. ShemeerSulaiman Kunju also sketches a future of customer support augmented by AI. Suppose a conversational agent is to cancel a suspicious payment, book a make-up deposit, and flag emotional distress if sentiment analysis algorithm detects frustration, ultimately routing the member to a live representative with context already attached. Opt-out toggles ensure that members remain in control, and privacy budgets limit how much personally identifiable information contributes to any single model. AIOps, according to ShemeerSulaiman Kunju, will remove the last silo in network-operation centers. Observability agents will alter JVM heap sizes in anticipation of holiday shopping spikes and predictive scaling will warm micro-services from 'cold start' before any marketing email lands in the inbox. Meanwhile, developers attend to features instead of firefighting, and customers experience banking that feels immediate but is completely audited. A Quiet Confidence, with Tangible Results Success is an internal phenomenon that an everyday user is unable to see: for example, during the midnight go live of the NextGen Fraud Management System, while the post-deployment dashboard proudly showed zero customer-facing incidents, there were 7,200 fraud-scoring events that fired flawlessly within the first hour. That quiet efficiency earned him a spotlight award from his employer, yet his favorite compliment was from an MSR (member service representatives) who reported, 'I didn't notice anything different-except my queue was empty.' ShemeerSulaiman Kunju believes trust is the most prized quality. He crafts the passion for transparency and accessibility of AI explainability into the same pipelines that compose code so that such innovations are never outrun by governance. Incident tickets decline, release cadences accelerate, and members gain services that feel simple because complexity is carefully choreographed behind the curtain. According to ShemeerSulaiman Kunju, balancing between automation and accountability would shape the next decade. His blueprint-codify controls as first-class citizens, version everything, and design for graceful failure-makes for ironic practical progress toward institutions looking to modernize without losing their moorings. With calm confidence and a notebook full of system sketches, he continues despite all odds to prove that the safest software often feels like the quietest.


New Indian Express
28-04-2025
- New Indian Express
Building blocks for a finer future
For 97 years, Madras Seva Sadan has been an institute for inclusivity, learning, and empowerment. Now, as it gets closer to its 100th year of establishment in 2028, the organisation is adding new strands to its illustrious history by starting initiatives that combine education, skill improvement, and sports excellence. A graphic representation of this expansion was presented to stakeholders, team members and audience at Synergy, held at Prem Vihar, on Friday. 'The purpose for this gathering is to look for a more structured approach to funding so that we have our projects which can be easily executed by having a structured form of raising money through CSR, charity, and donations,' shared Sunil Shanker, treasurer of Madras Seva Sadan. At the heart of this evolution are three new projects, each echoing the original spirit of the founders, yet tuned to today's needs. First, the Lady Andal House of Children, an open school. 'We have pioneered in mainstreaming children with special needs into everyday school life. And based on our experience and research, we realised that we need to do a little bit more, which is why the idea of an open school came about. With this, our aim is to provide for all the needs under one roof. Here, we provide the students with tailor-made lesson plans, inclusive education with therapy and flexibility for children with disabilities,' said Krithika Kumar Quintal, honorary general secretary of the Sadan. While the students are given education and accommodation until class 12, they and their parents worry about what next? To answer their woes, the second project is the Madras Seva Sadan Centre for Community Empowerment, a vocational skill-building initiative designed to prepare students for the future workplace, offering safe, accessible, and sensory-friendly training. 'Education alone isn't enough today. The final destination is employability. Vocational skills open a practical path forward,' explained Anjali Kumar, operations head, highlighting how the centre will serve as a hall to independent living. Third on the agenda is the Madras Seva Sadan multidisciplinary centre for sports excellence — The Hive, envisioned as a world-class facility at one of its campuses in T Nagar. With facilities for swimming, shooting, squash, badminton, table tennis, pickleball, and cricket nets alongside yoga spaces and community hubs, The Hive aims to nurture athletic talent across all sections of society. 'It is proven that sports is a vehicle to bring about change in society, to build nations, and to bring across multiple sections of society together,' noted Raman, a sports mentor, adding, 'While it is a project coming from the heart, there is enough business and financial sense which has gone into it, enough experience and diligence to make sure that this is a project that at the end of three to four years will start surviving on its own.' The facility will bring in professional athletes, provide space for schools in the city to practice and Sadan's children to up their game. He said, 'This is one of the safest, plus impactful contributions somebody can make if they want to participate in society building, which is sports infrastructure.' The team is looking for external participation through the event for two reasons: funding availability and an outsider perspective. 'So when somebody comes in, they bring in money but also ideas,' said Sunil. With new concepts taking root and a century-old dedication to service as the cornerstone, Madras Seva Sadan is reimagining its future: one in which education serves as the ultimate goal, one in which abilities equate to power; and one in which athletics may inspire change.