You can actually rename Title field using SharePoint designer, so may be this renamed field will be useful for you. Another way is to make some kind of autofilling, there is multiple ways to do that:
- Write Adding, Updating Event Receivers and populate some values to the Title field.
- Add JavaScript to Add, Edit forms, and during presaveAction() function set some values to the Title. You can hide Title from forms also by JavaScript.
I prefer rename Title, so I can use it for other purposes, because this field has few useful functions, it has context menu in views by default, also it has link to view form by default.