frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Open in hackernews

Show HN: SDK for AI Coding with Long Running Tasks

https://cloudcoding.ai/
2•sean_•9mo 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

In Pursuit of Production Minimalism (2017)

https://brandur.org/minimalism
1•tosh•50s ago•0 comments

Show HN: Responsive Bento Grid implementation using Tailwind CSS (no heavy libs)

https://veloxweb.gumroad.com/l/launch-ui
1•asliper•1m ago•1 comments

Show HN: Claude Skill Editor

https://github.com/mtct/skill-editor
1•mtct88•2m ago•0 comments

Vibe coding is a hobby. Let me explain

https://medium.com/@wob/vibe-coding-is-a-hobby-let-me-explain-a54949c3b455
2•dham•2m ago•0 comments

I Stopped Creating Package.json Scripts

https://benhouston3d.com/blog/stopped-creating-package-json-scripts
2•bhouston•3m ago•0 comments

Show HN: I built an AI video editor around scenes, not timelines

https://www.roanot.com/app/demo/de745846-87e2-4861-88f2-b91fa8f68a55
1•Vagantem•4m ago•1 comments

Scheme implementation as O'Reilly book via Claude Code

https://ezzeriesa.notion.site/Scheme-implementation-as-O-Reilly-book-via-Claude-Code-2ee1308b4204...
1•kurinikku•4m ago•0 comments

Show HN: Osprey API Tester – VS Code API Testing from NestJS Controllers/DTOs

https://github.com/jeremi-24/osprey-api-tester
1•jeremi-24•4m ago•0 comments

Dynamic Load Balancer in Intel Xeon Scalable Processor

https://danglingpointers.substack.com/p/dynamic-load-balancer-in-intel-xeon
1•blakepelton•6m ago•0 comments

Agentic Code Reviewer

https://github.com/richhaase/agentic-code-reviewer
1•richhhh•6m ago•1 comments

Show HN: D-engine – Embeddable Raft consensus for Rust

https://github.com/deventlab/d-engine
1•joshuachi•6m ago•0 comments

Show HN: cm – a TUI to monitor multiple Docker container logs side-by-side

https://github.com/rehrumesh/cm
2•rehrumesh•9m ago•0 comments

Show HN: APIsec MCP Audit – Audit what your AI agents can access

https://github.com/apisec-inc/mcp-audit
1•rajaramr7•10m ago•0 comments

Show HN: Run4ever – a browser-based long-term running progression game

https://run4ever.win
1•marcosme•11m ago•0 comments

Brush.Q: An Articulated Ground Mobile Robot with Compliant Brush-Like Wheels

https://www.mdpi.com/2218-6581/15/1/3
1•PaulHoule•11m ago•0 comments

11-year streak of record global warming continues

https://news.un.org/en/story/2026/01/1166758
2•yusufaytas•12m ago•0 comments

Creating virtual block devices with ublk

https://jpospisil.com/posts/2026-01-13-creating-virtual-block-devices-with-ublk
1•jiripospisil•14m ago•0 comments

Ask HN: Would you trust a new browser security extension in 2025?

1•linklock•14m ago•0 comments

Postgres Serials Should Be Bigint (and How to Migrate)

https://www.crunchydata.com/blog/postgres-serials-should-be-bigint-and-how-to-migrate
1•enz•17m ago•0 comments

Who Owns Your Data?

https://werd.io/who-owns-your-data/
1•benwerd•17m ago•0 comments

Google's AI Overview Has Been Sending Me the Wrong Customers for 6 Months

https://glama.ai/blog/2026-01-20-bad-google-s-ai-overview
3•punkpeye•18m ago•0 comments

AI boom could falter without wider adoption, Microsoft chief Satya Nadella warns

https://www.irishtimes.com/business/2026/01/20/ai-boom-could-falter-without-wider-adoption-micros...
5•cdrnsf•19m ago•1 comments

Parsing Election Results PDFs Using LLMs

https://openelections.net/spsa2026/
2•m-hodges•20m ago•0 comments

Unconventional PostgreSQL Optimizations

https://hakibenita.com/postgresql-unconventional-optimizations
1•haki•20m ago•0 comments

Show HN: Shadow Report – Why your "black box" redactions aren't hiding anything

1•cd_mkdir•20m ago•1 comments

Show HN: Mother MCP – Manage your Agent Skills like a boss-Auto provision skills

https://github.com/dmgrok/mcp_mother_skills
1•DavidGraca•21m ago•0 comments

Minneapolis software engineers mistaken for ICE agents

https://www.foxnews.com/us/minneapolis-software-engineers-mistaken-ice-agents-eating-lunch-harass...
3•DivingForGold•22m ago•0 comments

The Last Algorithm

https://danielmiessler.com/blog/the-last-algorithm
1•zanjani•23m ago•0 comments

Show HN: 8-10x Faster Development with LLM Memory That Persists

https://www.buddhilw.com/posts-output/2026-01-20-hive-mcp/
1•BuddhiLW•24m ago•1 comments

Magnetic nanoparticles fight bone cancer and help healing

https://www.sciencedaily.com/releases/2026/01/260106224627.htm
1•mhb•24m ago•0 comments