I'm a Machine Learning Engineer working at the intersection of computer vision and large language models.
def architect_ai_system(business_requirements):
"""
Lessons from shipping AI to production:
1. Start with the data pipeline (garbage in, garbage out)
2. Vector databases are the new relational databases
3. Prompt engineering is systematic, not magic
4. Always have a fallback to traditional algorithms
5. Monitor for drift, hallucinations, and edge cases
"""
if requires_compliance():
return multi_layer_validation() + audit_trails()
elif requires_scale():
return async_processing() + caching_layers()
return simple_and_maintainable()- Implementing papers and novel architectures
- Diving deeper into foundational concepts
- Focusing on backend systems and LLMOps
- Building some cool ML projects
- Connect with on twitter/x at @iamihansari
- You can shoot me an email at mihansari.jh@gmail.com
- Want to share interests, do collaborations, discuss recent advancements, and stuff? Don’t hesitate to schedule a call!
Let's build something amazing together.

