Browse
···
Log in / Register

Co-Founder / Founding Engineer — AI Startup with Global Impact (sunnyvale)

Negotiable Salary

7 Marshall Ave, Sunnyvale, CA 94086, USA

Favourites
Share

Description

We are developing next-generation AI platforms that fuse finance and learning — built to deliver real execution and measurable results for businesses and professionals. We’re seeking visionary technical builders to join as Co-Founders / Founding Engineers at the pre-launch stage. This is not a traditional job — it’s an opportunity to shape a first-of-its-kind startup from the ground up. We’re especially interested in entrepreneurial talent with expertise in: • AI/ML Engineering • Full-Stack Development • Cloud Architecture • UI/UX Design Compensation: Equity-based founding role (with flexibility to discuss minimal salary support if needed). To apply: Please reply with a short note on your background, your key technical skills (e.g., AI/ML, full-stack, cloud, UX/UI), and attach your resume/CV. Selected applicants will then receive more details, including company information and a formal application link.

Source:  craigslist View original post

Location
7 Marshall Ave, Sunnyvale, CA 94086, USA
Show map

craigslist

You may also like

Craigslist
Remote Software Development Career 🧑‍💻
We are seeking individuals eager to pursue careers in technology. If you want hands-on coding practice, project experience, and preparation for developer jobs, this training program is for you. This program is remote and flexible, allowing full-time or part-time participation. With nearly 900 hours of training and project work, you’ll gain experience in programming languages, tools, and workflows while creating a strong résumé and portfolio. 🖥️ Technology & Programming Fundamentals -Learn the basics of computers, networks, browsers, and the internet -Study algorithms, security principles, data structures, and number systems -Practice Python scripting, command line tools, and flowcharting 💻 Web & Front-End Development -Build websites with HTML5, CSS3, and Bootstrap -Develop interactivity with JavaScript, jQuery, and React.js -Apply modern design and responsive layout practices 🗄️ Back-End & Database Development -Create and query databases with SQL and SQL Server -Perform CRUD operations and learn relational structures -Develop back-end apps in Python (Django) and C# (.NET Core) 🧑‍💻 Programming Languages & Tools -Learn seven core languages: C#, Python, JavaScript, HTML, CSS, SQL, and more -Use Git, GitHub, Visual Studio, and Team Foundation Server -Apply collaboration and version control like a professional developer 🧪 Capstone Projects -Complete two advanced projects (Python + C#) -Build portfolio-ready work with Agile, Scrum, and DevOps practices -Practice debugging, teamwork, and real coding challenges 🧰 Career Preparation -Learn résumé writing and cover letter development -Practice technical and whiteboard interview techniques -Prepare to enter the workforce as a junior developer 🚀 No experience needed. Remote participants encouraged. Start your journey in technology now. 👉 Apply here: https://softwaredevpros.online/
1100 S Lowell Blvd, Denver, CO 80219, USA
$30/hour
Workable
System of Systems Integration SME
Qualis LLC is seeking a highly experienced Golden Dome for America System of Systems Integration SME to provide expert-level technical leadership and mission integration support across a portfolio of highly classified space control, ground, and C2 systems. The successful candidate will lead and support system design, integration, test, and operational efforts for advanced space control systems—ensuring the alignment of technical architectures with mission requirements. Essential Duties: Serves as a senior technical authority for development and integration of highly classified space control systems, including space, ground, and command-and-control (C2) elements. Guides the maturation of emerging technologies through all Technology Readiness Levels (TRLs) from concept to deployment. Leads and contributes to the development of space system architectures, system-level technical requirements, and associated program documentation in support of ACAT-like programs. Provides systems engineering and program management expertise for information operations and multidomain space and airborne capabilities. Conducts system-level design reviews, technical audits, and risk assessments. Supports space situational awareness (SSA) architecture development and assess associated capability gaps and limitations. Offers technical leadership across multiple space control technologies including optical sensors, radar, SIGINT, electronic support measures, and communications systems. Leads the integration, test, and operations planning for ground system architectures in support of space control missions. Interfaces with government stakeholders to ensure technical solutions align with mission needs and strategic objectives. Requirements Required Qualifications: Active Top Secret clearance with SCI eligibility. Minimum of 15 years of experience in space systems engineering, systems integration, and technical program leadership. Demonstrated expertise in the full lifecycle of space system development—from architecture and design to test, integration, and operational fielding. Proven experience coordinating across classified programs and complex acquisition frameworks. Strong understanding of SSA capabilities, limitations, and future architecture needs. Track record of developing and managing high-level technical documentation, reviews, and artifacts for large defense programs. In-depth knowledge of space control mission areas and supporting ground infrastructure. Exceptional communication, coordination, and leadership skills, particularly in multi-agency or cross-domain environments. Preferred Qualifications: Advanced degree in Engineering, Physics, Space Systems, or a related technical discipline. Prior experience with ACAT I or II programs and DoD 5000-series documentation. Experience working within Special Access Programs (SAPs) or compartmented environments. Benefits Qualis LLC is committed to hiring and retaining a diverse and talented workforce who can contribute to the mission and vision of the Company. Our employees are our greatest asset and we promote a positive work environment, teamwork, professional growth, innovation, community involvement, flexible scheduling and a family-friendly work environment. Equal Opportunity Employer/M/F/Vet/Disabled and a Participant in E-Verify
El Segundo, CA, USA
Negotiable Salary
Craigslist
LAMP Stack Junior Developer for OpenEMR
I run a software company that develops software for an open-source project called OpenEMR, an application that runs medical clinics, hospitals, and other medical organizations. I am looking for a part-time 20 hours per month junior developer to assist me and my company with completing tasks for OpenEMR. As time progresses this has the ability to turn into more hours. You would be a 1099 contractor for my company. More info about the project (this is the project you will be working on): https://www.open-emr.org/ Before the interview I need you to read the following document. In your cover letter please be able to demonstrate as much as possible what is contained in this document. You probably won't get 100% but please give it a solid try. Requirements for OpenEMR Development This document defines the minimum skills and tasks you must demonstrate to be considered ready for OpenEMR development. Review carefully and be prepared to show working examples for the interview. Core Competencies Using Git and standard source control workflows Understanding the OpenEMR database schema at a basic level Setting up multiple virtual hosts using LAMP (preferred), WAMP, or MAMP Configuring and troubleshooting Apache Virtual Host Setup Task Demonstrate your ability to set up a local sandbox by: Creating a new Apache virtual host Installing the latest community version of OpenEMR (use the most recent patch release) Cloning the OpenEMR GitHub repository outside of any vhost folder. (basically, not storing the git repo in the /var/www/ directory, but using an rsync script to update the vhost ) Setting up local instances for both: Master branch and most current stable patch release At minimum: Run OpenEMR v703v4 on a dedicated vhost Git and Source Control Best practices for managing a project with Git Why repositories must not be stored directly on Staging or Production vhosts What cherry-picking is and why it is useful How git reflog can help find a file’s history Xdebug Task Place a breakpoint in login.php at the line that includes globals.inc.php Step over into the next line and explain why globals.inc.php is critical Identify a variable or function from globals.inc.php that is used in login.php OpenEMR Schema Explain the purpose and stored data of these tables: patient_data form_encounter forms users users_secure list_options layout_options Write a query to return: patient first name, last name, PID, encounter number, and forms used in encounters within a specific date or date range Write a query to return: PID and encounter ids for a date range Identify which table/column records when a form has been deleted Identify the view in the OpenEMR interface that updates the list_options table Identify the view in the OpenEMR interface that updates the layout_options table Make a change using the OpenEMR interface and demonstrate the change in the raw data (phpMyAdmin view) Explain how layout_options and list_options are related to creating or updating layout based forms
2832 SE Salmon St, Portland, OR 97214, USA
$30-50/hour
Workable
Platform Engineer AI Tool & Integration
Platform Engineer - AI Tool & Integration Position Overview: The Data Analytics & AI department at RCG is seeking a highly skilled and experienced Software & Platform Engineer to join our team. This pivotal role requires a strong technical background in AI tooling, data platform architecture, cloud computing, and big data technologies. The successful candidate will be responsible for all tooling and integration with GenAI LLM, maintaining our Azure platform with OpenAI, and leveraging Databricks Mosaic AI. This role will be instrumental in driving innovation, ensuring seamless integration, and optimizing our AI and data platforms to meet the evolving needs of the business. Key Responsibilities: • Design, develop, and maintain tooling and integration for GenAI LLM and other AI models. • Manage and optimize our Azure platform, ensuring seamless integration with OpenAI and Databricks Mosaic AI. • Collaborate with cross-functional teams to identify and implement innovative AI solutions to enhance our platform capabilities. • Stay up to date with the latest advancements in AI and machine learning technologies to drive continuous improvement and innovation. • Develop and implement best practices for AI model deployment & scaling. • Design and execute integration strategies for incorporating large language models (LLMs) and CoPilot technologies with existing business platforms. • Assess and recommend suitable LLM and CoPilot technologies that align with business needs and technical requirements. • Conduct feasibility studies and proof-of-concepts to validate the integration of new tools and technologies. • Keep abreast of the latest advancements in LLM, CoPilot, and related technologies to identify opportunities for further innovation and improvement. • Understand and leverage MS CoPilot and MS CoPilot Studio for enhanced productivity and collaboration within the development team. • Integrate MS CoPilot tools into existing workflows and ensure seamless integration with other systems and applications used by the team. • Work closely with product managers, data scientists, and other stakeholders to gather requirements and ensure successful integration of LLM and CoPilot technologies. Requirements: • Bachelor’s or Master’s degree in computer science, Engineering, or a related field. • Proven experience in software/system/platform engineering, with a focus on AI tooling and integration. • Strong expertise in working with Azure, including managing and integrating AI services such as OpenAI and Databricks Mosaic AI. • Proficiency in programming languages such as Python, Java, or C++. • Experience with machine learning frameworks and libraries (e.g., TensorFlow, PyTorch). • Solid understanding of software development methodologies, including Agile and DevOps practices and tools for continuous integration and deployment. • Understanding of data security best practices and compliance requirements in software development and integration • Excellent problem-solving skills and the ability to work in a fast-paced, dynamic environment. • Strong communication and collaboration skills. Preferred Qualification: • Strong proficiency in one or more programming languages such as Python, Java, C#, or JavaScript. • Experience with large language models (LLMs) and familiarity with tools like OpenAI GPT, Google BERT, or similar. • Hands-on experience with Databricks for data engineering, data science, or machine learning workflows. • Proficiency in using Databricks for building and managing data pipelines, ETL processes, and real-time data processing. • Experience with machine learning frameworks and libraries (e.g., TensorFlow, PyTorch). • Hands-on experience with Microsoft CoPilot and CoPilot Studio. • Proficiency in working with APIs, microservices architecture, and web services (REST/SOAP). • Familiarity with cloud platforms such as AWS, Azure, or Google Cloud, and their integration services. • Knowledge of database systems, both SQL and NoSQL (e.g., MySQL, MongoDB). • Knowledge of natural language processing (NLP) and large language models (LLMs). • Previous experience in a similar role within a technology-driven organization. • Certifications in Azure, AI, or related areas.
Coral Gables, FL, USA
Negotiable Salary
Craigslist
Tech Support Representative (Andersonville, Chicago)
Booklog is looking for a level 1 – 3 technical support individual. This position is to provide outstanding technical support for Booklog software and various interfaces along with onboarding of new customers, testing of software and training on usage of software. We’re looking for a motivated individual to be part of our committed team. We need to be the experts so our customers don’t have to. Located in Chicago’s Andersonville neighborhood; telecommuting is available. Qualifications • At least 2 years experience in technical support, preferably phone support • Experience with Microsoft Windows operating systems • Familiarity with databases and database troubleshooting • Knowledge of computer network systems • Ability to troubleshoot software problems and offer solutions by phone • Good problem solving skills with attention to detail • Strong verbal, written, interpersonal, and organizational skills • Ability to work both independently and in a team environment • Experience with SQL Server 2022, Sybase SQL applications and databases • Ability and excitement to learn new skills • A ‘think outside of the box’ mentality • Customer Service experience • Software training experience a plus • Previous experience training customers on software usage • Experience with use of peripheral devices • 10% or less travel to customer locations within the US to train and install software Benefits • Casual environment with a great group of people who love what they do • In office or telecommuting options • 100% paid health insurance • 2 weeks vacation to start • Generous 401K options • Permanent full-time. PLEASE SEND RESUME WHEN APPLYING
5146 N Clark St #1222, Chicago, IL 60640, USA
$50,000/year
Workable
Senior Benefit Calculation Analyst
Overview Legal & General is a leader in Pension Risk Transfer with over 35 years of experience globally, servicing over a million annuitants. Building on our global success, we established our Pension Risk Transfer platform in the US in 2015.  The business has grown steadily and in 2024 we completed $2.2 billion in premium written, representing our largest year on record. At Legal & General Retirement America, we aim to make a positive difference in the lives of our customers, partners, colleagues, and the communities in which they live.  We are passionate about what we do and how we do it. This means working with pace and energy to reach our goals and challenging ourselves to achieve more.  We strive to create a unique environment where balance between work and life is possible.  Purpose and Objective We are looking to add a Senior Calculation Analyst to our Retirement Support Services Team who will be responsible for the accurate and timely processing of moderate to high complexity benefit calculations. The analyst will also work on tasks related to the implementation of new GAC’s with respect to the deferred population. In addition, the analyst will lead and implement key projects and be the functional expert on specific applications and processes. Requirements Role and Responsibilities · Define, develop, and implement Group Annuity Contract specific standard methodologies and procedures which align with benefit specifications and associated plan or client requirements and comply with new or existing federal and state regulatory laws. · Understand complex pension calculation concepts for plans with different benefit structures. · Properly administer contracts in accordance with the plan sponsor requirements, with a focus on the deferred population and executing benefit calculations. · Support administration system transformation and new cases including creating test plans, plan specifications, and administering calculation testing of existing and new cases. · Process and handle monthly payments, new payment set ups, death processing and monthly reconciliation of files. · Assist or handle complex cases. Provide appropriate paperwork for new payments including QDRO’s and benefit quoting. · Assist Transition team with onboarding of new pension risk transfer plans and validating data in servicing systems, including mapping of deferred data fields in onboarding files and testing of the integration between the administration system and the calculator. · Create sample calculations for confirmation with Plan Sponsors to create clear documentation of GAC interpretation of benefit calculations. · Implement process automation solutions to deliver system improvements. Validate systems and workflows to ensure all new processes are functioning correctly including conducting UAT for system modifications. Identify defects and define options for remediation. · Collaborate on project scope, issues, and options. Accurately plan and appropriately complete projects. Participate in accurate and complete testing of new system updates. · Identify, track and report issues in a timely manner. Promptly provide comments, feedback, and recommendations. · Deliver training to junior team members as needed. · Participate in delivering continuing training to other departments on benefit calculation topics as needed. · Develop and document procedure manuals for Retirement Support Services. · Complete all other tasks and projects. Qualifications Bachelor’s Degree in a related field or equivalent work experience. 3+ years of retirement plan administration experience, including in depth pension benefit calculation knowledge. Strong analytical, organizational, and project management skills. Ability to balance multiple priorities in a fast-paced environment. Display history of building trust and developing team relationships. Exceptional oral and written communication skills as well as presentation skills; ability to deliver information in a concise manner. Advanced spreadsheet proficiency (Excel). Database capabilities (VBA, SQL) a plus. Proficiency in Microsoft Office product suite. Willingness to travel as needed.   We are an equal opportunity employer and value diversity at our company. We do not discriminate on the basis of race, religion, color, national origin, sex, gender, gender expression, sexual orientation, age, marital status, veteran status, or disability status. We will ensure that individuals with disabilities are provided reasonable accommodation to participate in the job application or interview process, to perform essential job functions, and to receive other benefits and privileges of employment. Please contact us to request accommodation. Benefits We are an equal opportunity employer and value diversity at our company. We do not discriminate on the basis of race, religion, color, national origin, sex, gender, gender expression, sexual orientation, age, marital status, veteran status, or disability status. We will ensure that individuals with disabilities are provided reasonable accommodation to participate in the job application or interview process, to perform essential job functions, and to receive other benefits and privileges of employment. Please contact us to request accommodation. 10 - 25 vacation days depending on experience level and years of service 4 floating holidays & 2 personal days 10 - 15 sick days, depending on years of service 2 paid volunteering days Health benefits, including medical, dental, and vision coverage Supplemental health benefits and life insurance 6 weeks of paid parental and maternal leave Immediate vesting into a 401k savings plan with up to 6% company match 100% employer-contributed Pension Plan - Cash Balance Plan after 1 year of service Flexible Workspace and Arrangements Tuition and Certification reimbursements Infertility and domestic partner benefits The expected hiring compensation range for this position is $70,000 - $80,000 USD annually. Base pay offered may vary depending on multiple individualized factors, including market location, job-related knowledge, skills, and experience. The current bonus target for the position is 5% of the base salary with a stretch to twice the target, modified for corporate and individual performance. We are an equal opportunity employer and value diversity at our company. We do not discriminate on the basis of race, religion, color, national origin, sex, gender, gender expression, sexual orientation, age, marital status, veteran status, or disability status. We will ensure that individuals with disabilities are provided reasonable accommodation to participate in the job application or interview process, to perform essential job functions, and to receive other benefits and privileges of employment. Please contact us to request accommodation.
Stamford, CT, USA
$70,000/year
Cookie
Cookie Settings
Our Apps
Download
Download on the
APP Store
Download
Get it on
Google Play
© 2025 Servanan International Pte. Ltd.