export const PERSONAL = {
  name: 'Achyuth Reddy',
  age: 15,
  location: 'India',

  identity: 'been shipping since 8',

  traits: [
    'ships',
    'tries a lot of things',
    'kills what does not work'
  ],

  mindset: 'the product tells you if you were right',

  interests: [
    'systems',
    'ai',
    'companies'
  ],

  note: 'icse: 94%. spent most of the hours building instead.'
};