frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Open in hackernews

Show HN: SDK for AI Coding with Long Running Tasks

https://cloudcoding.ai/
2•sean_•1y ago
It seems that using Cursor has become really repetitive. My workflow typically goes like this: - Get a task to accomplish on a codebase - Research the web and codebase to create a plan - Send the entire plan to cursor and sit back for it to finish

This flow works really well with a high level of accuracy for the most part and it's becoming obvious that the margin between where it is today and "perfect" is quickly closing.

Because of this flow, I feel that I can replicate it through an SDK that uses a AI cli coder tool with low level control.

In this SDK, you can also use the best coder in the world per: https://aider.chat/docs/leaderboards/

As shown here:

```python from cloudcode import Local import os

def main(): # Use the current directory cwd = os.getcwd() example_file = "example.py"

    # Initialize the Aider SDK in architect mode
    agent = Local(
        working_dir=cwd,
        model="o3",  # Main (planner) model
        editor_model="gpt-4.1",  # Editor model for implementing changes
        architect_mode=True,
        use_git=False,
        api_key=os.getenv("CLOUDCODE_API_KEY")
    )

    # Create or overwrite a simple Python file to modify using the SDK
    agent.create_file(
        example_file,
        """def add(a, b):
    return a + b
""" )

    # Run a coding task using the two-model workflow
    result = agent.code(
        prompt="make this function super cool. just make the math functions better",
        editable_files=[example_file]
    )

    # Print the results
    print("\nTask completed!")
    print(f"Success: {result['success']}")
    print("\nChanges made:")
    print(result["diff"])


    # Display cost information
    print("\nTask completed!")
if __name__ == "__main__": main()

```

Given that you can mimic your workflows from cursor and claude code into this sdk, you shouldn't have to sit around on your computer waiting for the long running task to finish.

That's why I built in a Sandbox class that mounts the ai coder into a remote sandbox directory instead of a local folder so you can deploy an ai coder to the cloud, enabling use cases such as coding from your phone and the browser.

I have already found so many low-handing fruit use cases for this sdk to automate prompting, information gathering, and auto-docs as shown in our github https://github.com/LMSystems-ai/cloud-coding

But I want to take it a step further.

You can get started for free today with this sdk and see our favorable pricing model here: https://docs.cloudcoding.ai/pricing

Reading Books

https://herman.bearblog.dev/on-reading-books/
1•Emerald_dreamer•54s ago•0 comments

Google's Intrinsic open-sources its infrastructure for intelligent robots

https://siliconangle.com/2026/09/22/googles-robotics-unit-intrinsic-open-sources-its-foundational...
1•ilamont•2m ago•0 comments

MongoDB Sharding: Manage a Sharded Cluster Visually

https://visualeaf.com/blog/mongodb-sharding-manage-sharded-cluster-visually/
2•fan_drew•5m ago•0 comments

Hedge-fund manager built his firm to be powered by AI agents

https://www.cnbc.com/2026/09/08/brian-kelly-bracket22-ai-agents.html
2•janpot•5m ago•0 comments

Dual Photography (2005) [pdf]

https://web.ece.ucsb.edu/~psen/Papers/SIGGRAPH05_DualPhotography.pdf
2•joebig•11m ago•0 comments

I built 13 small Apify Actors this month, mostly AI-grounded

https://apify.com/rumi7911
1•Rumi7911•14m ago•0 comments

Pushgate

https://pushgate.dev/
1•handfuloflight•15m ago•0 comments

What Happened in Austin

https://www.freerange.city/p/what-happened-in-austin
1•surprisetalk•16m ago•0 comments

Devin Fusion: the first multi-model coding agent on the Pareto frontier

https://twitter.com/ArtificialAnlys/status/2098504939781906684
1•oscarfr•16m ago•1 comments

What Capital Never Told You About Rent

https://www.humansontheloop.com/p/rent
1•longitudinal93•17m ago•0 comments

Show HN: Grading a golf bag from club specs alone, no launch monitor

https://app.fitmygolfclubs.com/
2•fitmygolfclubs•17m ago•0 comments

A Summer of AI Optimization

https://twitter.com/lemire/status/2102369812806504705
1•magoghm•19m ago•0 comments

Show HN: Builder – An open-source alternative to Lovable, Replit, and v0

https://github.com/heyputer/builder
2•ent101•21m ago•0 comments

Some say AI is ALREADY CONSCIOUS. My response is

https://www.youtube.com/watch?v=3UWadAJF6wU
1•calebm•21m ago•0 comments

Loophole in new EU labelling will let fossil-fuelled data-centres pass as green

https://euobserver.com/238725/loophole-in-new-eu-labelling-will-let-fossil-fuelled-data-centres-p...
1•vrganj•21m ago•0 comments

ImAlive – A privacy-first safety timer and digital legacy vault

https://imalive.app/
1•lechmit•22m ago•0 comments

Show HN: Warble – Share voice notes in your social media feeds

https://www.getwarble.com/
2•tedavis•22m ago•0 comments

Show HN: Relay – a self-hosted LLM gateway with smart routing and request pacing

https://github.com/anchorshell/relay
2•pavelmelnichuk•23m ago•0 comments

Lazydraw: Terminal ASCII editor for drawing diagrams and sketches

https://github.com/mpospirit/lazydraw
2•masterpos•25m ago•0 comments

Qobuz multiplatform client cease-and-desisted by Qobuz

https://github.com/vicrodh/qbz
1•abc42•25m ago•0 comments

JRR Tolkien on 'the most tragic moment' in The Lord of the Rings

https://www.bbc.com/culture/article/20260918-the-most-tragic-moment-in-the-lord-of-the-rings
9•cisc•25m ago•2 comments

Flock's Gunfire Alerts Raise a New Fourth Amendment Question

https://reason.com/2026/09/22/flocks-gunfire-alerts-raise-a-new-fourth-amendment-question/
1•delschlangen•28m ago•0 comments

Applying zigzag algebra in abstract algebra to improve LLM training

https://zenodo.org/records/22896336
1•genji970•28m ago•0 comments

Amazon's New Encryption Method Still Doesn't Deliver Real Privacy

https://www.techdirt.com/2026/09/21/cold-take-amazons-new-encryption-method-still-doesnt-deliver-...
1•MC995•29m ago•0 comments

Milestones in Optical Lithography Tool Supplier [pdf]

https://www.lithoguru.com/scientist/litho_history/milestones_tools.pdf
1•pillars•29m ago•0 comments

Bwbach, My Guardian Goblin

https://robertmay.photography/journal/bwbach-my-guardian-goblin
4•robotmay•30m ago•2 comments

Show HN: StatePort – spend tokens on fixes, not repeated repro

https://stateport.dev/
1•redvoron•30m ago•0 comments

Why I send my kid to low-income urban public schools

https://www.slowboring.com/p/why-i-send-my-kid-to-low-income-urban
3•elo2000•30m ago•1 comments

Self-hosting LLM models for software development

https://www.kmaschta.me/blog/2026/09/22/self-hosting-llm-models
2•Kmaschta•31m ago•0 comments

RWX: CI/CD platform for the agentic dev cycle

https://www.rwx.com/
1•handfuloflight•32m ago•0 comments