Tool tree
Forward-deployed AI engineering: custom internal software, automations, and AI systems shipped from inside your operation, in weeks. You own everything.
page: Every page
get_servicesAnswer
Pixelik's engagement model and what each phase delivers. Pricing is not public.
View tool JSON
{
"name": "get_services",
"kind": "answer",
"impl": "imperative",
"description": "Pixelik's engagement model and what each phase delivers. Pricing is not public.",
"inputSchema": {
"type": "object",
"properties": {},
"additionalProperties": false
},
"page": "/"
}check_fitAnswer
Assess whether a prospect is a fit for forward-deployed AI engineering, honestly. Fit is set by the workflow and budget, not company size, and includes the pharma/biotech exclusion.
View tool JSON
{
"name": "check_fit",
"kind": "answer",
"impl": "imperative",
"description": "Assess whether a prospect is a fit for forward-deployed AI engineering, honestly. Fit is set by the workflow and budget, not company size, and includes the pharma/biotech exclusion.",
"inputSchema": {
"type": "object",
"properties": {
"industry": {
"type": "string",
"description": "The prospect's industry or sector."
},
"workflow": {
"type": "string",
"description": "The operational workflow they want to improve."
},
"has_workflow_owner": {
"type": "boolean",
"description": "Is there a person who owns the workflow and can make decisions?"
},
"data_reachable": {
"type": "boolean",
"description": "Is the relevant data reachable (in systems that can be accessed)?"
},
"operating_business": {
"type": "boolean",
"description": "Is this an established operating business with real operational volume and budget, not a pre-revenue idea?"
}
},
"required": [],
"additionalProperties": false
},
"page": "/"
}get_booking_optionsAnswer
The two ways a person can book a Workflow Audit. Share these links with the person; they complete the booking themselves behind a bot check. Never book on a person's behalf.
View tool JSON
{
"name": "get_booking_options",
"kind": "answer",
"impl": "imperative",
"description": "The two ways a person can book a Workflow Audit. Share these links with the person; they complete the booking themselves behind a bot check. Never book on a person's behalf.",
"inputSchema": {
"type": "object",
"properties": {},
"additionalProperties": false
},
"page": "/"
}get_case_studiesAnswer
Live systems Pixelik has built and runs, as proof.
View tool JSON
{
"name": "get_case_studies",
"kind": "answer",
"impl": "imperative",
"description": "Live systems Pixelik has built and runs, as proof.",
"inputSchema": {
"type": "object",
"properties": {},
"additionalProperties": false
},
"page": "/"
}search_articlesAnswer
Search Pixelik's writing on forward-deployed AI engineering, production AI, agents, automation, and buying AI. Returns matching articles with titles, summaries, and URLs.
View tool JSON
{
"name": "search_articles",
"kind": "answer",
"impl": "imperative",
"description": "Search Pixelik's writing on forward-deployed AI engineering, production AI, agents, automation, and buying AI. Returns matching articles with titles, summaries, and URLs.",
"inputSchema": {
"type": "object",
"properties": {
"query": {
"type": "string",
"description": "Keywords or a question to search for."
}
},
"required": [],
"additionalProperties": false
},
"page": "/"
}get_articleAnswer
Retrieve one Pixelik article by slug: its title, summary, topic, URL, and FAQ answers.
View tool JSON
{
"name": "get_article",
"kind": "answer",
"impl": "imperative",
"description": "Retrieve one Pixelik article by slug: its title, summary, topic, URL, and FAQ answers.",
"inputSchema": {
"type": "object",
"properties": {
"slug": {
"type": "string",
"description": "The article slug, for example what-is-forward-deployed-ai-engineering."
}
},
"required": [
"slug"
],
"additionalProperties": false
},
"page": "/"
}