r/developersKolkata

Legendary WIPRO
▲ 70 r/developersKolkata+1 crossposts

Legendary WIPRO

I dont know why this WIPRO pays so less to an entry level role 2.2lpa can u imagine how can people survive on 2.2lpa totally like pathetic u study hard all these years to secure a good job and when u go for the interview they say we can only pay u ₹17000 like imagine being an adult u have to see your family feed them and also take care of your expenses this is like pure exploitation they will make you work your ass of and provide you so less, a blue collar job will pay more then this.

u/Active-Disaster-1220 — 5 days ago
▲ 3 r/developersKolkata+2 crossposts

My Exploration of solid mechanical design - the Flippy toy #shorts

Here's my son Ridit, experimenting with solid mechanical design using Blender. He created this mechanical toy and named it Flippy. He did it 5 years ago when he was in Class V. He is now building his skills in computer graphics software, which he wants to pursue as a career. Parenthood taught me that early exposure is important to build real expertise, especially in the tech field.

youtu.be
u/sommukhopadhyay — 3 days ago
▲ 14 r/developersKolkata+1 crossposts

The actual dependence on AI is crazy. I signed off an engagement with a client today and i realized that AI had done nearly 90% of the job. From document ingestion to analysis, finding errors, creating strategy and insights to making the final report , workbook and ppt. I am actually scared 😟.

Same with my colleagues in tech dept. They are now entirely writing their codebases with AI. They are not even reading the client requirement or the error logs . just put everything in AI and let it sort out . If i point to one file and asks what it does , they have no clue and they are building enterprise level solutions for clients.

Also I cannot refrain from using AI. I am now working with 2-3 clients simultaneously with very tight timelines. The project which i signed off would have normally taken 3-4 months with a team of at least 5-6 people. Instead it was done in 5 weeks with a team of 3 ( with the manager just presenting . So net only 2 people )

I don't really know what the future holds and how things will turn up 🤷‍♂️. I am feeling i am just becoming a prompt monkey with time. Anyone else feeling the same ?

reddit.com
u/Immediate_Novel3650 — 6 days ago
▲ 182 r/developersKolkata+1 crossposts

I built a compiler that turns computation graphs into the weights of a vanilla transformer — no training anywhere [P]

I've been chasing the question of what algorithms a transformer can actually express -- separate from what it can learn. So I built a compiler: define a computation graph in ordinary Python, and it produces the weights of a transformer that executes the graph. The result is a standard Phi-3-architecture checkpoint that vanilla huggingface loads with no custom code and no trust_remote_code. Zero training in the pipeline.

Write-up (origin + how the constructions work): https://ood.dev/posts/torchwright-intro/

Repo (twelve runnable examples): https://github.com/physicsrob/torchwright

Hand-built transformer weights aren't a new idea. RASP defines a language whose primitives map onto transformer sublayers, and Tracr compiles RASP programs into actual weights. I wanted two things they don't aim for: expressing a computation graph in ordinary Python, and targeting a stock architecture, so the output loads in vanilla huggingface with no custom code.

u/elnino2023 — 9 days ago