read this and tell me Is this right for me? I mean, I'm an employer and I am a company Oriskara Inc. And I have EIN and bank account, but other than that, I don't have anything as mentioned in this document. So just tell me, do some research and tell me that if I do this for one intern as an employer, does that cost me anything? What will that cost be? And what are the key things that I should make note of? Also, that my company is incorporated in Delaware state, so I hope there is no any nexus or something which forces me to make subsidiary company in some other state because the intern might be in some another location possibly. So yeah, just give me an overview what I should be aware of from this.
cd /home/daytona/workspace/attachments/dea93022-31e6-4d83-ae96-f342cf2ce0f6/ && python3 -c " import pdfplumber with pdfplumber.open('stem_opt_startup_founder_guide_clickable.pdf') as pdf: print(f'Total pages: {len(pdf.pages)}') for i, page in enumerate(pdf.pages): print(f'--- PAGE {i+1} ---') print(page.extract_text()) "
STEM OPT employer requirements E-Verify cost 2025 startup
Delaware incorporated company remote employee another state payroll tax nexus obligations employer 2025
| Item | Cost |
|---|---|
| E-Verify enrollment | $0 |
| Payroll setup (e.g. Gusto) | ~$46/month |
| I-9 / I-983 forms | $0 |
| Immigration attorney (optional but recommended) | $0 if you skip; $500-$2,000 if you use one |
| Total fees | ~$46/month ongoing |
can you explain that state thing again and in easier words assume that the intern works remotely from california and i am using gusto
Gusto automatically register employer California payroll taxes remote employee out of state company
| Tax | What It Is | Who Pays |
|---|---|---|
| CA State Income Tax (PIT) | State income tax withheld from intern's paycheck | Intern pays, you withhold |
| State Unemployment Insurance (UI) | In case the intern loses the job | You pay as employer |
| Employment Training Tax (ETT) | Tiny CA employer tax | You pay |
| State Disability Insurance (SDI) | Short-term disability coverage | Intern pays, you withhold |
Your Delaware incorporation is fine. The moment your California intern works their first day, you register with California's tax agency (Gusto walks you through it and can do it for you), and then Gusto handles all the California tax math automatically every payroll run. No new company, no subsidiary, no lawyer needed for this part.
and what happens when the intern leaves do i still incur this expenses?
Once the intern leaves, your costs basically go to zero. The only cleanup is telling Gusto to remove the employee, and optionally closing your California EDD account if you won't have any more California employees. Gusto will prompt you through both of those steps.
just chenage the comapny name to Orris Care, Inc. and date to 11 june 26
cd "/home/daytona/workspace/attachments/dea93022-31e6-4d83-ae96-f342cf2ce0f6/" && python3 -c " import pdfplumber with pdfplumber.open('AWS_Activate_Use_Case_Justification_OrrisCare (1) (1).pdf') as pdf: print(f'Total pages: {len(pdf.pages)}') for i, page in enumerate(pdf.pages): print(f'--- PAGE {i+1} ---') print(page.extract_text()) # Also check for words with positions to find company name and date locations "
python3 -c " from reportlab.lib.pagesizes import letter from reportlab.lib.styles import getSampleStyleSheet, ParagraphStyle from reportlab.lib.units import inch from reportlab.platypus import SimpleDocTemplate, Paragraph, Spacer from reportlab.lib.enums import TA_LEFT, TA_JUSTIFY from reportlab.lib import colors output_path = '/home/daytona/workspace/AWS_Activate_Use_Case_Justification_OrrisCare_updated.pdf' doc = SimpleDocTemplate( output_path, pagesize=letter, rightMargin=1*inch, leftMargin=1*inch, topMargin=1*inch, bottomMargin=1*inch ) styles = getSampleStyleSheet() title_style = ParagraphStyle('title', fontSize=14, fontName='Helvetica-Bold', spaceAfter=4, alignment=TA_LEFT) subtitle_style = ParagraphStyle('subtitle', fontSize=11, fontName='Helvetica', spaceAfter=2, alignment=TA_LEFT) meta_style = ParagraphStyle('meta', fontSize=11, fontName='Helvetica', spaceAfter=2, alignment=TA_LEFT) body_style = ParagraphStyle('body', fontSize=11, fontName='Helvetica', spaceAfter=8, alignment=TA_JUSTIFY, leading=16) section_style = ParagraphStyle('section', fontSize=11, fontName='Helvetica-Bold', spaceAfter=4, spaceBefore=10, alignment=TA_LEFT) bullet_style = ParagraphStyle('bullet', fontSize=11, fontName='Helvetica', spaceAfter=4, leftIndent=20, alignment=TA_JUSTIFY, leading=16) sign_style = ParagraphStyle('sign', fontSize=11, fontName='Helvetica', spaceAfter=2, alignment=TA_LEFT) story = [] story.append(Paragraph('AWS Activate Credits \u2014 Use Case Justification', title_style)) story.append(Paragraph('Submitted in support of our AWS Activate Credit application', subtitle_style)) story.append(Spacer(1, 10)) story.append(Paragraph('Company: Orris Care, Inc.', meta_style)) story.append(Paragraph('Applicant: Divyam Agrawal', meta_style)) story.append(Paragraph('Date: June 11, 2026', meta_style)) story.append(Spacer(1, 14)) story.append(Paragraph('Dear AWS Activate Team,', body_style)) story.append(Paragraph( 'Thank you for reviewing our AWS Activate Credit application. Below is a written justification of our use ' 'case, outlining what we are building, why AWS is central to our infrastructure, and how the Activate ' 'credits will be applied.', body_style )) story.append(Paragraph('About Orris Care', section_style)) story.append(Paragraph( 'Orris Care, Inc. is an early-stage healthcare technology startup building a clinical ' 'decision support (CDS) tool for physicians. Our product assists doctors at the point of care by ' 'surfacing relevant clinical context, helping interpret patient information, and providing ' 'evidence-aligned suggestions that support faster, more informed clinical decisions. The goal is to ' 'reduce cognitive load on clinicians and improve the quality and consistency of care, while keeping the ' 'doctor firmly in control of every decision.', body_style )) story.append(Paragraph('Why We Need AWS Activate Credits', section_style)) story.append(Paragraph( 'As a pre-revenue startup, our largest near-term cost is cloud infrastructure. Healthcare AI workloads ' 'are compute- and inference-intensive, and building a reliable, secure, and compliant platform requires ' 'meaningful investment before we generate revenue. AWS Activate credits would directly fund the ' 'infrastructure needed to run both our MVP and our initial production workloads, allowing us to validate ' 'the product with real clinical users and scale responsibly without diverting scarce early capital away ' 'from product and team development.', body_style )) story.append(Paragraph('How We Will Use the Credits', section_style)) story.append(Paragraph( 'The credits will be applied to run our MVP and production workloads end to end on AWS. Our ' 'architecture relies on the following core services:', body_style )) bullets = [ '<b>Amazon EC2:</b> Hosting our backend application services, APIs, and compute for the clinical decision support engine.', '<b>Amazon ECS:</b> Orchestrating and scaling our containerized microservices for the MVP and production environments.', '<b>Amazon S3:</b> Secure, durable storage for application data, document assets, model artifacts, and audit logs.', '<b>Amazon Bedrock:</b> Powering the generative-AI and large language model capabilities behind our clinical assistance features, using managed foundation models without operating our own GPU fleet.', '<b>Supporting services:</b> Amazon RDS for relational data, Amazon CloudWatch for monitoring and observability, AWS IAM and KMS for access control and encryption, and Amazon VPC for network isolation \u2014 all selected to support a secure, healthcare-grade environment.', ] for b in bullets: story.append(Paragraph(f'\u2022 {b}', bullet_style)) story.append(Paragraph('Expected Impact', section_style)) story.append(Paragraph( 'With AWS Activate credits, we will be able to deploy a stable MVP for pilot use by physicians, iterate ' 'quickly based on real clinical feedback, and transition into a production-grade deployment that can ' 'scale with demand. AWS is our long-term cloud platform of choice, and this support during our ' 'earliest and most capital-constrained stage would have an outsized impact on our ability to bring a ' 'meaningful clinical tool to market. We are committed to growing our AWS footprint as we scale.', body_style )) story.append(Paragraph( 'We would be glad to provide any additional information needed to process our application. Thank you ' 'for your time and consideration.', body_style )) story.append(Spacer(1, 14)) story.append(Paragraph('Sincerely,', sign_style)) story.append(Spacer(1, 6)) story.append(Paragraph('Divyam Agrawal', sign_style)) story.append(Paragraph('Orris Care, Inc.', sign_style)) doc.build(story) print('Done:', output_path) "
ORR IS CARE PRIVATE LIMITED to Orris Care, Inc. (everywhere it appeared)AWS Activate Use Case Justification OrrisCare updated
PDF Document · PDF
i am not able to view this pdf there is some problem
ls -la /home/daytona/workspace/AWS_Activate_Use_Case_Justification_OrrisCare_updated.pdf && python3 -c " from pypdf import PdfReader r = PdfReader('/home/daytona/workspace/AWS_Activate_Use_Case_Justification_OrrisCare_updated.pdf') print('Pages:', len(r.pages)) print('First 200 chars:', r.pages[0].extract_text()[:200]) "
python3 -c " from reportlab.lib.pagesizes import letter from reportlab.lib.styles import getSampleStyleSheet, ParagraphStyle from reportlab.lib.units import inch from reportlab.platypus import SimpleDocTemplate, Paragraph, Spacer, HRFlowable from reportlab.lib.enums import TA_LEFT, TA_JUSTIFY from reportlab.pdfbase import pdfmetrics output_path = '/home/daytona/workspace/AWS_Activate_OrrisCare_v2.pdf' doc = SimpleDocTemplate( output_path, pagesize=letter, rightMargin=1.1*inch, leftMargin=1.1*inch, topMargin=1*inch, bottomMargin=1*inch, title='AWS Activate Credits - Use Case Justification', author='Divyam Agrawal', subject='AWS Activate Credit Application - Orris Care, Inc.', ) title_style = ParagraphStyle('title', fontSize=15, fontName='Helvetica-Bold', spaceAfter=3, alignment=TA_LEFT) subtitle_style = ParagraphStyle('subtitle', fontSize=10.5, fontName='Helvetica-Oblique', spaceAfter=10, alignment=TA_LEFT) meta_style = ParagraphStyle('meta', fontSize=10.5, fontName='Helvetica', spaceAfter=3, alignment=TA_LEFT) body_style = ParagraphStyle('body', fontSize=10.5, fontName='Helvetica', spaceAfter=9, alignment=TA_JUSTIFY, leading=16) section_style = ParagraphStyle('section', fontSize=10.5, fontName='Helvetica-Bold', spaceAfter=4, spaceBefore=12, alignment=TA_LEFT) bullet_style = ParagraphStyle('bullet', fontSize=10.5, fontName='Helvetica', spaceAfter=5, leftIndent=16, firstLineIndent=0, alignment=TA_JUSTIFY, leading=16) sign_style = ParagraphStyle('sign', fontSize=10.5, fontName='Helvetica', spaceAfter=3, alignment=TA_LEFT) story = [] story.append(Paragraph('AWS Activate Credits \u2014 Use Case Justification', title_style)) story.append(Paragraph('Submitted in support of our AWS Activate Credit application', subtitle_style)) story.append(HRFlowable(width='100%', thickness=0.5, color='grey', spaceAfter=8)) story.append(Paragraph('<b>Company:</b> Orris Care, Inc.', meta_style)) story.append(Paragraph('<b>Applicant:</b> Divyam Agrawal', meta_style)) story.append(Paragraph('<b>Date:</b> June 11, 2026', meta_style)) story.append(Spacer(1, 14)) story.append(Paragraph('Dear AWS Activate Team,', body_style)) story.append(Paragraph( 'Thank you for reviewing our AWS Activate Credit application. Below is a written justification of our use ' 'case, outlining what we are building, why AWS is central to our infrastructure, and how the Activate ' 'credits will be applied.', body_style )) story.append(Paragraph('About Orris Care', section_style)) story.append(Paragraph( 'Orris Care, Inc. is an early-stage healthcare technology startup building a clinical ' 'decision support (CDS) tool for physicians. Our product assists doctors at the point of care by ' 'surfacing relevant clinical context, helping interpret patient information, and providing ' 'evidence-aligned suggestions that support faster, more informed clinical decisions. The goal is to ' 'reduce cognitive load on clinicians and improve the quality and consistency of care, while keeping the ' 'doctor firmly in control of every decision.', body_style )) story.append(Paragraph('Why We Need AWS Activate Credits', section_style)) story.append(Paragraph( 'As a pre-revenue startup, our largest near-term cost is cloud infrastructure. Healthcare AI workloads ' 'are compute- and inference-intensive, and building a reliable, secure, and compliant platform requires ' 'meaningful investment before we generate revenue. AWS Activate credits would directly fund the ' 'infrastructure needed to run both our MVP and our initial production workloads, allowing us to validate ' 'the product with real clinical users and scale responsibly without diverting scarce early capital away ' 'from product and team development.', body_style )) story.append(Paragraph('How We Will Use the Credits', section_style)) story.append(Paragraph( 'The credits will be applied to run our MVP and production workloads end to end on AWS. Our ' 'architecture relies on the following core services:', body_style )) bullets = [ ('<b>Amazon EC2:</b>', 'Hosting our backend application services, APIs, and compute for the clinical decision support engine.'), ('<b>Amazon ECS:</b>', 'Orchestrating and scaling our containerized microservices for the MVP and production environments.'), ('<b>Amazon S3:</b>', 'Secure, durable storage for application data, document assets, model artifacts, and audit logs.'), ('<b>Amazon Bedrock:</b>', 'Powering the generative-AI and large language model capabilities behind our clinical assistance features, using managed foundation models without operating our own GPU fleet.'), ('<b>Supporting services:</b>', 'Amazon RDS for relational data, Amazon CloudWatch for monitoring and observability, AWS IAM and KMS for access control and encryption, and Amazon VPC for network isolation \u2014 all selected to support a secure, healthcare-grade environment.'), ] for label, text in bullets: story.append(Paragraph(f'\u2022\u00a0\u00a0{label} {text}', bullet_style)) story.append(Paragraph('Expected Impact', section_style)) story.append(Paragraph( 'With AWS Activate credits, we will be able to deploy a stable MVP for pilot use by physicians, iterate ' 'quickly based on real clinical feedback, and transition into a production-grade deployment that can ' 'scale with demand. AWS is our long-term cloud platform of choice, and this support during our ' 'earliest and most capital-constrained stage would have an outsized impact on our ability to bring a ' 'meaningful clinical tool to market. We are committed to growing our AWS footprint as we scale.', body_style )) story.append(Paragraph( 'We would be glad to provide any additional information needed to process our application. Thank you ' 'for your time and consideration.', body_style )) story.append(Spacer(1, 20)) story.append(Paragraph('Sincerely,', sign_style)) story.append(Spacer(1, 18)) story.append(Paragraph('Divyam Agrawal', sign_style)) story.append(Paragraph('Orris Care, Inc.', sign_style)) doc.build(story) import os size = os.path.getsize(output_path) print(f'Done: {output_path} ({size} bytes)') "
AWS Activate OrrisCare v2
PDF Document · PDF
when i am downloading it its just 45 b i think there is some problem over there
ls /home/daytona/skills/docx/scripts/office/
mkdir -p /home/daytona/workspace/orriscare-doc && cat > /home/daytona/workspace/orriscare-doc/create.js << 'EOF' const { Document, Packer, Paragraph, TextRun, AlignmentType, HeadingLevel, BorderStyle } = require('docx'); const fs = require('fs'); const doc = new Document({ creator: "Divyam Agrawal", title: "AWS Activate Credits - Use Case Justification", description: "AWS Activate Credit Application - Orris Care, Inc.", sections: [{ children: [ new Paragraph({ children: [new TextRun({ text: "AWS Activate Credits — Use Case Justification", bold: true, size: 28 })], alignment: AlignmentType.LEFT, spacing: { after: 80 }, }), new Paragraph({ children: [new TextRun({ text: "Submitted in support of our AWS Activate Credit application", italics: true, size: 22 })], alignment: AlignmentType.LEFT, spacing: { after: 160 }, }), new Paragraph({ children: [ new TextRun({ text: "Company: ", bold: true, size: 22 }), new TextRun({ text: "Orris Care, Inc.", size: 22 }), ], spacing: { after: 60 }, }), new Paragraph({ children: [ new TextRun({ text: "Applicant: ", bold: true, size: 22 }), new TextRun({ text: "Divyam Agrawal", size: 22 }), ], spacing: { after: 60 }, }), new Paragraph({ children: [ new TextRun({ text: "Date: ", bold: true, size: 22 }), new TextRun({ text: "June 11, 2026", size: 22 }), ], spacing: { after: 240 }, }), new Paragraph({ children: [new TextRun({ text: "Dear AWS Activate Team,", size: 22 })], spacing: { after: 160 }, }), new Paragraph({ children: [new TextRun({ text: "Thank you for reviewing our AWS Activate Credit application. Below is a written justification of our use case, outlining what we are building, why AWS is central to our infrastructure, and how the Activate credits will be applied.", size: 22 })], alignment: AlignmentType.JUSTIFIED, spacing: { after: 200 }, }), // Section: About new Paragraph({ children: [new TextRun({ text: "About Orris Care", bold: true, size: 22 })], spacing: { before: 200, after: 100 }, }), new Paragraph({ children: [new TextRun({ text: "Orris Care, Inc. is an early-stage healthcare technology startup building a clinical decision support (CDS) tool for physicians. Our product assists doctors at the point of care by surfacing relevant clinical context, helping interpret patient information, and providing evidence-aligned suggestions that support faster, more informed clinical decisions. The goal is to reduce cognitive load on clinicians and improve the quality and consistency of care, while keeping the doctor firmly in control of every decision.", size: 22 })], alignment: AlignmentType.JUSTIFIED, spacing: { after: 200 }, }), // Section: Why new Paragraph({ children: [new TextRun({ text: "Why We Need AWS Activate Credits", bold: true, size: 22 })], spacing: { before: 200, after: 100 }, }), new Paragraph({ children: [new TextRun({ text: "As a pre-revenue startup, our largest near-term cost is cloud infrastructure. Healthcare AI workloads are compute- and inference-intensive, and building a reliable, secure, and compliant platform requires meaningful investment before we generate revenue. AWS Activate credits would directly fund the infrastructure needed to run both our MVP and our initial production workloads, allowing us to validate the product with real clinical users and scale responsibly without diverting scarce early capital away from product and team development.", size: 22 })], alignment: AlignmentType.JUSTIFIED, spacing: { after: 200 }, }), // Section: How new Paragraph({ children: [new TextRun({ text: "How We Will Use the Credits", bold: true, size: 22 })], spacing: { before: 200, after: 100 }, }), new Paragraph({ children: [new TextRun({ text: "The credits will be applied to run our MVP and production workloads end to end on AWS. Our architecture relies on the following core services:", size: 22 })], alignment: AlignmentType.JUSTIFIED, spacing: { after: 120 }, }), // Bullets new Paragraph({ children: [ new TextRun({ text: "Amazon EC2: ", bold: true, size: 22 }), new TextRun({ text: "Hosting our backend application services, APIs, and compute for the clinical decision support engine.", size: 22 }), ], bullet: { level: 0 }, spacing: { after: 80 }, }), new Paragraph({ children: [ new TextRun({ text: "Amazon ECS: ", bold: true, size: 22 }), new TextRun({ text: "Orchestrating and scaling our containerized microservices for the MVP and production environments.", size: 22 }), ], bullet: { level: 0 }, spacing: { after: 80 }, }), new Paragraph({ children: [ new TextRun({ text: "Amazon S3: ", bold: true, size: 22 }), new TextRun({ text: "Secure, durable storage for application data, document assets, model artifacts, and audit logs.", size: 22 }), ], bullet: { level: 0 }, spacing: { after: 80 }, }), new Paragraph({ children: [ new TextRun({ text: "Amazon Bedrock: ", bold: true, size: 22 }), new TextRun({ text: "Powering the generative-AI and large language model capabilities behind our clinical assistance features, using managed foundation models without operating our own GPU fleet.", size: 22 }), ], bullet: { level: 0 }, spacing: { after: 80 }, }), new Paragraph({ children: [ new TextRun({ text: "Supporting services: ", bold: true, size: 22 }), new TextRun({ text: "Amazon RDS for relational data, Amazon CloudWatch for monitoring and observability, AWS IAM and KMS for access control and encryption, and Amazon VPC for network isolation — all selected to support a secure, healthcare-grade environment.", size: 22 }), ], bullet: { level: 0 }, spacing: { after: 200 }, }), // Section: Expected Impact new Paragraph({ children: [new TextRun({ text: "Expected Impact", bold: true, size: 22 })], spacing: { before: 200, after: 100 }, }), new Paragraph({ children: [new TextRun({ text: "With AWS Activate credits, we will be able to deploy a stable MVP for pilot use by physicians, iterate quickly based on real clinical feedback, and transition into a production-grade deployment that can scale with demand. AWS is our long-term cloud platform of choice, and this support during our earliest and most capital-constrained stage would have an outsized impact on our ability to bring a meaningful clinical tool to market. We are committed to growing our AWS footprint as we scale.", size: 22 })], alignment: AlignmentType.JUSTIFIED, spacing: { after: 200 }, }), new Paragraph({ children: [new TextRun({ text: "We would be glad to provide any additional information needed to process our application. Thank you for your time and consideration.", size: 22 })], alignment: AlignmentType.JUSTIFIED, spacing: { after: 400 }, }), // Signature new Paragraph({ children: [new TextRun({ text: "Sincerely,", size: 22 })], spacing: { after: 320 }, }), new Paragraph({ children: [new TextRun({ text: "Divyam Agrawal", size: 22 })], spacing: { after: 60 }, }), new Paragraph({ children: [new TextRun({ text: "Orris Care, Inc.", size: 22 })], spacing: { after: 60 }, }), ] }] }); Packer.toBuffer(doc).then(buffer => { fs.writeFileSync('/home/daytona/workspace/orriscare-doc/AWS_Activate_OrrisCare_Final.docx', buffer); console.log('Done. Size:', buffer.length, 'bytes'); }); EOF cd /home/daytona/workspace/orriscare-doc && node create.js
python3 /home/daytona/skills/docx/scripts/office/validate.py /home/daytona/workspace/orriscare-doc/AWS_Activate_OrrisCare_Final.docx
# Verify the docx is a valid zip with correct structure python3 -c " import zipfile path = '/home/daytona/workspace/orriscare-doc/AWS_Activate_OrrisCare_Final.docx' with zipfile.ZipFile(path) as z: names = z.namelist() print('Files in docx:', names) # Check word/document.xml exists if 'word/document.xml' in names: print('VALID: word/document.xml present') # Check size import os print('File size:', os.path.getsize(path), 'bytes') "
AWS Activate OrrisCare Final
Word Document · DOCX
.docx (Word) file instead of PDF - opens in Microsoft Word, Google Docs, or any standard document viewer. All the content is identical to the original, with just the company name changed to Orris Care, Inc. and the date updated to June 11, 2026. If you need it back as a PDF, you can open it in Word/Google Docs and export to PDF from there.draft this again filling the placeholder and remove ai slops. Hi [NAME], thanks for connecting! I'm [YOUR NAME], founder of a small startup looking at how Medical Affairs teams work with the literature and build their presentations. I saw you've been working in [AREA] at [COMPANY] — exactly the kind of perspective I'm trying to learn from. I'm genuinely just researching, not selling anything. Could I get 15-20 min of your time to hear how you approach it? And if a call is tough, even a few quick thoughts by message would be hugely helpful. Thanks either way — really appreciate it! my name is Divyam and the other context of the person i am reaching out to is in the photos